Bug 17597
Summary: | MSN "next" photo links do not work in Safari or WebKit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marc Wolfgram <marc> |
Component: | Evangelism | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Trivial | CC: | webkit |
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.5 | ||
URL: | http://entertainment.msn.com/movies/weekinphotos?photoidx=2 |
Marc Wolfgram
At referenced MSN url the large photo and 'next' link above the photo will show as links to http://entertainment.msn.com/movies/weekinphotos?photoidx=3 - etc. These links do not function. "Open link in new window" will access the next photo page, but normal link operation is broken past the first few pages. It does work in Firefox but not in Opera. Would like to say it's a site bug and blame Macrosoft.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Geppert
I'm unable to replicate this in either Epiphany or the GtkLauncher test application.
Robert Blaut
Confirmed in Webkit r30654 on Leopard. The problem is JavaScript related. After JS turning off the link works without problem.
<a onclick="if(SF('h')) return h(this,'cm=&ce=0&hl=Weekin+Photos%3a+Feb.+15+-+Feb.+21%2c+2008%7c17264');" href="http://entertainment.msn.com/movies/weekinphotos?photoidx=3" style="margin-right:2px;">Next</a>
Robert Blaut
As I tested today the site is fixed now and the described issue isn't visible any more. Tested in WebKit 35203. Closing as fixed.