[Webkit-unassigned] [Bug 158634] AX: Form label text should be exposed as static text if it contains only static text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 12:01:56 PDT 2016


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

--- Comment #16 from Doug Russell <d_russell at apple.com> ---
Comment on attachment 281154
  --> https://bugs.webkit.org/attachment.cgi?id=281154
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=281154&action=review

>> Source/WebCore/accessibility/AccessibilityLabel.cpp:100
>> +    m_containsOnlyStaticTextDirty = false;
> 
> Shouldn't this one be set to true (m_containsOnlyStaticTextDirty) because we've just cleared the children and we want to recalculate?

No, it should be false because there are no children so m_containsOnlyStaticText is definitely false and we don't need to recalculate.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160614/c571c8cb/attachment.html>


More information about the webkit-unassigned mailing list