Closed
Bug 57584
Opened 25 years ago
Closed 22 years ago
[FIX]Test8's button uses bad style >>> style="bg.jpg"
Categories
(Core :: Layout: Form Controls, defect, P5)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: bugzilla, Assigned: rods)
References
()
Details
(Whiteboard: not a code level change)
At Debug > Viewer Demos > #8 Form (resource:///res/samples/test8.html) there's
a button containing a table and, supposedly, a background image. But this
background image doesn't render because the button has style="bg.jpg" instead
of the proper style="background-image:bg.jpg". Or is style="bg.jpg" supposed
to actually work for some twisted reason?
| Assignee | ||
Comment 2•25 years ago
|
||
Yes, this is a bug in the testcase, Yeah!
Status: NEW → ASSIGNED
Summary: Missing "background-image" for button style at Viewer Demos Test #8 → [TST]test8's button uses bad stype >>> style="bg.jpg"
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Comment 3•25 years ago
|
||
Rod, I'll check this fix in soon if you want...
| Assignee | ||
Comment 4•25 years ago
|
||
Yes, please take the bug and do that, otherwise it will be a while. Thanks.
| Reporter | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
OS: Windows 98 → All
Priority: P3 → P5
Hardware: PC → All
Summary: [TST]test8's button uses bad stype >>> style="bg.jpg" → Test8's button uses bad style >>> style="bg.jpg"
| Reporter | ||
Comment 6•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 7•25 years ago
|
||
Is this fixed? It looke like you reverted the checkin. If so, it should be reopened.
| Reporter | ||
Comment 8•25 years ago
|
||
Yeah I did, but it turns out the tbox test is wrong, not me. But I don't want
to leave tbox orange until monday, so I'll recheck this in on Monday.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 9•25 years ago
|
||
Fix checked in again.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•25 years ago
|
||
Fix backed out again.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 11•25 years ago
|
||
rods, wanna take this back? Tried checking in the fix twice now, and linux and
speedracer keep going orange with a SIGHUP message. Ian, cls and I can't
figure it out...
Assignee: blakeross → rods
Status: REOPENED → NEW
| Assignee | ||
Comment 12•25 years ago
|
||
going to get this off my radar by fixing it:
Index: test8.html
===================================================================
RCS file: /cvsroot/mozilla/webshell/tests/viewer/samples/test8.html,v
retrieving revision 3.33
diff -u -r3.33 test8.html
--- test8.html 2000/11/29 05:37:44 3.33
+++ test8.html 2001/02/07 14:34:54
@@ -36,7 +36,7 @@
</FIELDSET>
<BR><BR>
<div align=center><bold><font size=2>html 4 button</font></bold></div>
-<BUTTON type=submit style="bg.jpg">
+<BUTTON type=submit>
<font size=4><B>This button contains a table
<table border=3><TR border=1><TD>CELL 1</TD><TD>CELL 2<TD></TR>
<TR><TD>CELL 3</TD><TD>CELL 4</TD></TR></table>
Status: NEW → ASSIGNED
Summary: Test8's button uses bad style >>> style="bg.jpg" → [FIX]Test8's button uses bad style >>> style="bg.jpg"
Target Milestone: Future → mozilla0.9
Comment 13•25 years ago
|
||
rods: That still leaves us with a problem. When Blake fixed the problem
originally, it caused orangeness. That is a potentially serious issue. Shouldn't
we investigate this?
Note, this patch _will_ need r= and sr= because it *is* part of the tinderbox
builds (the proof of which is that checking in the original change caused
tinderbox to turn orange).
| Assignee | ||
Updated•25 years ago
|
Target Milestone: mozilla0.9 → mozilla0.9.1
| Assignee | ||
Comment 14•25 years ago
|
||
removing the invalid "style" for an html 4 button caused the tree to go orange.
How is that?
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla1.0.1
Comment 17•22 years ago
|
||
I checked in the fix for this a few months back (see revision 3.35 at
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/webshell/tests/viewer/samples/test8.html)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•