WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 60302
Bug 65864
Web Inspector: Console Formatting Incorrectly Wraps
https://bugs.webkit.org/show_bug.cgi?id=65864
Summary
Web Inspector: Console Formatting Incorrectly Wraps
Joseph Pecoraro
Reported
2011-08-08 11:40:14 PDT
Created
attachment 103269
[details]
[IMAGE] Bad Wrapping in Console Output HTML / Obj expandos into the console and the formatting wraps it. The same HTML output does not wrap in the Element Tree Hierarchy.
Attachments
[IMAGE] Bad Wrapping in Console
(11.73 KB, image/png)
2011-08-08 11:40 PDT
,
Joseph Pecoraro
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2011-08-08 11:42:29 PDT
Some investigation: 1. removing .outline-disclosure li.parent::before's float:left fixes the issue, but that code has been around since the inspector originally landed. 2. negative text-indent seems to be causing issues. Removing the negative text-indent on .outline-disclosure li.parent fixes the unusual wrapping. I'll try to see when this regressed.
Joseph Pecoraro
Comment 2
2011-08-08 12:31:13 PDT
Regressed sometime between: Works:
r81739
and Fails:
r81756
http://trac.webkit.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=81756&stop_rev=81740&limit=100
Maybe the following because it deals with floats? Nothing dealt with text-indent, and it didn't look like there was an inspector change in the meantime. <
http://webkit.org/b/56892
> Adding floats to an empty block is O(n^2)
Pavel Feldman
Comment 3
2011-08-08 13:15:41 PDT
*** This bug has been marked as a duplicate of
bug 60302
***
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