Closed
Bug 122441
Opened 24 years ago
Closed 22 years ago
Table alignment off
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.1alpha
People
(Reporter: rebron, Assigned: karnaze)
References
()
Details
(Keywords: testcase, top100)
Attachments
(2 files)
Notice that the left column on this page in a recent build shortens the table.
Expected result is that the left column is larger. View page in IE or NN 4.x to
see what it should look like.
Not sure if this is bad coding or problem with table layout.
Comment 1•24 years ago
|
||
tables
Assignee: asa → eric
Component: Browser-General → HTMLFrames
QA Contact: doronr → amar
Comment 2•24 years ago
|
||
Setting component to HTMLTables
Assignee: eric → karnaze
Component: HTMLFrames → HTMLTables
Target Milestone: --- → mozilla1.1
Comment 3•24 years ago
|
||
right, i found the cause.
this might be a dup since it will be a common thing on sites.
yahoo did in fact get the html wrong.
note the space between the search box and button.
that space is written as &nsbp;, if it was actually a space like, ' ', then
internet explorer would also insert a break and cause the entire left section to
become smaller.
mozilla handles it correctly, it treats as a space.
yahoo didn't define the width of that left column, but did define the right
(main) section to be 100%.
thus, the size of the left section depends entirely upon that char.
testcase...
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Setting the priority to p2 since this bug has a higher visibility.
Priority: -- → P2
| Reporter | ||
Comment 7•24 years ago
|
||
This also affects the What's New page on Yahoo and I'm sure several more.
Keywords: top100
Comment 8•23 years ago
|
||
WFM or im looking at the wron thing, also the examples seem to produce the same
output for me 2002061408 trunk on win2k
Comment 9•23 years ago
|
||
yea, they would both look the same under moz. you will notice the difference in
IE. thus the situation here is, are we going to simulate IE?
easier to understand example: -
Text Text2 <-- moz: 'Text2' will break on to the next line.
ie: 'Text2' will stay on the same line.
Text Text2 <-- moz: 'Text2' will break on to the next line.
ie: 'Text2' will break on to the next line.
(Only happens in a table, when the above is in a column next to a column set as
100% width (confused? read the source of the testcases to understand)).
So perhaps the bug is actually in IE, and we do it correctly?
taxes.yahoo.com seems to have been fixed... changing URL.
Comment 10•23 years ago
|
||
Is this still happening? If not please resolve as WORKSFORME otherwise please
state buildif of a recent build it has failed on. Seems to WFM using buildID
2002080508 on Win2KSP2
| Reporter | ||
Comment 11•22 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 12•22 years ago
|
||
this is still happening.
although it's not as noticeable (on the taxes website) since the html code has
changed.
changing back url.
verifying, since I believe we do it correctly, IE got it wrong.
(does w3c have a say on this?)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•