Issue metadata
Sign in to add a comment
|
DevTools: node/elements in console do not hover / context menu correctly |
||||||||||||||||||||
Issue descriptionLog any node/element in console e.g. console.log(document.body) The hover overlay and context menu are not appearing.
,
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
,
Jul 28 2017
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by l...@chromium.org
, Jul 27 2017