[Media Router WebUI] Tabbing through all elements and back to search doesn't enter filter view. |
|||||
Issue descriptionThe following steps reproduce this problem: (1) Open MR WebUI. (2) Use keyboard to tab to search input. (3) Press escape to leave filter view. (4) Use tab to cycle back through the UI, back to the search input. (5) Notice that the UI does not switch to filter view this time. This is related to the special handling of window/input focus/blur events.
,
Mar 15 2016
,
Mar 16 2016
,
Mar 16 2016
Your change meets the bar and is auto-approved for M50 (branch: 2661)
,
Mar 16 2016
Please merge your change to M50 branch 2661 some time this week if it is a safe merge. Thank you.
,
Mar 18 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/396e0096271a978eba71babad16b0a6ce57dde4f commit 396e0096271a978eba71babad16b0a6ce57dde4f Author: btolsch <btolsch@chromium.org> Date: Fri Mar 18 20:11:01 2016 [Media Router UI] Fix search results overflow scroll and input focus. This change fixes the following issues: - The full search result list is not accessible when scrolling is necessary. - The input focus logic is broken by keyboard tabbing wrapping around the document. This change was dependent on this CL, which was also after M50 branched: https://codereview.chromium.org/1772813002/ This change includes everything from both that is necessary. BUG= 594789 R=apacible@chromium.org NOTRY=true NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1801983003 Cr-Commit-Position: refs/heads/master@{#381272} (cherry picked from commit aa85d103c33578539738cb88f163f33deb344266) Review URL: https://codereview.chromium.org/1810223002 Cr-Commit-Position: refs/branch-heads/2661@{#284} Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081} [modify] https://crrev.com/396e0096271a978eba71babad16b0a6ce57dde4f/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by bugdroid1@chromium.org
, Mar 15 2016