Close button can not be focused by keyboard when a notification has buttons. |
|||
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.
,
Jun 14 2017
Abandoned approach: https://codereview.chromium.org/2929803002/#msg4
,
Jun 22 2017
,
Aug 16 2017
This is fixed by recent refactors. |
|||
►
Sign in to add a comment |
|||
Comment 1 by yoshiki@chromium.org
, Jun 13 2017