Bug 42476

Summary: Web Inspector: [REGRESSION] Edit long CSS attributes works incorrect
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Nikita Vasilyev <me>
Status: RESOLVED FIXED    
Severity: Critical CC: bweinstein, commit-queue, joepeck, keishi, me, pfeldman, pmuellr, rik, timothy, yurys
Priority: P1 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
screenshot
none
Restore text-overflow to "clip" none

Description Ilya Tikhonovsky 2010-07-16 12:50:49 PDT
When I double-click a CSS attribute to edit it, I want to edit the actual value. Not the half value and bloody ellipsis that it shows me when the value is too long for the pane.
Comment 1 Ilya Tikhonovsky 2010-07-16 12:51:44 PDT
Created attachment 61838 [details]
screenshot
Comment 2 Timothy Hatcher 2010-07-16 12:57:02 PDT
This is a regression, it was not always like this. Safari 5 works as expected. TOT does not.
Comment 4 Nikita Vasilyev 2010-07-17 01:35:09 PDT
Created attachment 61879 [details]
Restore text-overflow to "clip"
Comment 5 Nikita Vasilyev 2010-07-17 01:53:43 PDT
Safari 5 is using:

.section .properties li.editing {
    margin-left: 10px;
    text-overflow: clip;
}

In WebKit TOT's styles pane ".section" was renamed to "style-section" (probably here https://bugs.webkit.org/attachment.cgi?id=55594). So it caused the bug.
Comment 6 WebKit Commit Bot 2010-07-17 04:51:51 PDT
Comment on attachment 61879 [details]
Restore text-overflow to "clip"

Clearing flags on attachment: 61879

Committed r63608: <http://trac.webkit.org/changeset/63608>
Comment 7 WebKit Commit Bot 2010-07-17 04:51:56 PDT
All reviewed patches have been landed.  Closing bug.