Open
Bug 487641
Opened 17 years ago
Updated 3 years ago
if first row column with colspan has width='100%', then in rightmost cell of second row is wrapped
Categories
(Core :: Layout, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: vitaly.vitols, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
HTML page contains table with two rows. There is one cell in the first row and three cells in the second row. Upper cell has colspan set to '3'.
Each cell in bottom row has button(<INPUT>) and two after it. This results to second row's height increasing, making first two buttons locating in center of its' cells, but the third one is moved up and is wrapped to second string.
In IE6 and Opera 9.64 the last located on the right from button, not under.
Reproducible: Always
Steps to Reproduce:
1. open attached HTML source
Actual Results:
Second row's height increased, making first two buttons locating in center of its' cells, but the third one is moved up and is wrapped to second string.
Expected Results:
The last located on the right from button, not under.
| Reporter | ||
Comment 1•17 years ago
|
||
| Reporter | ||
Comment 2•17 years ago
|
||
| Reporter | ||
Comment 3•17 years ago
|
||
Comment on attachment 371883 [details]
Screenshot
Example is loaded and CTRL+A is pressed
Comment 4•17 years ago
|
||
I see the problem in every Firefox version I tried, but not in IE7, Opera and GC.
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•