RESOLVED MOVED 182726
Safari progress bar doesn't disappear after changing URL fragment in address bar
https://bugs.webkit.org/show_bug.cgi?id=182726
Summary Safari progress bar doesn't disappear after changing URL fragment in address bar
Tobi Reif
Reported 2018-02-13 02:40:47 PST
Load https://tobireif.com/demos/grid/ in Safari. The blue loading bar appears and disappears - all good. In the URL bar change the last character (the digit 1) to "2", enter. The blue loading bar appears - but doesn't disappear.
Attachments
Alexey Proskuryakov
Comment 1 2018-02-13 15:53:50 PST
Can you please clarify steps to reproduce? The URL doesn't end with "1" after loading this webpage for me.
Tobi Reif
Comment 2 2018-02-14 01:56:28 PST
The page has since changed - sorry! Please try the provided steps with this URL: https://tobireif.com/demos/grid/grid.html
Radar WebKit Bug Importer
Comment 3 2018-02-14 12:49:32 PST
Alexey Proskuryakov
Comment 4 2018-02-14 12:50:15 PST
I could reproduce using Safari 11.0.3.
Tobi Reif
Comment 5 2018-02-15 02:35:09 PST
Thanks for investigating!
Daniel Bates
Comment 6 2018-02-15 11:05:31 PST
This is a bug in Safari with regards to updating the progress bar for same document loads. And the fix will be tracked in <rdar://problem/37544933>. This bug is not specific to <https://tobireif.com/demos/grid/grid.html>. It occurs whenever a person explicitly changes only the fragment portion of the URL in the address bar. That is, it does not occur when clicking on a hyperlink that navigates to a fragment in the same document (regardless of whether the fragment corresponds to an actual anchor name). Disregarding the policy decision phase of the load, a same document load finishes the load immediately without providing same kinds of progress updates to the embedding client (e.g. Safari) as it would have if it was a navigation to a different document.
Daniel Bates
Comment 7 2018-02-15 11:22:50 PST
Actually, this bug is a duplicate of <rdar://problem/11569602>.
Note You need to log in before you can comment on or make changes to this bug.