Opened 11 years ago
Closed 11 years ago
#11209 closed defect (fixed)
[regression] InlineEditBox: need to tab twice to move away (safari)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
[21895] exposed a bug in Safari 4.0 (webkit build 531), where the user needs to press tab twice to navigate away from an InlineEditBox in edit mode.
The problem is that the tab navigation goes to the InlineEditBox's OK/cancel buttons even though they are hidden via display:none (ie, for autosave InlineEditBox).
The bug is fixed in chrome and the newest version of webkit (both webkit build 533) so I guess it isn't worth fixing. Filing this ticket for reference.
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
Oops, webkit version numbers above should be 531 (broken) and 533 (fixed).
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [22233]) Make tests work on safari: