[Webkit-unassigned] [Bug 15862] New: pixelLeft, pixelWidth, et c: values should be number, not empty string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 13:54:11 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15862

           Summary: pixelLeft, pixelWidth, et c: values should be number,
                    not empty string
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dhtmlkitchen at gmail.com


pixelLeft, pixelWidth, et c: values should be numbers, the values should
reflect the computedStyle.

javascript:alert(typeof document.body.style.pixelWidth);// "string" should be
"number"

javascript:alert(document.body.style.pixelWidth);// empty, should be a positive
number.


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



More information about the webkit-unassigned mailing list