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

Firefox issues #97

Open
RFMV34 opened this issue Sep 30, 2021 · 1 comment
Open

Firefox issues #97

RFMV34 opened this issue Sep 30, 2021 · 1 comment

Comments

@RFMV34
Copy link

RFMV34 commented Sep 30, 2021

There are several problems in Firefox. I got the latest one.

  • indent/outdent does not work
  • can not change cursor position using mouse or select text in link dropdown
  • long word is not wrapping word wrapping
@RFMV34
Copy link
Author

RFMV34 commented Sep 30, 2021

For the last point
word-wrap: break-word;
should be enough for fate-edit-target.
And indent/outdent is related to Indents the line containing the selection or insertion point. In Firefox, if the selection spans multiple lines at different levels of indentation, only the least indented lines in the selection will be indented. https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand

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

No branches or pull requests

1 participant