Closed
Bug 6173
Opened 26 years ago
Closed 26 years ago
LABELed form text invisible if transparent GIF img input appears on form
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M11
People
(Reporter: jsp, Assigned: kmcclusk)
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
If a form uses a GIF with transparency for an img input, <LABEL> text is
rendered invisible with Mozilla M5. The following trivial HTML demonstrates the
problem:
<html>
<body>
<form>
<label>
Text
</label>
<input type="image"
src="http://store.netscape.com/images/static/buttons/go.gif" alt="Help"
name="Help">
</form>
</body>
</html>
The text "Text" should appear on the form, but it's invisible, though there's
space for it. Substitute an opaque GIF, or remove the image input entirely, and
the text appears.
This problem appears related to, but distinct from, problems described in bugs
3720, 6151, and 4406.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M11
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M11
Comment 2•26 years ago
|
||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Whiteboard: [TESTCASE]
Comment 3•26 years ago
|
||
The image referenced in original report is no longer present so I added
an updated testcase. However I tested this in:
build id: 1999062113 (M7)
build id: 1999071417 (M8)
build id: 1999072908 (pre M9)
and it works fine in all three (on Windows 98).
I believe this bug is now fixed. Marking WORKSFORME.
Works mostly for me with M8 under NT, too. Note, though, that according to my
image editing tools, the image in the test case does not use transparency. In
order to have a valid test case, I created a GIF that does use transparency.
What I found was that my test case works perfectly. But, while the official
test case text displays, the image does not, though there's a hotspot where it
should be. If I right-click on the hotspot, the image is then displayed. So the
original bug seems to be fixed, and there may be a new one.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
The original problem , which caused the label text to be invisible, is not
reproducing in the Aug 5th build.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•