New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 731074 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Close button can not be focused by keyboard when a notification has buttons.

Project Member Reported by fukino@chromium.org, Jun 8 2017

Issue description

Chrome Version: ToT
OS: Chrome

What steps will reproduce the problem?
(1) Show chrome notification with at least one action button. For example, by the following code:

chrome.notifications.create(
        'basic2',
        {
          type: 'basic',
          iconUrl: 'icon.png',
          title: 'title',
          message: 'message',
          buttons: [
            {title: 'Button 1'},
          ],
        });

(2) Open message center
(3) Hit TAB several times.

What is the expected result?
Close button should be focused.

What happens instead?
Close button can not be focused.

Please use labels and text to provide additional information.


For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.

 
Cc: yhanada@chromium.org
Hanada-san has fixed several issues about focusing on notifications and maybe knows some idea.

Comment 2 by fukino@chromium.org, Jun 14 2017

Abandoned approach: https://codereview.chromium.org/2929803002/#msg4
Owner: yoshiki@chromium.org
Status: WontFix (was: Assigned)
This is fixed by recent refactors.

Sign in to add a comment