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

QEditor breaks on Firefox mobile (Android) after a new line #1903

Closed
rossity opened this issue Apr 9, 2018 · 4 comments · Fixed by #1949
Closed

QEditor breaks on Firefox mobile (Android) after a new line #1903

rossity opened this issue Apr 9, 2018 · 4 comments · Fixed by #1949
Milestone

Comments

@rossity
Copy link
Contributor

rossity commented Apr 9, 2018

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:

 Hello

this does not

Hello 
Goodbye

the latter only displays Hello and the model doesn't update even if you remove everything from the q-editor

edit: 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

@nothingismagick
Copy link
Contributor

But the editor itself does continue to work. For the record, this appears to only be an issue on Android Firefox

@rossity
Copy link
Contributor Author

rossity commented Apr 10, 2018

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.

@nothingismagick
Copy link
Contributor

Are you really using Quasar: v.014.10

@rossity
Copy link
Contributor Author

rossity commented Apr 10, 2018

No whoops, that was a mistype!

pdanpdan added a commit to pdanpdan/quasar that referenced this issue Apr 17, 2018
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Apr 17, 2018
rstoenescu pushed a commit that referenced this issue Apr 17, 2018
* close #1903: Fix QEditor not emitting after ENTER

- also fix some forgotten arrow-parens

close #1903

* Update QUploader.vue
@rstoenescu rstoenescu added this to the 0.15.11 milestone Apr 17, 2018
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 a pull request may close this issue.

3 participants