RESOLVED INVALID Bug 60302
Web Inspector: "expand" decoration is not aligned with the DOM element properly in the console.
https://bugs.webkit.org/show_bug.cgi?id=60302
Summary Web Inspector: "expand" decoration is not aligned with the DOM element proper...
Pavel Feldman
Reported 2011-05-05 14:35:11 PDT
Evaluate "document" in the console. See the screenshot, compare to Safari 5.
Attachments
[IMAGE] Screenshot of the console. (11.70 KB, image/png)
2011-05-05 14:35 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2011-05-05 14:35:43 PDT
Created attachment 92472 [details] [IMAGE] Screenshot of the console.
Pavel Feldman
Comment 2 2011-05-05 14:38:28 PDT
I bisected it roughly to the r81746 (https://bugs.webkit.org/show_bug.cgi?id=56892). Here is the style that renders the expand symbol: .outline-disclosure li.parent::before { content: url(Images/treeRightTriangleBlack.png); float: left; width: 8px; height: 8px; margin-top: 1px; padding-right: 2px; } So this is float: left within the ::before pseudo element.
James Robinson
Comment 3 2011-05-05 16:18:16 PDT
Does http://trac.webkit.org/changeset/85876 fix this, by any chance?
Pavel Feldman
Comment 4 2011-05-05 16:40:20 PDT
(In reply to comment #3) > Does http://trac.webkit.org/changeset/85876 fix this, by any chance? Nope, just applied it locally, did not help.
Pavel Feldman
Comment 5 2011-08-08 13:15:41 PDT
*** Bug 65864 has been marked as a duplicate of this bug. ***
Pavel Feldman
Comment 6 2011-08-08 22:37:29 PDT
*** Bug 59600 has been marked as a duplicate of this bug. ***
Brian Burg
Comment 7 2014-12-12 14:10:55 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.