[Webkit-unassigned] [Bug 17144] New: RenderReplaced initializes size to invalid arbitrary value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 14:44:02 PST 2008


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

           Summary: RenderReplaced initializes size to invalid arbitrary
                    value
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dobey at wayofthemonkey.com


RenderReplaced initializes m_intrinsicSize to an invalid arbitrary value, which
causes rendering and layout problems with windowless plug-ins that may only
provide scripting functionality. The attached patch changes this initialization
to 0,0 instead of the arbitrary 300,150 values.


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