-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Element scroll positions not preserved on clone #511
Comments
Does anyone have any idea of what the workaround for this might be until it is fixed? I would even try to do a patch myself if someone pointed me in the right direction? |
Should be fixed with 585a96a |
Nice! Though looks like either the order or way of drawing text is a bit off here, since the ascender of the |
That appears to be an issue with hiding overflown content |
This seems to have fixed my related issue #542 anyway. However while its fine for my use, it does seem to cause some confusion in the top portion of the captured div. Before Update After Update as you can see the scroll is now preserved but it does some odd stuff with the header. I doesnt matter to me in this usecase but might cause other people issues. |
This makes any overflowed elements that have been scrolled from their default positions appear incorrect (unscrolled) in the canvas:
http://jsfiddle.net/o0uco97c/
It's the Element analogue of the past issues with window scroll position (#57, #254, et al.), and it is a regression (working example using v0.4.1)
The text was updated successfully, but these errors were encountered: