Tooltips don't work on image maps
Tooltips don't work on <area> tags. They seem to open, but closing is another story. In firefox they stay open until you mouse completly off of the image. That means that several tooltips will be displaying at once, even though you are no longer mousing over their designated areas. In IE the tooltips show, but then it throws a javascript error and they don't ever go away. Here's some simple HTML that shows what I'm talking about.
<img usemap="#hotspots" src="someimage.jsp">
<map name="hotspots">
<area id="node1" shape="rect" href="somelink" coords="1,1 100,100">
<area id="node2" shape="rect" href="somelink" coords="1,200 100,300">
<area id="node3" shape="rect" href="somelink" coords="1,400 100,500">
</map>
<span dojoType="tooltip" connectId="node1">Description 1</span>
<span dojoType="tooltip" connectId="node2">Description 2</span>
<span dojoType="tooltip" connectId="node3">Description 3</span>
Attachments (1)
-
Image1.png (37.9 KB) - added by guest 16 years ago.
-
Each colored bubble is a hotspot in a single image
Download all attachments as: .zip
Change History (10)
Milestone: |
0.9 →
1.0
|
Owner: |
changed from anonymous to bill
|
Component: |
Widgets →
Dijit
|
Description: |
modified (diff)
|
Milestone: |
1.3 →
future
|
Owner: |
changed from bill to guest
|
Status: |
new →
pending
|
Resolution: |
→ invalid
|
Status: |
pending →
closed
|
Each colored bubble is a hotspot in a single image