mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #1617] [Bug] Document may disappear when you click near a ducument's MORE options #619
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#619
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 @MoveCloudROY on GitHub (Dec 28, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1617
Originally assigned to: @MoveCloudROY on GitHub.
Bug Description
When you click multiple times near the red arrow in the first picture, this document may disappear, and then leave a black shadow on the left side as the second picture (I did it many times so you can see many shadows in different locations).
If you want the document to reappear, you need to tap the other document.
How to Reproduce
Expected Behavior
Only the option to turn on/off more occurs, without making document items undisplayed and without creating strange shadows.
Operating System
Manjaro Linux
AppFlowy Version(s)
0.0.9
Screenshots
Additional Context
OS: Manjaro Linux x86_64
Host: Dell G15 5511
Kernel: 6.1.1-1-MANJARO
Resolution: 1920x1080
DE: Plasma 5.26.4
WM: KWin
CPU: 11th Gen Intel i7-11800H (16) @ 4.600GHz
GPU: Intel TigerLake-H GT1 [UHD Graphics]
GPU: NVIDIA GeForce RTX 3060 Mobile / Max-Q
Memory: 10359MiB / 15744MiB
@MoveCloudROY commented on GitHub (Dec 28, 2022):
I find that actually clicking anywhere on a document item seems to trigger the problem
@richardshiue commented on GitHub (Dec 29, 2022):
Can you try launching the application in a terminal and see if there are error messages when this happens? I can't seem to reproduce your behavior from my end.
@MoveCloudROY commented on GitHub (Dec 29, 2022):
no error messages when this happens, but when you try to delete some ducuments, it will throw error
@polypixeldev commented on GitHub (Dec 30, 2022):
I also am not able to reproduce this behavior on my end (on Ubuntu 22.04 w/ GNOME). I will try it with Manjaro on a VM to see if I reproduce there.
@polypixeldev commented on GitHub (Dec 30, 2022):
I am unable to reproduce on my Manjaro VM
@MoveCloudROY commented on GitHub (Dec 30, 2022):
I suspect it's the way I build from source that's causing the problem, because I found that the binaries I downloaded from the release work fine. I started by building directly from main, now I switch to release 0.0.9 commit
github.com/AppFlowy-IO/AppFlowy@9a387b275f, although the problem is not solved, but I get more error messages@MoveCloudROY commented on GitHub (Dec 30, 2022):
This is how I built it and the .zshrc file
The link
@richardshiue commented on GitHub (Dec 30, 2022):
Got it. Can you verify that your Flutter version is 3.0.5? This is the version that AppFlowy is built and tested against.
@MoveCloudROY commented on GitHub (Dec 30, 2022):
Unfortunately, my Flutter version is 3.3.10. I will try to use 3.0.5 latter.
@MoveCloudROY commented on GitHub (Dec 31, 2022):
Thank you, it works correctly now!
But I think we need to update the documentation. Maybe because of my fault, I didn't see the requirements related to Flutter version in the documentation
@richardshiue commented on GitHub (Jan 4, 2023):
Hey there @MoveCloudROY! Recently, the AppFlowy's Flutter version was updated to 3.3.9, meaning that this is a relevant issue if it's still reproducible with this version. I've added a commit that addressed an issue similar to yours but I'm not exactly sure if it will actually solve it. If you have time, could you pull the latest changes from main and see if it's still reproducible?
@annieappflowy commented on GitHub (Nov 6, 2023):
@MoveCloudROY , could you confirm if this issue still exists?