| Summary: | AX: Dynamic aria-disabled changes don't update AXPropertyName::IsEnabled for descendants | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> | ||||||
| Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, Hironori.Fujii, jcraig, jdiggs, samuel_white, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | Other | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Tyler Wilcock
2022-11-18 16:06:33 PST
Created attachment 463616 [details]
Patch
Comment on attachment 463616 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=463616&action=review > COMMIT_MESSAGE:9 > +its descendants, too. This is required becaues aria-disabled also because Created attachment 463763 [details]
Patch
Committed 257159@main (e113b29b327f): <https://commits.webkit.org/257159@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 463763 [details]. Comment on attachment 463763 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=463763&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:414 > + AXLOG(makeString("Updating properties ", properties, " for objectID ", axObject.objectID().loggingString())); Does this code generate an expected log string for `properties`? (In reply to Fujii Hironori from comment #6) > Comment on attachment 463763 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=463763&action=review > > > Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:414 > > + AXLOG(makeString("Updating properties ", properties, " for objectID ", axObject.objectID().loggingString())); > > Does this code generate an expected log string for `properties`? Nope. Noticed that but haven't got around to fixing it yet. |