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

Horizontal scrolling arrows are not clickable (must long-press to scroll) #592

Open
ohadschn opened this issue Nov 20, 2023 · 5 comments
Open

Comments

@ohadschn
Copy link
Collaborator

ohadschn commented Nov 20, 2023

Environment: Windows, Chrome / Edge / Firefox

[EDIT TLDR]: Scroll arrows are not clickable - one must long-press them to scroll (in an amount commensurate with the duration of the press)

  1. [EDIT: THIS SEEMS TO WORK NOW] Using the horizontal mouse scroll wheel does nothing
  2. [EDIT: more precise behavior described in comment below] "dragging" works but the behavior is really weird, it keeps moving by itself (as if we set some constant scrolling velocity).
  3. [EDIT: this was due to some plugin I had (typio form recovery, ignore] Single clicks do nothing and result with the following console error

content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0')
at Array. (content.js:7:88744)
at c.trigger (content.js:7:81786)
at HTMLDocument. (content.js:7:81311)
(anonymous) @ content.js:7
c.trigger @ content.js:7
(anonymous) @ content.js:7
Show 3 more frames
Show less
content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0')
at content.js:7:89004
(anonymous) @ content.js:7
setTimeout (async)
(anonymous) @ content.js:7
c.trigger @ content.js:7
(anonymous) @ content.js:7
Show 4 more frames
Show less
content.js:7 Uncaught TypeError: Cannot read properties of undefined (reading '0')
at Array. (content.js:7:89199)
at c.trigger (content.js:7:81786)
at HTMLDocument. (content.js:7:81253)

@ohadschn ohadschn changed the title Horizontal scrolling is broken on desktop Horizontal initiative scrolling is broken on desktop Nov 20, 2023
@4tal
Copy link
Collaborator

4tal commented Nov 20, 2023

For me works as expected
Mac.

@omer-friedman
Copy link
Collaborator

omer-friedman commented Nov 21, 2023

@ohadschn
can you please post a short video? I'm not sure I understand the bug

@ohadschn
Copy link
Collaborator Author

ohadschn commented Nov 21, 2023

@ohadschn can you please post a short video? I'm not sure I understand the bug

@omer-friedman

Let's focus on the simple and most important issue, which doesn't require a video - I click the horizontal scrolling arrows (recently added by Idan) and nothing happens. The console displays the error I pasted in the original post.

image

@omer-friedman
Copy link
Collaborator

@ohadschn I added this feature. and I still cant reproduce the bug. it works both in Chrome and Edge (Windows)

-.-.Google.Chrome.2023-11-21.17-30-01.mp4

@ohadschn
Copy link
Collaborator Author

ohadschn commented Nov 21, 2023

@ohadschn I added this feature. and I still cant reproduce the bug. it works both in Chrome and Edge (Windows)

@omer-friedman

I played with it some more, and it looks like the behavior is something like "scroll in an amount proportionate to the length of the click".

So my usual clicks are really fast and do nothing, but if I keep the mouse button pressed down for a moment, and then release, I the scrolling happens.

Regarding the console error, ignore it, it's due to some plugin I had.

@ohadschn ohadschn changed the title Horizontal initiative scrolling is broken on desktop Horizontal initiative scrolling is broken on desktop (arrows not clickable, must long-press to scroll) Nov 30, 2023
@ohadschn ohadschn changed the title Horizontal initiative scrolling is broken on desktop (arrows not clickable, must long-press to scroll) Horizontal scrolling arrows are not clickable (must long-press to scroll) Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants