briangonzalez / codrops-medium-style-page-transitions

The repository for this article: http://tympanus.net/codrops/2013/10/30/medium-style-page-transition/
258 stars 40 forks source link

Safari Positioning Bug #2

Open jdmiller82 opened 11 years ago

jdmiller82 commented 11 years ago

In Safari (6.0.5) when I click to load the next article, it maintains the scroll position once the new article is loaded (that is, at the bottom of the page, rather than moving back to the top.

briangonzalez commented 11 years ago

Hi Jonathan, thanks for the report.

Do you see any errors in the developer console? I don't have Safari 6 anymore to test, unfortunately.

On Tuesday, November 5, 2013, Jonathan Miller wrote:

In Safari (6.0.5) when I click to load the next article, it maintains the scroll position once the new article is loaded (that is, at the bottom of the page, rather than moving back to the top.

— Reply to this email directly or view it on GitHubhttps://github.com/briangonzalez/codrops-medium-style-page-transitions/issues/2 .

jdmiller82 commented 11 years ago

No console errors, I don't believe it to be so much a bug in the code as it is some glitch with the browser. I was intermittently able to get the right behavior, but more often than not it did as I reported. Chrome on the other hand, works perfectly.

On Tue, Nov 5, 2013 at 10:06 AM, Brian Gonzalez notifications@github.comwrote:

Hi Jonathan, thanks for the report.

Do you see any errors in the developer console? I don't have Safari 6 anymore to test, unfortunately.

On Tuesday, November 5, 2013, Jonathan Miller wrote:

In Safari (6.0.5) when I click to load the next article, it maintains the scroll position once the new article is loaded (that is, at the bottom of the page, rather than moving back to the top.

— Reply to this email directly or view it on GitHub< https://github.com/briangonzalez/codrops-medium-style-page-transitions/issues/2>

.

— Reply to this email directly or view it on GitHubhttps://github.com/briangonzalez/codrops-medium-style-page-transitions/issues/2#issuecomment-27785621 .

briangonzalez commented 11 years ago

Strange. Looks as if there might be some erratic Safari 6 bug. Does this demonstrate the issue you're having?

http://www.cybmed.com/w/safari6bug/

jdmiller82 commented 11 years ago

Possibly... Safari wouldn't even perform the test correctly. It would cycle through all the alerts before moving the page 100px.

On Tue, Nov 5, 2013 at 10:27 AM, Brian Gonzalez notifications@github.comwrote:

Strange. Looks as if there might be some erratic Safari 6 bug. Does this demonstrate the issue you're having?

http://www.cybmed.com/w/safari6bug/

— Reply to this email directly or view it on GitHubhttps://github.com/briangonzalez/codrops-medium-style-page-transitions/issues/2#issuecomment-27787726 .