[Webkit-unassigned] [Bug 119883] [GTK] Missing DRT AccessibilityUIElement::addNotificationListener implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 21 10:31:40 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119883
--- Comment #5 from Denis Nomiyama (dnomi) <d.nomiyama at samsung.com> 2013-08-21 10:31:08 PST ---
(In reply to comment #4)
> (From update of attachment 209276 [details])
> We already have nearly this same functionality in AccessibilityController.
>
> // Global notification listener, captures notifications on any object.
> bool addNotificationListener(JSObjectRef functionCallback);
> void removeNotificationListener();
>
> Can we re-use that model instead of adding the same thing to the AXUIElement?
Many thanks for the prompt reply.
I will give it a try, although it seems a bit tricky to implement it in the GTK+ code to access AccessibilityController from AccessibilityUIElement as done in the Win code:
sharedFrameLoadDelegate->accessibilityController()->winAddNotificationListener(m_element, functionCallback);
--
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