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

Update IText hidden text area - IOS 8 Safari bug #2615

Closed
wants to merge 4 commits into from

Conversation

mrahla
Copy link

@mrahla mrahla commented Nov 10, 2015

Fix keyboard and page scrolling in IOS 8 safari

Fix keyboard and page scrolling in IOS 8 safari
Update IText hidden text area - IOS 8 Safari bug
@asturur
Copy link
Member

asturur commented Nov 10, 2015

$(document).scrollTop ?
is not that jQuery?

Native scroll
@mrahla
Copy link
Author

mrahla commented Nov 10, 2015

Fixed it to native

QasimK pushed a commit to QasimK/fabric.js that referenced this pull request Jan 12, 2016
Fix insane random scrolling up & down when trying to edit an IText.
The cause is a bug with iOS 8 & 9 and use of fixed position elements.

Fixes [fabricjs#1985](fabricjs#1985).

References for bug:
- https://stackoverflow.com/questions/29001977/safari-in-ios8-is-scrolling-screen-when-fixed-elements-get-focus
- https://meta.discourse.org/t/dealing-with-ios-8-mobile-safari-bugs/24101

Note an [alternative PR fabricjs#2615](fabricjs#2615)
for this issue.
@asturur asturur closed this May 5, 2016
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.

None yet

3 participants