New issue
Advanced search Search tips

Issue 871177 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Non-Regression: Unwanted expand/collapse icon in notification settings of notification with buttons

Project Member Reported by rkalavakuntla@chromium.org, Aug 6

Issue description

Chrome Version: 70.0.3511.0/10943.0.0 dev channel Daisy,Kip,Celes
OS: Chrome OS

What steps will reproduce the problem?
(1)Go to chrome://settings/manageAccessibility >> Enable select-to-speak
(2)Select-to-speak notification is seen at ubertray
(3)click on notification settings >> click on expand/collapse button and observe

Actual: Unwanted expand/collapse icon in notification settings of select-to-speak notification 
Expected: No such unwanted expand/collapse icon in notification settings of select-to-speak notification


Raising this as a Non-Regression issue seen from 70.0.3511.0 as select-to-speak notification is new UI

Attached the screencast for reference..



 
actual.mp4
8.1 MB View Download
Cc: katie@chromium.org
Components: -UI>Accessibility>SelectToSpeak
Summary: Non-Regression: Unwanted expand/collapse icon in notification settings of notification with buttons (was: Non-Regression: Unwanted expand/collapse icon in notification settings of select-to-speak notification)
This notification is generated from the chrome.notifications API. Here's a simple demo one that has the same behavior:

chrome.notifications.create({
      type: 'basic', iconUrl: 'checked.png',
      title: 'Title',
      message: 'Message', buttons: [{title: 'ok'}]
    });

The toggle button usually shows/hides the buttons at the bottom, but once you've clicked on the 'settings' icon it doesn't have any effect. However, since the whole notification goes grey when you click the settings gear icon, maybe that's a visual indication that the toggle won't work?

This is not specific to Select-to-Speak, it appears to be a general behavior with the notifications API notification. Removing the Select-to-Speak component.


Sign in to add a comment