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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 00:57:44 PST 2012


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





--- Comment #11 from Arko Saha <nghq36 at motorola.com>  2012-02-06 00:57:43 PST ---
(In reply to comment #9)
> (From update of attachment 125322 [details])
> 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).

Ok, shouldToggle/isActivationKeyPressed/showHideKeyPressed/? any suggestions?

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