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

Cannot scroll down the window in calendar view / mode #948

Open
timagixe opened this issue Feb 19, 2023 · 7 comments
Open

Cannot scroll down the window in calendar view / mode #948

timagixe opened this issue Feb 19, 2023 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@timagixe
Copy link
Contributor

Describe the issue
When app is opened on month view, user cannot scroll the app when mouse is over the HH:MM input row.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Calendar view
  2. Change the window size to make scroll bar appear
  3. Hover mouse over hours and minutes input and try to scroll down
  4. The window won't scroll

Expected behavior
The window is scrollable

Environment

  • Node/npm version: node 16
  • OS: latest mac os
  • TTL version: latest

Screenshots

Screen.Recording.2023-02-19.at.11.07.41.AM.mov
@timagixe timagixe added the bug Something isn't working label Feb 19, 2023
@araujoarthur0
Copy link
Collaborator

This is intended behavior. Placing the mouse on lines turns the scroll wheel into horizontal scrolling. So one can see better when there are many entries.

@araujoarthur0
Copy link
Collaborator

I wonder if we could make it more dynamic though. Making it so the scrolling only changes when there is active content to scroll.

@tupaschoal
Copy link
Collaborator

Or even do something like: switch to horizontal scrolling, but if it reaches the edges of horizontal scrolling (leftmost or rightmost scroll position) then start scrolling vertically.

@ellieliiii
Copy link

Hey! I think I've fixed the issue. Doing a pr right now

@ellieliiii
Copy link

Could you assign me to this? I tried to do a pr but didn't have permission

@tupaschoal
Copy link
Collaborator

You need to fork the repo and then do a PR. Only maintainers have rights to create branches and push directly on the repo.

@ellieliiii
Copy link

my bad, i've forked and made a pull request!

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

4 participants