Closed
Bug 378051
Opened 19 years ago
Closed 16 years ago
Firefox freezes when you try to print or try to open printpreview
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gnewikow, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
If the Page has a Big Table that would be printed over more than one Page, FF freezes when the Table makes use of the rowspan attribute.
Example Code-Snippet:
<tr>
<td rowspan="2" class="is24-col2 is24-toplist">
text1
</td>
<td rowspan="2" class="is24-col3">
text2
</td>
<td colspan="5" class="is24-element-noborder">
text3
</td>
</tr>
<tr>
<td class="is24-col4">
text4
</td>
<td class="is24-col5">
<p>text5
</p>
<p>text6
</p>
</td>
<td class="is24-col6">text7
</td>
<td class="is24-col7">text8
</td>
<td class="is24-col8">text9
</td>
</tr>
Reproducible: Always
Steps to Reproduce:
1.Open Page
2.Click Print or Printpreview
Actual Results:
Freeze
Expected Results:
Pritnoutput in the Preview or on the Printer
Reproduced on an Extension-Free-FF in default Theme.
| Reporter | ||
Comment 1•19 years ago
|
||
Updated•19 years ago
|
Assignee: nobody → printing
Component: General → Printing
Product: Firefox → Core
QA Contact: general
Version: unspecified → 1.8 Branch
Comment 2•19 years ago
|
||
I can reproduce the hang in Firefox 2.0.0.3 on Linux.
It works for me in Firefox trunk 20070419 on Linux.
I'm pretty sure this has been fixed by changes in the table code.
Can you reproduce the hang in a recent trunk build?
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
| Reporter | ||
Comment 3•19 years ago
|
||
It "works" (no hang) in 3.0a4pre but the print-output is not as I would expect it.
(See PDF-Document)
Comment 4•19 years ago
|
||
Looks like a table layout bug in a Print context.
Assignee: printing → nobody
Severity: critical → normal
Component: Printing → Layout: Tables
Keywords: hang
QA Contact: layout.tables
Version: 1.8 Branch → Trunk
this does not hang, please open a new bug for the print errors if there are still there.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•