Closed
Bug 22869
Opened 25 years ago
Closed 23 years ago
<br background=...> bug
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: eungkyu, Assigned: waqar)
References
()
Details
mozilla think follow two forms are same.
<table><tr>
<td></td>
<td background=back.gif>blabla</td>
<td>blabla</td>
</tr></table>
<table><tr>
<td></td>
<td background=back.gif>blabla</td>
<td background=back.gif>blabla</td>
</tr></table>
I found that in www.enlightenment.org
(I can't express them well in english... because i'm not english)
Updated•25 years ago
|
Assignee: karnaze → waqar
Comment 1•25 years ago
|
||
I'm not seeing the problem on WinNT when I substitute any image for back.gif.
Waqar, can you take a look on Linux.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → REMIND
Reporter | ||
Comment 2•25 years ago
|
||
only linux version have this bug..
try to see www.enlightenment.org
Comment 3•25 years ago
|
||
waqar@netscape.com - is this a REMIND bug?
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•25 years ago
|
||
I tested..
When I go to http://www.enlightenmtn.org/, I can see good first
but, If i scroll with scroll-bar, I can see the bug.
Comment 5•23 years ago
|
||
REMIND is deprecated per bug 35839.
Status: VERIFIED → REOPENED
Resolution: REMIND → ---
Comment 6•23 years ago
|
||
page works perfect.
testcase works perfect.
there would be more people seeing this, if we really had such a big bug. ;)
Status: REOPENED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → WORKSFORME
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•