[Webkit-unassigned] [Bug 54098] Web Inspector: [regression] Fix syncing heights of the gutter and main panel lines, and add 2px padding-left

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 07:08:54 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54098


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81803|review?                     |review-
               Flag|                            |




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2011-02-09 07:08:54 PST ---
(From update of attachment 81803)
View in context: https://bugs.webkit.org/attachment.cgi?id=81803&action=review

> Source/WebCore/inspector/front-end/TextViewer.js:166
> +            gutterChunk.element.style.height = "";

I am not sure what setting integer property to "" is supposed to do. You should use setProperty and removeProperty on style object instead.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list