hedgedoc / hedgedoc

HedgeDoc - Ideas grow better together

Home Page:https://hedgedoc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with deleting characters in Firefox on Android

testman42 opened this issue · comments

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

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.