RESOLVED FIXED Bug 223818
VoiceOver does not echo text insertions and deletions when a contenteditable div has a non editable descendant element with a content editable child
https://bugs.webkit.org/show_bug.cgi?id=223818
Summary VoiceOver does not echo text insertions and deletions when a contenteditable ...
Andres Gonzalez
Reported 2021-03-26 14:04:56 PDT
VoiceOver does not echo text insertions and deletions when a contenteditable div has a non editable descendant element with a content editable child
Attachments
Patch (4.98 KB, patch)
2021-03-26 14:23 PDT, Andres Gonzalez
no flags
Patch (13.17 KB, patch)
2021-04-07 15:32 PDT, Andres Gonzalez
no flags
Patch (13.00 KB, patch)
2021-04-07 17:03 PDT, Andres Gonzalez
no flags
Patch (14.38 KB, patch)
2021-04-07 17:16 PDT, Andres Gonzalez
no flags
Patch (15.15 KB, patch)
2021-04-08 07:51 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2021-03-26 14:05:04 PDT
Andres Gonzalez
Comment 2 2021-03-26 14:23:30 PDT
chris fleizach
Comment 3 2021-03-26 14:27:19 PDT
Comment on attachment 424404 [details] Patch is there a layout test that can be added?
Andres Gonzalez
Comment 4 2021-04-07 15:32:35 PDT
Andres Gonzalez
Comment 5 2021-04-07 15:33:51 PDT
(In reply to chris fleizach from comment #3) > Comment on attachment 424404 [details] > Patch > > is there a layout test that can be added? Added layout test.
chris fleizach
Comment 6 2021-04-07 15:34:54 PDT
Comment on attachment 425447 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425447&action=review > Source/WebCore/accessibility/AXObjectCache.cpp:994 > + // FIXME: why walk up the hierarchy of RenderObjects instead of AXObjects? should we change this to AXObject tree and verify no tests fail?
Andres Gonzalez
Comment 7 2021-04-07 17:03:23 PDT
Andres Gonzalez
Comment 8 2021-04-07 17:04:40 PDT
(In reply to chris fleizach from comment #6) > Comment on attachment 425447 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=425447&action=review > > > Source/WebCore/accessibility/AXObjectCache.cpp:994 > > + // FIXME: why walk up the hierarchy of RenderObjects instead of AXObjects? > > should we change this to AXObject tree and verify no tests fail? Done.
Andres Gonzalez
Comment 9 2021-04-07 17:16:55 PDT
Andres Gonzalez
Comment 10 2021-04-07 17:18:32 PDT
(In reply to Andres Gonzalez from comment #9) > Created attachment 425462 [details] > Patch Skip test in Mac-wk1.
Andres Gonzalez
Comment 11 2021-04-08 07:51:14 PDT
Andres Gonzalez
Comment 12 2021-04-08 07:52:28 PDT
(In reply to Andres Gonzalez from comment #11) > Created attachment 425507 [details] > Patch Skip test in Win.
EWS
Comment 13 2021-04-08 11:23:10 PDT
Committed r275664 (236300@main): <https://commits.webkit.org/236300@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425507 [details].
Note You need to log in before you can comment on or make changes to this bug.