mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 21:00:19 +00:00
[GH-ISSUE #894] [Bug] Cannot backspace and delete contents in Doc #353
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChenTaHung on GitHub (Aug 23, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/894
Originally assigned to: @LucasXu0 on GitHub.
Describe the bug
I can't delete the contents using del button or Backspace in Doc. Keep typing and enter to jump to the next line both work fine. Only when using a Doc file, the backspace and del is not working.
The only way to revise the content for my situation is to select and highlight the words and replace them directly.
To Reproduce
Steps to reproduce the behavior:
New pageDocExpected behavior
Adding a
Gridpage works perfectly fine. I can use backspace to remove the words or use del button to delete the letters. But not for theDocpage.Desktop (please complete the following information):
Additional context
I followed the instruction on the official documentation to install Appflowy using
$ brew install appflowy.Besides the backspace and del issue,
command + Ato select all doesn't work inDocpage too.AppFlowy version : 0.0.4
@IMPranshu commented on GitHub (Aug 23, 2022):
Can You provide a small video of the error that you are facing because in y machine it is working fine?


(random text)
(cleard some texts using backspace)
@ChenTaHung commented on GitHub (Aug 24, 2022):
https://user-images.githubusercontent.com/49839507/186301302-d3bb847b-43a9-4179-ba8d-ba143d73355a.mp4
In the video, we can see that the backspace and del work well when using a keyboard test website, but not in AppFlowy. The only way to delete the words is to select the words and replace them by typing another word.
But I found something that might be the reason is that, when I rebooted my computer, AppFlowy works fine when I only type English. However, when I started to type Chinese (in Taiwan we mostly use
ㄅㄆㄇㄈ...etcto spell Chinese), the issue jumped out. I think the problem might be theㄅㄆㄇㄈ...character used to spell Chinese.Maybe you need all characters for testing, given below
ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄧㄨㄩㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦ
@annieappflowy commented on GitHub (Aug 24, 2022):
@IMPranshu @ChenTaHung thanks for providing more details. This will be fixed in v0.0.7
This is a known issue in flutter_quill, a third-party package we're using. We're switching to our in-house editor, appflowy_editor and will replace flutter_quill in the upcoming releases. appflowy_editor doesn't have this issue.
@annieappflowy commented on GitHub (Nov 9, 2022):
Have you guys checked out our latest release?
Is this issue fixed? @LucasXu0
@ChenTaHung commented on GitHub (Nov 12, 2022):
@annieappflowy
Deleting the characters works fine on v0.0.6.2, but it comes out new issues.
It cannot press
capslockto switch language, and Mandarin typing issues. Do I need to open a new issue?@annieappflowy commented on GitHub (Nov 12, 2022):
Yes, please. Thank you @ChenTaHung