Skip to content
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

Closed
Spaceplone opened this issue Jun 7, 2022 · 6 comments
Closed

note cards can be moved out of bounds by shrinking the window #52

Spaceplone opened this issue Jun 7, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@Spaceplone
Copy link

steps to reproduce

  1. make app window big

  2. move a note card to the bottom of the window.

  3. 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
Screenshot-5
Screenshot-6

@jensmeichler
Copy link
Owner

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?
This behavior is expected with notes, but you should be able to scroll horizontally and vertically.

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

@Spaceplone
Copy link
Author

Spaceplone commented Jun 7, 2022

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 fonts-noto-color-emoji package and now i have working emoji everywhere

@jensmeichler
Copy link
Owner

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
The vertical and horizontal mousewheel scroll should also work normally.
Maybe I should start developing on Linux hardware xD

@Spaceplone
Copy link
Author

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

@jensmeichler
Copy link
Owner

I will try to reproduce it on linux.
Regarding this issue i will also implement shift-scroll to scroll horizontally.

Update: The scrollbar is now just custom on windows.
On Macos the scrollbehaviour is the same as in the browser.
Linux i still have to test with desktop app v.0.1.2

@jensmeichler jensmeichler added the bug Something isn't working label Jun 12, 2022
@jensmeichler
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants