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

Issue 680353 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Jan 2017
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug-Regression



Sign in to add a comment

Non-closable ARC notification is closable

Project Member Reported by yoshiki@chromium.org, Jan 12 2017

Issue description

On ToT, non-closable ARC notification is closable. It should be non-closable.

Note that the issue happens only on ARC notification and non-closable non-ARC notification is non-closable correctly.
 
Labels: -Type-Bug Type-Bug-Regression
This worked correctly on M55.
Project Member

Comment 2 by bugdroid1@chromium.org, Jan 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0993bc30936c72dfdd60ec7c15aacc1579756704

commit 0993bc30936c72dfdd60ec7c15aacc1579756704
Author: yoshiki <yoshiki@chromium.org>
Date: Wed Jan 18 04:39:07 2017

Set slide_out_enabled property for CustomNotification

The "slide_out_enabled" property of SlideOutView should be set according to the "pinned" property of notification. It was set for both CustomNotificationView and NotificationView correctly, but now the code has been moved to NotificationView after recent refactoring.

This patch moves the code NotificationView to MessageView and fixes the regression.

BUG= 680353 
TEST=manually

Review-Url: https://codereview.chromium.org/2620133003
Cr-Commit-Position: refs/heads/master@{#444275}

[modify] https://crrev.com/0993bc30936c72dfdd60ec7c15aacc1579756704/ui/message_center/views/custom_notification_view_unittest.cc
[modify] https://crrev.com/0993bc30936c72dfdd60ec7c15aacc1579756704/ui/message_center/views/message_view.cc
[modify] https://crrev.com/0993bc30936c72dfdd60ec7c15aacc1579756704/ui/message_center/views/notification_view.cc

Status: Fixed (was: Started)
Status: Verified (was: Fixed)

Sign in to add a comment