[Webkit-unassigned] [Bug 106341] [GTK][WK2] accessibility/label-for-control-hittest.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 21 03:37:52 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=106341
--- Comment #5 from Krzysztof Czech <k.czech at samsung.com> 2013-05-21 03:36:21 PST ---
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.
Patch correcting this failure has been proposed ( see 112913) and already landed.
--
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