[Webkit-unassigned] [Bug 47843] New: -webkit-perspective with a large value can end up as INF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 12:28:27 PDT 2010


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

           Summary: -webkit-perspective with a large value can end up as
                    INF
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: cmarrin at apple.com


-webkit-perspective: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
ends up with a value of INF, which causes problems for getComputedStyle.

This happens when CSSPrimitiveValue::computeLengthFloat() casts a double to a float.

-- 
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