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

Issue 696712 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit 29 days ago
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

DevTools: object popover title overflows

Project Member Reported by lushnikov@chromium.org, Feb 27 2017

Issue description

Chrome Version       : 58.0.3026.0

What steps will reproduce the problem?
1. Inspect object with a long name

Expected:
No double scroll for popover title

Actual:
A scrollbar which actually doesn't scroll. @see screenshot

 
bad-object-popover.png
81.8 KB View Download
Status: Started (was: Assigned)
Started: https://codereview.chromium.org/2723623002/
Project Member

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

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

commit fe1613f09089d4b570263393f7e7e2d9c88d23d0
Author: lushnikov <lushnikov@chromium.org>
Date: Mon Feb 27 22:30:37 2017

DevTools: fix object popover title

Object popover title resides in a container; that's the one which should
have "overflow: hidden", not the inner span.

BUG= 696712 
R=dgozman

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

[modify] https://crrev.com/fe1613f09089d4b570263393f7e7e2d9c88d23d0/third_party/WebKit/Source/devtools/front_end/object_ui/ObjectPopoverHelper.js

Status: Fixed (was: Started)

Sign in to add a comment