Closed
Bug 146311
Opened 23 years ago
Closed 16 years ago
Improper formatting of background or text spacing
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: harrisog, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
272 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2)
Gecko/20020510
BuildID: 20020510
The text which is supposed to fall between the purple bars overlaps the right
purple bar. This problem is not present in IE 6. This problem also affects the
IRIX build. It is an active server page, so this may be an IE-formatted page.
Reproducible: Always
Steps to Reproduce:
1. Open page
2. Look
3.
Expected Results: Text fit properly.
Comment 2•23 years ago
|
||
confirming with win2k build 20020522..
-> Layout
Assignee: Matti → attinasi
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
QA Contact: imajes-qa → petersen
Updated•23 years ago
|
Target Milestone: --- → Future
![]() |
||
Comment 4•22 years ago
|
||
Tables. That middle cell is 48px wider than specified...
Assignee: attinasi → table
Component: Layout → Layout: Tables
OS: Windows 2000 → All
Priority: P3 → --
QA Contact: cpetersen0953 → madhur
Hardware: PC → All
Target Milestone: Future → ---
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 5•21 years ago
|
||
This bug is still present on Mozilla 1.7b and Firefox .8:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Haven't tried Firefox .9 yet.
Still a bug with:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
The bug is caused by the long line of hyphens at the bottom of this page. The
length of that line exceeds the width of the table cell. If you shorten the
number of hyphens, the page renders the same on IE and Firefox. IE breaks the
line into two, whereas Firefox extends the entire table cell. I'll upload a very
brief testcase that shows the difference.
Shows the difference between IE and Mozilla.
PS: Bernd I saw your blog, I could use a Gmail account.
I think this is an IE bug, I haven't seen a lot of them in table layout but this
seems to be one. We render this identical to opera and NN4.8
Updated•21 years ago
|
Comment 10•21 years ago
|
||
*** Bug 269539 has been marked as a duplicate of this bug. ***
Comment 11•16 years ago
|
||
what IE (also IE8) does it limits the width of the text to the specified 400px for the table cell, while the table is expanded to 700px what is specified as a table width. No other browser does this. I don't see any point in implementing this quirk. As times tells there aren't a lot pages relying on this quirk, we would otherwise have a bunch of dupes.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•