New issue
Advanced search Search tips

Issue 901350 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 14
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

First Notification is not shown to the user

Project Member Reported by knollr@chromium.org, Nov 2

Issue description

Chrome Version: 72.0.3600.0
OS: Linux

What steps will reproduce the problem?
(1) Open up Chrome
(2) Disable native notifications (chrome://flags#enable-native-notifications)
(3) Open any webpage
(4) Call Notification.requestPermission() in the Console and Accept
(5) Call new Notification('Test1') in the Console
(6) Call new Notification('Test2') in the Console again

What is the expected result?
Expect to see a Notification after (5) and another one after (6).

What happens instead?
No Notification after (5) and two Notifications after (6).

This happens because PopupsOnlyUiController and MessagePopupCollection both register as an observer of MessageCenter, but in the wrong order. After the second Notification is shown, everything works as expected.
 
Components: UI>Notifications
Project Member

Comment 2 by bugdroid1@chromium.org, Nov 5

Cc: nyerramilli@chromium.org tetsui@chromium.org rbasuvula@chromium.org
 Issue 901732  has been merged into this issue.
Labels: Hotlist-DesktopUIConsider
Labels: Group-Notifications
Labels: -Hotlist-DesktopUIConsider Hotlist-DesktopUITriaged
Status: WontFix (was: Started)
Closing the bug as a part of UI mass triage. If you feel this issue should still be addressed, feel free to reopen it or to file a new issue.
Labels: Hotlist-DesktopUIChecked
Status: Fixed (was: WontFix)
It's actually already fixed, just forgot to update the issue.
It's available in 72.0.3608.4 for Linux.

Sign in to add a comment