Update the isolated tree in response to AXElementBusyChanged and AXTextChanged notifications
<rdar://problem/91862868>
Created attachment 457771 [details] Patch
Comment on attachment 457771 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457771&action=review > Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1302 > +void AccessibilityNodeObject::setElementAttributeValue(const QualifiedName& attributeName, bool value) Do we still use this for anything?
Created attachment 457772 [details] Patch
> > Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1302 > > +void AccessibilityNodeObject::setElementAttributeValue(const QualifiedName& attributeName, bool value) > > Do we still use this for anything? Nope, good point! Removed the function entirely in the latest patch.
Created attachment 457773 [details] Patch
Created attachment 457774 [details] Patch
(In reply to Tyler Wilcock from comment #7) > Created attachment 457774 [details] > Patch --- a/Source/WebCore/ChangeLog +++ a/Source/WebCore/ChangeLog + Tests: accessibility/accessibility-text-updates-after-dynamic-change.html Can we call this just accessibility/text-updates-after-dynamic-change.html?
Created attachment 457829 [details] Patch
> + Tests: > accessibility/accessibility-text-updates-after-dynamic-change.html > > Can we call this just accessibility/text-updates-after-dynamic-change.html? Good idea, fixed this.
Committed r293006 (249745@main): <https://commits.webkit.org/249745@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 457829 [details].