Closed
Bug 27514
Opened 25 years ago
Closed 25 years ago
Clipping: background image will tile OUTSIDE cell or table on reflow if it's a transparent gif
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: kinbote, Assigned: karnaze)
References
()
Details
From Bug Helper:
User-Agent: Mozilla/5.0 (X11; N; Linux 2.2.12-20 i586; en-US)
BuildID: 2000021111
A cell or table background image will continue tiling outside of cell/table
boundaries if it's a gif with transparency. This afflicts Linux, but not Win32,
and it only happens upon reflow/reloading the page. So the first time, the
clipping looks right. See the example URI supplied.
Reproducible: Always
Steps to Reproduce:
View http://crt1-3ad.twcny.rr.com/mozbug1.html TWICE on linux.
<table border=1>
<tr>
<td style="background-image:url(any-partly-transparent.gif)">
Here is a one-cell table.
</td>
</tr>
</table>
The image tiling will overflow both down and to the right.
Comment 1•25 years ago
|
||
This is the same bug as 16008. But this is a very good test case.
*** This bug has been marked as a duplicate of 16008 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•