-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fix getScrollLeftTop #2128
fix getScrollLeftTop #2128
Conversation
http://jsfiddle.net/asturur/6sksLp30/12/ i added more complex scroll option and simpler function. it works good |
after a brief discussion in #1821 i think we can merge this. |
We need a failing test in misc/position |
In the fabricjs.com? I can replicate this if needed: |
Yep, on fabrics.com. Just so that we can have a full set of functional tests to makes sure scrolling and all the other cases work. |
cannot wait to play with jekyll again.... 🍶 |
to reproduce same problem i need an iframe, is this ok for you? |
of course :) |
Here is PR with test for it, it is failing actually. |
+changelog |
original fiddle
http://jsfiddle.net/mcannon/6sksLp30/3/
In the fiddle there is a particular situation of fixed absolute and scrollabled divs.
modified fiddle with fabric 1.5.0 ad ovverridden function.
http://jsfiddle.net/6sksLp30/11/
Need some more testing with all the combination of scrollable div absolute and fixed position.
closes #1821