[Webkit-unassigned] [Bug 196111] AX: labels that only contains static text should not have children
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 24 10:04:04 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=196111
--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 365769
--> https://bugs.webkit.org/attachment.cgi?id=365769
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=365769&action=review
> Source/WebCore/accessibility/AccessibilityLabel.cpp:119
> + m_children.clear();
This seems like it should be covered by the dirty Boolean flag of the same name
The way it’s coded now it will clear the children every time it’s asked (it appears)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190324/8ca4fd8c/attachment.html>
More information about the webkit-unassigned
mailing list