New issue
Advanced search Search tips

Issue 812713 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: debugger paused message style is blue

Project Member Reported by l...@chromium.org, Feb 15 2018

Issue description

What steps will reproduce the problem?
(1) Open DevTools Sources panel
(2) Enable 'Pause on exceptions'
(3) Evaluate a snippet with an error, e.g. `throw 123`

What is the expected result?
The 'x' icon should be red, background red for the 'Paused on exception' message

What happens instead?
It's not red.

Screenshot: https://imgur.com/a/R9tv6
 
Project Member

Comment 1 by bugdroid1@chromium.org, Feb 20 2018

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

commit b79f463a31c7ca139ea65a0057c4b93a162395ff
Author: Erik Luo <luoe@chromium.org>
Date: Tue Feb 20 19:57:58 2018

DevTools: fix debugger paused message styles

When paused on an error, the debugger paused message is not showing
the correct red styles.

Screenshot: https://imgur.com/a/R9tv6

Bug:  812713 
Change-Id: I23a95848b7727a2357614172c93b055fa5c185b8
Reviewed-on: https://chromium-review.googlesource.com/922396
Commit-Queue: Erik Luo <luoe@chromium.org>
Reviewed-by: Andrey Lushnikov <lushnikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537858}
[modify] https://crrev.com/b79f463a31c7ca139ea65a0057c4b93a162395ff/third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js
[modify] https://crrev.com/b79f463a31c7ca139ea65a0057c4b93a162395ff/third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css

Comment 2 by l...@chromium.org, Feb 21 2018

Status: Fixed (was: Assigned)

Sign in to add a comment