Opened 15 years ago
Closed 15 years ago
#2097 closed bug (fixed)
Bug on UI DIALOG using opera browser
Reported by: | jonasformolo | Owned by: | rworth |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | ui | Version: | 1.2.1 |
Keywords: | dialog opera focus input | Cc: | |
Blocked by: | Blocking: |
Description
i've found a bug when i tried to insert a text input into the dialog... when it is clicked, the focus is lost.. the same occurs with select elements (combobox)
thanks!
Change History (4)
comment:1 Changed 15 years ago by
Owner: | set to rworth |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
hi again!
i think the bug is in ui.resizable!
when i comment the lines that make the dialog resizable, it works!
but i need it to be resizable! =D
any input or select inside a resizable does not work on Opera! =(
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed during the rewrite for UI 1.5.
Note: See
TracTickets for help on using
tickets.
hi!
i've been trying some stuff...
when i unbind the events of all the elements on the page, the focus does not get lost anymore..
$('*').unbind();
so i think it might be an event listener problem..
=)