-
Notifications
You must be signed in to change notification settings - Fork 57
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
Weird rendering when the page is refreshed after the page has been scrolled to the right #42
Comments
I was able to repeat the same issue in your development page 1. |
Hello. Thanks for digging in. This looks like issue #12 It does not have priority but might be good to fix. I am glad you provided a solution without checking left scroll (Did you delete your comment about checking left offset?) The only thing remaining is to add cumulative offset, as offsetparent might not be the document itself. Will do at some point. |
Hi, thanks for the response. |
Unfortunately I am not having much time. I keep the horizontal scroll On Wednesday, 22 June 2016, Vandana Gopal [email protected] wrote:
|
Hi,
Am facing an issue - attached is my simple html code reproducing the problem.
When I make the screen small enough so that there is a horizontal and vertical scrollbar, and then I scroll down until I see the pane3 text and I scroll to right. Till here everything is fine. Now if I refresh the page, the pane1 text has half disappeared. If I scroll fully to the left also, that text does not reappear.
It seems to be a problem with calculating left in this line: var left = child.getBoundingClientRect().left;
Can you please take a look? Thanks.
(Note replace fixto and jquery with the right url in the attached example).
vgs.txt
The text was updated successfully, but these errors were encountered: