[Webkit-unassigned] [Bug 75478] <summary> is not keyboard accessible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 00:34:43 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75478





--- Comment #9 from Jon Lee <jonlee at apple.com>  2012-02-06 00:34:42 PST ---
(From update of attachment 125322)
View in context: https://bugs.webkit.org/attachment.cgi?id=125322&action=review

> Source/WebCore/html/HTMLSummaryElement.cpp:114
> +static bool isEnterKeydownEvent(Event* event)

Is there a way we can generalize the name of this check so that individual implementations can override? For example, on the Mac platform, opening up a expandable item in an outline view (like a folder in Finder) is possible using the right-arrow key, instead of the enter key. One caveat, though, is that in this case the right-arrow key only opens; it cannot be repeatedly pressed to toggle (you collapse the item by using the left-arrow key).

-- 
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