Side navigation
#2097 closed bug (fixed)
Opened December 27, 2007 12:29PM UTC
Closed February 13, 2008 01:42AM UTC
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!
Attachments (0)
Change History (4)
Changed December 27, 2007 01:31PM UTC by comment:1
owner: | → rworth |
---|
Changed December 27, 2007 06:50PM UTC by comment:2
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..
)
Changed December 28, 2007 11:43AM UTC by comment:3
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! =(
Changed February 13, 2008 01:42AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed during the rewrite for UI 1.5.