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

In Safari on iOS 12.2 iPhone, content does not scroll and becomes obscured at the bottom. #1756

Closed
Yermo opened this issue May 12, 2019 · 2 comments
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it.

Comments

@Yermo
Copy link

Yermo commented May 12, 2019

Is this a bug report or feature request? (choose one)

🐞 Bug report

💻 Version of CKEditor

https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html

📋 Steps to reproduce

  1. on IOS 12.2 Safari on an iPhone tap at the bottom of the content in the classic-editor.html example linked above.
  2. hit return
  3. note that the content does not scroll so now the cursor and whatever you type is obscured by the keyboard.

✅ Expected result

The content should scroll so I can see what I'm typing.

❎ Actual result

The content does not scroll so I cannot see what I am typing.

📃 Other details that might be useful

@Yermo
Copy link
Author

Yermo commented May 12, 2019

Implementing this hack: https://stackoverflow.com/questions/46559354/how-to-set-the-height-of-ckeditor-5-classic-editor

and setting an explicit height to the editable area seems to work around this issue.

@Mgsy
Copy link
Member

Mgsy commented May 13, 2019

This is a duplicate of #1321.

@Mgsy Mgsy closed this as completed May 13, 2019
@Mgsy Mgsy added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it.
Projects
None yet
Development

No branches or pull requests

2 participants