[Webkit-unassigned] [Bug 42136] New: Windows: crash with text-rendering: optimizeLegibility; and margin specified in 'ex'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 21:19:55 PDT 2010


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

           Summary: Windows: crash with text-rendering:
                    optimizeLegibility; and margin specified in 'ex'.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phiw at l-c-n.com


Created an attachment (id=61319)
 --> (https://bugs.webkit.org/attachment.cgi?id=61319)
test case that crashes

Specifying 'text-rendering: optimizeLegibility;' on a block-level element (<p>) causes Safari 5 to crash when the block element has margins specified with the 'ex' unit.

Like this:
p, dt, dd, li {text-rendering: optimizeLegibility;}
p {margin: .5ex 0 0;}

If 'text-rendering: optimizeLegibility;' is specified on the root element or the parent block, the crash doesn't happen. This has been repro'd on XP and Vista.

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