Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to order that styles are applied in order to prevent loss of scroll position #181

Closed
wants to merge 2 commits into from

Conversation

kylemacfarlane
Copy link

There were two problems that I tried to fix.

  1. _getBricks was going beyond its name and making all the bricks position absolute and bypassing the style queue. This meant that there was a brief moment where the container had a height of 0 and so there was a slight loss of scroll position when using the back button. The amount of loss depended on how far down the page you were and could get quite severe.

  2. The style queue was setting the container height last. In the real world the style queue is processed so fast that it doesn't seem to make a difference what order it's done in but I think it is more sensible to set the container height first to prevent any loss of scroll position.

  3. I didn't mean to kill your newline.

@michael-e
Copy link

I can confirm that this fixes the annoying "back button issue" in Safari (latest).

@desandro
Copy link
Owner

v3 was just released. Since all the code is refactored, I don't believe this pull request can help. I'm going to close this issue. If you still experience this bug, please open up a separate issue. Thanks! 😋

@desandro desandro closed this Jun 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants