-
-
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
QEditor breaks on Firefox mobile (Android) after a new line #1903
Milestone
Comments
But the editor itself does continue to work. For the record, this appears to only be an issue on Android Firefox |
Yes, forgot to mention the above. The QEditor continues to visually update, but no longer emits an input event and as such the model is never again updated. |
Are you really using Quasar: v.014.10 |
No whoops, that was a mistype! |
Closed
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Apr 17, 2018
- also fix some forgotten arrow-parens close quasarframework#1903
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Apr 17, 2018
- also fix some forgotten arrow-parens close quasarframework#1903
rstoenescu
pushed a commit
that referenced
this issue
Apr 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Software version
Quasar: v.015.10
OS: Android
Browsers: Firefox
Any other software related to your bug:
JsFiddle (for Quasar v0.15+ only)
https://jsfiddle.net/uojy0Ltr/11/
What did you get as the error?
The QEditor continues to visually update, but no longer emits an input event and as such the model is never again updated
What steps did you take, to get the error?
If you type any string into the editor it works, but as soon as you press "return" (going to a new line) on Firefox Mobile on Android, no more input is emitted from the editor, and as such nothing is added to the v-model of the q-editor
so this works:
this does not
the latter only displays
Hello
and the model doesn't update even if you remove everything from the q-editoredit: more info -- if I press the return key first, it works, but focus seems to be taken off of the editor, however as soon as I type text and press the return key it breaks again
The text was updated successfully, but these errors were encountered: