[Webkit-unassigned] [Bug 106341] [GTK][WK2] accessibility/label-for-control-hittest.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 19 05:33:12 PDT 2013


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





--- Comment #3 from Mario Sanchez Prada <mario at webkit.org>  2013-04-19 05:31:29 PST ---
(From update of attachment 194201)
View in context: https://bugs.webkit.org/attachment.cgi?id=194201&action=review

>> Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:308
>> +    return AccessibilityUIElement::create(atk_component_ref_accessible_at_point(ATK_COMPONENT(m_element), x, y, ATK_XY_WINDOW));
> 
> Just noticed that AccessibilityUIElement seems to be leaking every single element that it wraps. That seems unrelated though.

Hmm... that's right. It seems we either would need to make PlatformUIElement a smart pointer or just to add some code in ~AccessibilityUIElement for ATK so we get rid of the reference to the AtkObject* owned by this class.

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