New issue
Advanced search Search tips

Issue 749377 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug-Regression



Sign in to add a comment

DevTools: node/elements in console do not hover / context menu correctly

Project Member Reported by l...@chromium.org, Jul 27 2017

Issue description

Log any node/element in console
e.g. console.log(document.body)

The hover overlay and context menu are not appearing.
 

Comment 1 by l...@chromium.org, Jul 27 2017

Bisected to this commit: https://chromium-review.googlesource.com/c/582427/
Project Member

Comment 2 by bugdroid1@chromium.org, Jul 27 2017

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

commit 0a68c5935af717b8ad403600433949d2f7903bc0
Author: Erik Luo <luoe@chromium.org>
Date: Thu Jul 27 07:59:35 2017

DevTools: fix a regression in formatting nodes in console

This addresses a regression where formatted nodes in console will not behave
correctly. Listeners registered for hover, click, and right click stop working
when the formatted element has no width, which was the case after a CL changed
'display' from 'inline-block' to 'inline'.
https://chromium-review.googlesource.com/c/582427/

This CL restores those critical CSS values for formatted nodes in console.

Bug:  749377 
Change-Id: I436839357bb331fa04faf42c046adbc0a9cbc4b1
Reviewed-on: https://chromium-review.googlesource.com/588346
Reviewed-by: Alexei Filippov <alph@chromium.org>
Commit-Queue: Erik Luo <luoe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#489881}
[modify] https://crrev.com/0a68c5935af717b8ad403600433949d2f7903bc0/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css

Comment 3 by l...@chromium.org, Jul 28 2017

Status: Fixed (was: Started)

Sign in to add a comment