Opened 18 years ago

Closed 18 years ago

#113 closed defect (fixed)

[Safari] Cannot set focus on text boxes in a TrackFrame

Reported by: leo Owned by: leo
Priority: critical Milestone: UTGBMedaka 1.0
Component: User Interface Version:
Keywords: Cc:

Description (last modified by leo)

This problem looks like a bug in GWT 1.4, which is not solved yet

http://code.google.com/p/google-web-toolkit/issues/detail?id=1471&can=1&q=safari%20textbox

I think this problem occurs when a text box is placed over a scroll panel. When clicking the text box, the covering scroll panel deprives the click event, and then gets the focus.

Change History (6)

comment:1 Changed 18 years ago by leo

Summary: [Safari] Cannot set focus on text boxes with KeyboardListener[Safari] Cannot set focus on text boxes in a TrackFrame

comment:2 Changed 18 years ago by leo

Priority: majorcritical

comment:3 Changed 18 years ago by leo

Description: modified (diff)

comment:4 Changed 18 years ago by leo

Description: modified (diff)

comment:5 Changed 18 years ago by leo

Description: modified (diff)

comment:6 Changed 18 years ago by leo

Resolution: fixed
Status: newclosed

fixed by changing the base class of the TrackFrame? from FocusPanel? to SimplePanel?

Note: See TracTickets for help on using tickets.