[Webkit-unassigned] [Bug 12449] New: WebKit freezes when printing as PDF a certain kind of code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 28 09:10:03 PST 2007


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

           Summary: WebKit freezes when printing as PDF a certain kind of
                    code
           Product: WebKit
           Version: 419.x
          Platform: Macintosh PowerPC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: david at goddess-gate.com


Attached is the code. This is a serendituous discovery: I just made a mistake
in my code (two dt together with no dd in between).

Copy the code below in an editor then print it as PDF with Webkit (419.3, from
today)

Here is the code

====
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>L’Italia</title>
<style type="text/css">
dl.run-in dt    {display:run-in}

body    {max-width:40em}
</style>
</head>

<body>
<dl class="run-in">
        <dt>Name</dt>
        <dt>Surname</dt>
        <dd>Willis</dd>
</dl>
</body>
</html>
====

With a dd in-between the two dt, no problem.


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