-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
note cards can be moved out of bounds by shrinking the window #52
Comments
Thank you for supporting 🎉 (In addition to your problem, I've seen that emojis don't seem to work on linux.) Does scrolling work in your case? You are right with dialogs. When you move a dialog out of the app window it is inaccessible until the windowsize is large enough to access the dialog. For example the edit dialog of a note. I will try to fix the issue using dialogs. For notes i would expect the behaviour described above :D |
right. scrolling fixes the vertical out of bounds for note cards. still leaves the issue for moving out of bounds for dialogs, or moving anything horizontally. horizontal scrolling does not seem to be implemented on the topic of emoji on linux: they are a bit hit and miss. a fonts issue. they work fine in the browser, but not in the desktop app. the same behavior happens with discordapp and their desktop/web apps respectively. i installed the |
For scrolling horizontally as well as vertically there should appear a scrollbar if anything is out of bounds. Is there an issue with the scrollbar (under Linux) as well, or is it just too dark? :DD |
i get absolutely no horizontal scrollbar on linux. i tried clicking and dragging at the space at the bottom of the screen, but nothing reacts to that. i tried shift+scroll, because that should be the default way of scrolling horizontally, but that doesnt do anything a workaround that works is to click and drag on empty space, making a selection rectangle and dragging that beyond the edges of the window. that moves the visible area vertically and horizontally |
I will try to reproduce it on linux. Update: The scrollbar is now just custom on windows. |
I was able to reproduce it using firefox. The latest release of the app should not have the issue. It should be able to scroll vertically using shift + scroll, using the touchpad and with the horizontally scrolling mousewheel :D |
steps to reproduce
make app window big
move a note card to the bottom of the window.
shrink the app window vertically
expected behavior
the note card is moved up with the bottom of the window
actual behavior
the note card stays where it is and becomes inaccessible until the window is made large again


The text was updated successfully, but these errors were encountered: