RESOLVED WONTFIX 13504
Flash deep linking causes page to reload
https://bugs.webkit.org/show_bug.cgi?id=13504
Summary Flash deep linking causes page to reload
Brandon Kelly
Reported 2007-04-26 10:52:59 PDT
Flash deep linking will cause the page to reload on the first attempt, but after that seems to work flawlessly. I can only confirm that this happens when using the SWFAddress script (http://www.asual.com/swfaddress/) but imagine it happens using a homegrown deep linking script as well. Safari 1.3 and 2 do not encounter this problem.
Attachments
Mark Rowe (bdash)
Comment 1 2007-04-27 03:17:55 PDT
Clicking on the "About" link loads a URL of "http://www.asual.com/swfaddress/samples/flash/?#/about/" in WebKit, while in Camino it loads "http://www.asual.com/swfaddress/samples/flash/#/about/". The extra ? leads to a different URL being loaded from the server. The refresh is correct given the URL, but the URL difference between browsers definitely indicates a problem.
Mark Rowe (bdash)
Comment 2 2007-04-27 04:28:35 PDT
The cause of this issue appears to be differing behaviour when submitting a GET form with no input elements. Safari 2.0 submits to the exact same URL, while current WebKit appends the ? to the end of the URL. More recent versions of the SWFAddress code (the current SVN version, for example) only use a hidden form to change the location for versions of Safari < 412. I suspect this can be considered a site bug as Camino behaves in the same fashion as current WebKit when it executes the same JavaScript code.
Mark Rowe (bdash)
Comment 3 2007-04-27 05:05:08 PDT
Downgrading from P1 because I think this may be the expected behaviour.
Alexey Proskuryakov
Comment 4 2007-04-27 11:41:44 PDT
(In reply to comment #2) > The cause of this issue appears to be differing behaviour when submitting a GET > form with no input elements. Safari 2.0 submits to the exact same URL, while > current WebKit appends the ? to the end of the URL. Right, this was a fix for bug 8051.
Sam Dresser
Comment 5 2009-01-19 11:42:15 PST
Happens to me as well. Reproduced at http://www.mycokerewards.com/. Every link produces a full page refresh.
Alexey Proskuryakov
Comment 6 2010-06-03 15:48:56 PDT
Duplicate of bug 7908?
Brent Fulgham
Comment 7 2022-07-07 12:10:57 PDT
Flash plugins were deprecated long ago.
Note You need to log in before you can comment on or make changes to this bug.