[Webkit-unassigned] [Bug 70911] Access keys on non visible DOM elements can still be accessed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 24 03:02:58 PST 2011


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





--- Comment #4 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2011-11-24 03:02:58 PST ---
(From update of attachment 116492)
View in context: https://bugs.webkit.org/attachment.cgi?id=116492&action=review

> Source/WebCore/dom/Document.cpp:652
> +        if (!accessKey.isEmpty() && ((element->renderStyle() && element->renderStyle()->display() != NONE) || element->hasTagName(areaTag) || element->hasTagName(mapTag)))

Added specific checks for area and map tag as both doesn't have renderer.

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