[Webkit-unassigned] [Bug 27099] New: Elements with display none still gets focues and take part in the tab order
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 8 15:57:17 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27099
Summary: Elements with display none still gets focues and take
part in the tab order
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: HasReduction
Severity: Major
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arv at chromium.org
Given an element with tabIndex and style.display set to none the user can still
focus that element by tabbing to it. This leads to the focus outline getting
lost and there seems to be gaps in the focus order. The expected behavior is
for non displayed elements to not take part in the tab order and not be
focusable.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list