WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Restore text-overflow to "clip"
(1.05 KB, patch)
2010-07-17 01:35 PDT
,
Nikita Vasilyev
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Ilya Tikhonovsky
Comment 3
2010-07-16 12:57:59 PDT
original post:
http://www.neowin.net/forum/topic/918818-dev-channel-google-chrome-604581-for-linux-os-x-and-windows/page__st__15__p__592887176&#entry592887176
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.
Top of Page
Format For Printing
XML
Clone This Bug