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

Editor won't scroll if change line or paste at the bottom of editor #433

Closed
Nick-The-Uncharted opened this issue Jul 29, 2015 · 5 comments
Closed

Comments

@Nick-The-Uncharted
Copy link

And the cursor become invisible util a normal char been inputed.

@Nick-The-Uncharted
Copy link
Author

I solved it by add contenteditable="true" to editor container.

@jhchen
Copy link
Member

jhchen commented Jul 29, 2015

Which container are you referring to? The ql-editor class container should already be contenteditable.

@Nick-The-Uncharted
Copy link
Author

@jhchen ql-editor, the example of this project has the same problem.
It can't scroll in ionic BTW, I think it's ionic's problem though.

@jcludwig
Copy link

@Nick-The-Uncharted ql-editor already has contenteditable="true". Adding contenteditable=true to the ql-container does appear to change this behavior, but also leads to other weird behavior, like pressing the down arrow on the last line moves focus out of the editor.

@jhchen
Copy link
Member

jhchen commented Aug 19, 2015

Fixed by #435

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants