Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Issue 2982533002: Remove the BubbleFrameView close button from tab traversal on all platforms. (Closed)

Created:
3 years, 5 months ago by tapted
Modified:
3 years, 5 months ago
Reviewers:
msw
CC:
chromium-reviews, tfarina, groby+bubble_chromium.org, rouslan+bubble_chromium.org, hcarmona+bubble_chromium.org, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the BubbleFrameView close button from tab traversal on all platforms. The button defaults to FocusBehavior::ACCESSIBLE_ONLY which (apart from on Mac) only affects buttons in AccessiblePaneViews (which the close button is not). Make it FocusBehavior::NEVER so the behaviour is consistent across platforms. Note this does not affect screen readers' ability to focus the element. Keyboard access to this element when not using a screen reader is done via the ESC key handler in DialogClientView. BUG=741251 Review-Url: https://codereview.chromium.org/2982533002 Cr-Commit-Position: refs/heads/master@{#486228} Committed: https://chromium.googlesource.com/chromium/src/+/5602cce8dce523ac65415a36db784361d80a6074

Patch Set 1 #

Total comments: 6

Patch Set 2 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M ui/views/bubble/bubble_frame_view.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (13 generated)
tapted
Hi mike, wdyt? (note i could equally go for FocusBehavior::ALWAYS, I just want it to ...
3 years, 5 months ago (2017-07-12 07:14:56 UTC) #7
msw
lgtm with comment nits, Esc should suffice. https://codereview.chromium.org/2982533002/diff/1/ui/views/bubble/bubble_frame_view.cc File ui/views/bubble/bubble_frame_view.cc (right): https://codereview.chromium.org/2982533002/diff/1/ui/views/bubble/bubble_frame_view.cc#newcode137 ui/views/bubble/bubble_frame_view.cc:137: // Remove ...
3 years, 5 months ago (2017-07-12 17:20:26 UTC) #8
tapted
Thanks Mike! https://codereview.chromium.org/2982533002/diff/1/ui/views/bubble/bubble_frame_view.cc File ui/views/bubble/bubble_frame_view.cc (right): https://codereview.chromium.org/2982533002/diff/1/ui/views/bubble/bubble_frame_view.cc#newcode137 ui/views/bubble/bubble_frame_view.cc:137: // Remove the close button from tab ...
3 years, 5 months ago (2017-07-12 23:49:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2982533002/20001
3 years, 5 months ago (2017-07-13 00:55:54 UTC) #15
commit-bot: I haz the power
3 years, 5 months ago (2017-07-13 02:30:15 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/5602cce8dce523ac65415a36db78...

Powered by Google App Engine
This is Rietveld 408576698