Changes between Initial Version and Version 2 of Ticket #11209
- Timestamp:
- May 25, 2010, 10:54:18 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11209 – Description
initial v2 1 [21895] exposed a bug in Safari 4.0 (webkit build 321), where the user needs to press tab twice to navigate away from an !InlineEditBox in edit mode.1 [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. 2 2 3 3 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). 4 4 5 The bug is fixed in chrome and the newest version of webkit (both webkit build 323) so I guess it isn't worth fixing. Filing this ticket for reference.5 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.