commit | 86b13b4626266c45ee364474bcf86208d4e2e4a2 | [log] [tgz] |
---|---|---|
author | Hugo Holgersson <hugoh@vewd.com> | Tue Oct 03 11:58:34 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 03 11:58:34 2017 |
tree | e091c0ebf949e5f304b882a86fc0e342dc4ddc51 | |
parent | 0532cd6912926a6292fc99240116d5012e5673a1 [diff] |
Don't clear selection when spatial navigation moves focus We kept a Selection.Clear() to not break the test "snav-textarea.html". <textarea>'s behavior is the same, no matter whether --enable-spatial-navigation is used or not, so instead of clearing the <textarea>'s selection we just need to adapt the test. This is a step towards our goal of simplifying the spatial navigation code. Bug: 734552, 770147 Change-Id: If82c99658e44aee776afa87af823e005259415e0 Reviewed-on: https://chromium-review.googlesource.com/695103 Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by: Takayoshi Kochi <kochi@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: Hugo Holgersson <hugoh@vewd.com> Cr-Commit-Position: refs/heads/master@{#506010}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .