RESOLVED FIXED 42476
Web Inspector: [REGRESSION] Edit long CSS attributes works incorrect
https://bugs.webkit.org/show_bug.cgi?id=42476
Summary Web Inspector: [REGRESSION] Edit long CSS attributes works incorrect
Ilya Tikhonovsky
Reported 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.
Attachments
screenshot (37.59 KB, image/png)
2010-07-16 12:51 PDT, Ilya Tikhonovsky
no flags
Restore text-overflow to "clip" (1.05 KB, patch)
2010-07-17 01:35 PDT, Nikita Vasilyev
no flags
Ilya Tikhonovsky
Comment 1 2010-07-16 12:51:44 PDT
Created attachment 61838 [details] screenshot
Timothy Hatcher
Comment 2 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.
Nikita Vasilyev
Comment 4 2010-07-17 01:35:09 PDT
Created attachment 61879 [details] Restore text-overflow to "clip"
Nikita Vasilyev
Comment 5 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.
WebKit Commit Bot
Comment 6 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>
WebKit Commit Bot
Comment 7 2010-07-17 04:51:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.