Bug Tracker

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 paul

Owner: set to rworth

comment:2 Changed 15 years ago by jonasformolo

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..

=)

comment:3 Changed 15 years ago by jonasformolo

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 scott.gonzal

Resolution: fixed
Status: newclosed

Fixed during the rewrite for UI 1.5.

Note: See TracTickets for help on using tickets.