Revert "Reland: Better support crosh"
This reverts commit 2f8d70bb. Reason for revert: breaks text input in ARC++ Bug: 823233 Original change's description: > Reland: Better support crosh > > Rich editables should be skipped entirely (and not fall through to output). > > Original change: > - 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. > > TBR=dmazzoni@chromium.org, dtseng@chromium.org > > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: If555f157a7eeafe836929e9433891b2e7ae181df > Reviewed-on: https://chromium-review.googlesource.com/953980 > Commit-Queue: David Tseng <dtseng@chromium.org> > Reviewed-by: David Tseng <dtseng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541684} TBR=dmazzoni@chromium.org,dtseng@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ic585ad279e461b2b7144904180e3b1cb140e1588 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/968741Reviewed-by:David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#544054}
Showing
Please register or sign in to comment