Closed
Bug 380721
Opened 18 years ago
Closed 18 years ago
Table layout bug in floated fieldset
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozilla_bugs1, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
707 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
When using a table in a floated fieldset, the layout is distorted. Columns and rows do not line up.
Reproducible: Always
Steps to Reproduce:
Use a table with a couple of columns/rows in a floated fieldset (XHTML 1.0 Strict).
Actual Results:
Table columns does not line up. (Neither does rows if using rowspan)
Expected Results:
Table columns/rows should line up.
Comment 2•18 years ago
|
||
I see the issue with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4pre) Gecko/20070502 BonEcho/2.0.0.4pre
But not with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a5pre) Gecko/20070514 Minefield/3.0a5pre ID:2007051405 [cairo]
Reporter, can you please verify this is fixed on trunk builds?
- http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Keywords: testcase
Updated•18 years ago
|
Component: General → Layout: Tables
Product: Firefox → Core
QA Contact: general → layout.tables
Updated•18 years ago
|
Version: unspecified → 1.8 Branch
Yes, it seems to be working correctly in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070515 Minefield/3.0a5pre.
Comment 4•18 years ago
|
||
Resolving bug WORKSFORME. Will be fixed in Fx 3.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•