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)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: jsp, Assigned: kmcclusk)

Details

(Whiteboard: [TESTCASE])

Attachments

(1 file)

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.
Status: NEW → ASSIGNED
Target Milestone: M8
Target Milestone: M8 → M9
Target Milestone: M9 → M11
Moving to M11
Attached file testcase (deleted) —
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Whiteboard: [TESTCASE]
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.
Status: RESOLVED → VERIFIED
The original problem , which caused the label text to be invisible, is not reproducing in the Aug 5th build.
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: