NEW 196111
AX: labels that only contains static text should not have children
https://bugs.webkit.org/show_bug.cgi?id=196111
Summary AX: labels that only contains static text should not have children
Eric Liang
Reported 2019-03-21 14:22:48 PDT
Labels that only contains static text should not have children because the label is a static text.
Attachments
Patch (6.17 KB, patch)
2019-03-22 16:00 PDT, Eric Liang
cfleizach: review-
Radar WebKit Bug Importer
Comment 1 2019-03-21 14:24:14 PDT
Eric Liang
Comment 2 2019-03-22 16:00:03 PDT
chris fleizach
Comment 3 2019-03-24 10:04:04 PDT
Comment on attachment 365769 [details] 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)
chris fleizach
Comment 4 2019-04-08 10:32:54 PDT
Comment on attachment 365769 [details] 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) any comment on this?
Eric Liang
Comment 5 2019-04-08 10:38:59 PDT
Yes apparently I found issue on this patch. Somehow the children are still there. This needs rework apparently.
Note You need to log in before you can comment on or make changes to this bug.