Revert "Better support crosh"
This reverts commit d6d6b05f. Reason for revert: <INSERT REASONING HERE> Original change's description: > Better support crosh > > - value change events often fire on richly editable text fields. We do not really use this in the state machine for rich text, so ignore it. It often causes poor state transitions e.g. speaking "deleted" in crosh when typing. > - use the AutomationRichEditableText class in more cases. This acknowledges the usage in the wild where a page author can set role textbox on any node. When they do this it is assumed they manage a DOM selection unless they set the role on either an input or textarea where the browser does this on their behalf. > > Test: chromevox_tests --gtest_filter=Editing*.*. Manually on crosh, by typing into the text field. > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: I8a9cf31e8834434ade0960d5e0b3045a664bc7ca > Reviewed-on: https://chromium-review.googlesource.com/952193 > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Commit-Queue: David Tseng <dtseng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541378} TBR=dmazzoni@chromium.org,dtseng@chromium.org Change-Id: I3a3d196e9dfefdaed96fb098c6ecaf8cc5643d82 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/954042Reviewed-by:David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#541629}
Showing
Please register or sign in to comment