[Webkit-unassigned] [Bug 133512] [ATK] Missing 'selection-changed' signal when navigating a combo box with keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 09:40:59 PDT 2014


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


chris fleizach <cfleizach at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #233052|review?                     |review+
               Flag|                            |




--- Comment #14 from chris fleizach <cfleizach at apple.com>  2014-06-13 09:41:20 PST ---
(From update of attachment 233052)
View in context: https://bugs.webkit.org/attachment.cgi?id=233052&action=review

> Source/WebCore/ChangeLog:9
> +        option when it changes, which will send a platform-dependant

platform-dependEnt

> Source/WebCore/rendering/RenderMenuList.cpp:439
> +    if (AccessibilityMenuList* menuList = toAccessibilityMenuList(document().axObjectCache()->get(this)))

we should do a check here
if (AXObjectCache* cache = document()->existingAXObjectCache()) {

}

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