[Webkit-unassigned] [Bug 71854] Access key should work on all elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 01:24:29 PST 2011


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





--- Comment #3 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2011-11-09 01:24:29 PST ---
Created an attachment (id=114223)
 --> (https://bugs.webkit.org/attachment.cgi?id=114223&action=review)
Test Case 1

I tested this behavior on IE(7), Firefox(7.0.1) and Opera with attached test case.

It is observed that except webkit(gtk port) all returns null(empty srting) value where as webkit gtk alerts undefined.

Adding below code to HTMLElement.idl will enable to work accessKey to other elements too.

attribute [Reflect] DOMString accessKey;

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