Bug 12919 - Mouse-over links on panoramic image not linking to correct URL
Summary: Mouse-over links on panoramic image not linking to correct URL
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.fourmilab.ch/images/lignie...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 15:45 PST by Gibbons Burke
Modified: 2011-05-07 21:27 PDT (History)
2 users (show)

See Also:


Attachments
[WebArchive] Lignières and the Alps (as of 05/07/2011) (116.08 KB, application/x-webarchive)
2011-05-07 21:27 PDT, Daniel Bates
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gibbons Burke 2007-02-27 15:45:13 PST
The page has a panoramic image made up of six panes. When the mouse hovers over each of the panes it highlights the pane with a blue rectangle, and the click action links to a URL to show an enlarged version of the pane.

In Safari/Webkit as well as the current version of Safari distributed in 10.4, when I put my mouse over any of the panes it always links to the fourth pane at this URL:

http://www.fourmilab.ch/images/lignieres_alpes/figures/alpan_band_4.html

This problem does not occur in Firefox on the Mac, and on the PC Opera 9.1, Firefox 2, or IE 6 and 7.
Comment 1 Alexey Proskuryakov 2007-02-27 22:22:26 PST
At a first glance, the problem seems to be caused by this code having no effect:

document.getElementById("panlink").pathname =
	    document.getElementById("panlink").pathname.replace(/_band_\d/, "_band_" + where);
Comment 2 Daniel Bates 2011-05-07 21:22:28 PDT
I am unable to reproduce this bug using Mac nightly r86007.
Comment 3 Daniel Bates 2011-05-07 21:27:24 PDT
Created attachment 92725 [details]
[WebArchive] Lignières and the Alps (as of 05/07/2011)

Web archive of <http://www.fourmilab.ch/images/lignieres_alpes/> using Safari Version 5.0.5 (6533.21.1, r86007) on 05/07/2011. The web page states lists a date of "February, 2007" (at the bottom of the page). The web server returns a Last-Modified HTTP header of "Sat, 28 Jul 2007 20:25:49 GMT". For the script panorama.js, the web server returns a Last-Modified HTTP header of "Tue, 27 Feb 2007 02:21:31 GMT".