mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #5365] [Bug] Appearing and disappearing caracters when editing an item in the calendar view #2384
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#2384
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 @oppZ on GitHub (May 19, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5365
Bug Description
If we type fast enough and correct the name by deleting caracters (with backspace), caracters can appear and disappear. It looks like the bug is an issue of the synchronization between the box where we type the name of the item and where the item is displayed in the calendar.
How to Reproduce
The key to reproduce the bug is perform the key presses before the change is displayed in the calendar. The change time is around a second, so the two key presses need to be done within this one second
Go to the calendar view, create an item and click on it to edit it ; a box will appear to edit its name
Appearing caracters:
Press any letter (like "s") then Backspace before the change is displayed in the calendar.
--> the letter "s" will come back
Expected behavior:
The letter "s" should not be present anymore
Disappearing caracters:
First, type in the box the same letters like "dddd"
Press Backspace then "d" before the change is displayed in the calendar.
--> the last "d" will disappear
Interestingly, for this "trick" to work, the last caracter needs to be the same as the one that we are pressing ; if item name is "aaaa" and we Press Backspace then "d", the last letter (here "a") will not disappear and it will be working as expected.
Expected behavior:
The letter "d" should be still present
Expected Behavior
See How to Reproduce
Operating System
Ubuntu 24.04 LTS
AppFlowy Version(s)
0.5.7 with the AppImage version
Screenshots
I would have included a video but the default app to make screenshots do not have the option to switch to screencast for some reason
Additional Context
No response
@annieappflowy commented on GitHub (May 21, 2024):
This issue should be resolved in the upcoming release (v0.5.8).
@oppZ commented on GitHub (May 22, 2024):
Well, the update kinda fixed it. If we try the same how to reproduce it, the text will be different in the box and the calendar as shown here :

However, if we click away, the correct text will be set to the item. So a minor visual bug is left
@annieappflowy commented on GitHub (May 22, 2024):
@oppZ , thank you for the confirmation. Could you please share a video recording? I wasn't able to reproduce it on macOS and Windows 11 with the latest release (v0.5.8)
@oppZ commented on GitHub (May 22, 2024):
@annieappflowy I downloaded the zip version of windows 11 with the latest latest release (v0.5.8) and this is the video :
https://github.com/AppFlowy-IO/AppFlowy/assets/28532065/36b259bf-8413-4697-8f4e-0bc7e7021c62
@oppZ commented on GitHub (May 25, 2024):
Same behavior on Linux using the latest latest release (v0.5.8)
@PineTreePizza commented on GitHub (Jun 14, 2024):
I'm getting the same issue in boards I use the flatpak version also 0.5.8
backspace just doesn't seem to work I'm on fedora workstation 40.
@annieappflowy commented on GitHub (Sep 30, 2024):
Should be fixed. We modified the behavior of updating the card title through the pop up window. Now you need to press Enter or Leave the window to reflect your title changes.