Closed
Bug 12042
Opened 25 years ago
Closed 25 years ago
Mouse over/out not working in XML namespace
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
INVALID
M13
People
(Reporter: christinehoff4, Assigned: nisheeth_mozilla)
Details
Attachments
(9 files)
Using 8/16 Apprunner on Win 95, Win NT, Win 98, Mac8.5 and Linux Red Hat 6.0.
Save attached XML file and two images to your local machine. Here is the XML
code if file cannot be downloaded:
<?xml version="1.0"?>
<doc>
<one xmlns:html="http://www.w3.org/TR/REC-html40">
<html:p style="border: solid red" onMouseover="if (document.images)
document.images.menu.src='leopard_cat.jpg'"
onMouseout="if (document.images)
document.images.menu.src='calanque.jpg'">
Mousing over this paragraph box should flip image of water to image of cat.
Mousing outside of the paragraph box should flip image back to water.
</html:p>
<html:img src="calanque.jpg" alt="water">
</html:img>
</one>
</doc>
Expected result: Mousing over the paragraph box should flip 'water' image to
'cat' image. Mousing outside of the paragraph box should flip 'cat'image back
to 'water' image
Actual result: Mouse over/out not working (across platform). This event handling
works as an HTML doc.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•25 years ago
|
||
Verified dup of #12433
Reporter | ||
Updated•25 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 6•25 years ago
|
||
This bug was marked a duplicate of 12433 which was resolved 9/2. However, this
is still a bug. I am reopening this and providing a revised test case.
Reporter | ||
Updated•25 years ago
|
Resolution: DUPLICATE → ---
Reporter | ||
Comment 7•25 years ago
|
||
Reporter | ||
Comment 8•25 years ago
|
||
Reporter | ||
Comment 9•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Target Milestone: M13
Assignee | ||
Comment 10•25 years ago
|
||
Accepting bug and setting milestone to M13...
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 11•25 years ago
|
||
There is no event propagation problem here. The event handler attributes on the
anchor element need to be all lowercase. I'm attaching a slightly modified test
case to show that events fire properly when the attributes are lowercased.
To verify:
- Save test.xml, calanque.jpg, villefranche1.jpg into a local directory.
- Load test.xml.
- Mouse over and out of the image.
- You will see messages printed out to the console as you mouse over and out of
the image.
Marking invalid.
Assignee | ||
Comment 12•25 years ago
|
||
Assignee | ||
Comment 13•25 years ago
|
||
Assignee | ||
Comment 14•25 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•