Closed
Bug 100317
Opened 24 years ago
Closed 23 years ago
images rendered on top of each other if aligned to the right in a NOWRAP cell
Categories
(Core :: Layout, defect)
Tracking
()
mozilla1.0.1
People
(Reporter: nstenz, Assigned: alexsavulov)
References
()
Details
(Keywords: testcase)
Attachments
(4 files)
The non-transparent part of the trust-e button is rendering on top of the BBB
online button. The trust-e part is not clickable as a link, but the surround
part displaying the BBB button image is. Clicking on the linked part works as
expected.
Build ID: 2001091703
Comment 1•24 years ago
|
||
Yes, I see it. Same problem in Netscape 6.1, BTW.
Anybody want to try to reduce the testcase? Please?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Let me take a look.
Comment 4•24 years ago
|
||
The right-aligned images are in a TD which has the nowarp attribute applied. If
you removed the NOWRAP attribute from the TD or alignment attribute from the
images, the problem no longer occurs.
Comment 5•24 years ago
|
||
Updated•24 years ago
|
Assignee: attinasi → alexsavulov
Status: ASSIGNED → NEW
Summary: images at bottom of page render on top of each other → images rendered on top of each other if aligned to the right in a NOWRAP cell
Comment 6•24 years ago
|
||
Nice work Petersen! So, the problem is a bad interaction between alignment and
nowrap in table cells. Updating summary and reassigning to alexsavulov.
Comment 7•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
yeah... I knew this will come some day :-)
(I mean, I knew that we have this sort of problems)
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•24 years ago
|
||
setting milestone
(i have to find the dups)
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Comment 10•24 years ago
|
||
floater/nowrap problem
Assignee | ||
Comment 11•23 years ago
|
||
*** Bug 130997 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
*** Bug 125686 has been marked as a duplicate of this bug. ***
Comment 13•23 years ago
|
||
Maybe the testcase from bug 125686 (attachment 70090 [details]) can help.
If you click (and hold down) the button, then the image is displayed correctly in
its right-aligned position.
Keywords: testcase
Comment 14•23 years ago
|
||
This html probably shows the same bug. It occurs in the wild on
http://odysseus.ieee.org/
Tested on Windows NT/ Build 2002040103
Assignee | ||
Comment 15•23 years ago
|
||
*** This bug has been marked as a duplicate of 78820 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•