NEW 12919
Mouse-over links on panoramic image not linking to correct URL
https://bugs.webkit.org/show_bug.cgi?id=12919
Summary Mouse-over links on panoramic image not linking to correct URL
Gibbons Burke
Reported 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.
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
Alexey Proskuryakov
Comment 1 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);
Daniel Bates
Comment 2 2011-05-07 21:22:28 PDT
I am unable to reproduce this bug using Mac nightly r86007.
Daniel Bates
Comment 3 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".
Note You need to log in before you can comment on or make changes to this bug.