RESOLVED FIXED 73234
Web Inspector: TreeOutline elements should be formatted using margin-left instead of text-indent.
https://bugs.webkit.org/show_bug.cgi?id=73234
Summary Web Inspector: TreeOutline elements should be formatted using margin-left ins...
Vsevolod Vlasov
Reported 2011-11-28 11:18:19 PST
TreeOutline elements should be formatted using margin-left instead of text-indent. This way there is no need to override isEventWithinDisclosureTriangle in ResourcesPanel.
Attachments
Patch (7.11 KB, patch)
2011-11-28 11:29 PST, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-11-28 11:29:53 PST
Pavel Feldman
Comment 2 2011-11-29 00:22:55 PST
Comment on attachment 116791 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=116791&action=review > Source/WebCore/inspector/front-end/treeoutline.js:961 > + var left = this._listItemNode.totalOffsetLeft() + computedLeftPadding; Please make sure this works Ok with the scroller (toggle word wrap off on elements panel)
Vsevolod Vlasov
Comment 3 2011-11-30 07:01:15 PST
Vsevolod Vlasov
Comment 4 2011-11-30 07:03:10 PST
Note You need to log in before you can comment on or make changes to this bug.