Bug 27222 - Image title tooltips not working
Summary: Image title tooltips not working
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.openlayers.org/dev/example...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-13 10:29 PDT by zac spitzer
Modified: 2011-03-07 15:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zac spitzer 2009-07-13 10:29:12 PDT
The Openlayers javascript mapping library has support for adding tooltips 
for images used as map markers. 

The tooltip is set simply by defining the title for the image 

It works fine in both IE and Firefox, but doesn't work in Safari or Chrome

As documented here in the API
http://dev.openlayers.org/apidocs/files/OpenLayers/Feature/Vector-js.html

Functionality was added under this ticket to Openlayers
http://trac.openlayers.org/ticket/1946

With this example, the redish icon at the top has should have a title tooltip 


http://www.openlayers.org/dev/examples/vector-features.html
Comment 1 Peter Beverloo 2011-03-07 14:02:39 PST
On the example page[1], hover over the red polygon in the top-right area of the map for a <title>-tooltip.

The problem does occur for me in Safari 5, but not in Chrome 11, both using Windows Vista. Could you download a WebKit nightly to see if it's still an issue? http://nightly.webkit.org/

[1] http://www.openlayers.org/dev/examples/vector-features.html
Comment 2 zac spitzer 2011-03-07 15:44:32 PST
Just tried this out in Safari 5.0.3 on Windows 7 and it now works, closing