Closed Bug 2070 Opened 26 years ago Closed 25 years ago

Problem with "rollovers" for images in button tags

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: andreww, Assigned: eric)

References

()

Details

I'm not sure if this is a problem with this function but I created two identical
cases where when I rollover an image it swaps for another. The one that is not
in a form and not in a button tag works fine in Gecko, but the other one nested
inside a button tag does not.

Elements inside a button tag need to get events like mousover etc. so that
things like images can change on mousedown in addition to the events that the
button takes.
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4110 → 4137
Reassigning qa contact to cpratt@netscape.com
Assignee: pollmann → evaughan
Status: ASSIGNED → NEW
<BUTTON> bug - may be a dup of 1242?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
This is not valid html. Infact IE will not allow you to event put a button
inside another button. And even if this were possible remember html content
inside a button is decorating the button. But when you move over or click you
are interacting with the button not its contents.
Status: RESOLVED → VERIFIED
Agreed. Marking verified invalid.
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.