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

Problems with deleting characters in Firefox on Android #5529

Open
testman42 opened this issue Feb 29, 2024 · 1 comment
Open

Problems with deleting characters in Firefox on Android #5529

testman42 opened this issue Feb 29, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@testman42
Copy link

Description

Unable to delete bullet point in mobile editor (Firefox on Android).
Pressing backspace does not remove the asterisk at the start of the line.
Neiher does long:pressing on some text bring up a text selection interface, which could be used to select and delete the whole line.

Steps to reproduce

  • Open Hedgedoc in Firefox on Android
  • create bullet point
  • try to delete bullet point

Expected behaviour

bullet point should be removed when you hold backspace

Logs

No response

Config

No response

Your Setup

Fairphone 4
LineageOS 21 (Android 14)
Firefox for Aadroid

Additional context

No response

@testman42 testman42 added the type: bug Something isn't working label Feb 29, 2024
@ErikMichelson ErikMichelson changed the title type a short title of your bug report here Problems with deleting characters in Firefox on Android Mar 1, 2024
@ErikMichelson
Copy link
Member

This is a problem with the used editor component (CodeMirror 5), see hedgedoc/react-client#437 for details.

HedgeDoc 2.0 is currently work-in-progress and uses CodeMirror 6, which should not have that problem anymore. You can test it at https://hedgedoc.dev. The effort for upgrading CodeMirror 5 to 6 in HedgeDoc 1.x is unreasonably high and as we focus on 2.0 instead, this bug will probably not be resolved in 1.x versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants