Closed
Bug 2070
Opened 26 years ago
Closed 26 years ago
Problem with "rollovers" for images in button tags
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
INVALID
M4
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.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
QA Contact: 4110 → 4137
Comment 3•26 years ago
|
||
Reassigning qa contact to cpratt@netscape.com
Updated•26 years ago
|
Assignee: pollmann → evaughan
Status: ASSIGNED → NEW
Comment 4•26 years ago
|
||
<BUTTON> bug - may be a dup of 1242?
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 5•26 years ago
|
||
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.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•