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 )
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
| 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
| Priority: | major → critical |
|---|
comment:3 Changed 18 years ago by
| Description: | modified (diff) |
|---|
comment:4 Changed 18 years ago by
| Description: | modified (diff) |
|---|
comment:5 Changed 18 years ago by
| Description: | modified (diff) |
|---|
comment:6 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

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