Can't navigate in texteditor (Firefox browser specific)

Hello,

Just curious if anyone is having this issue with texteditor in Firefox.

I can’t use arrows keys to navigate inside the texteditor. I can go to end of the line or to the beginning of the line; or to the beginning and the end of the whole text using arrow keys but never to upper or lower line. Mouse click also does not move the cursor. I can edit the text at the cursor position.

I tried replaed texteditor with https://www.npmjs.com/package/vue2-editor. But the same issue plagues vue2-editor as well: no full navigation. So I don’t think its texteditor specific issue. Both of them (texteditor and vue2-editor) are in input slot of f7-list-input (with :input="false").

In chrome/chromium, however, things works normally.