Hey,
scrolling up/down with the mousewheel works fine, but scrolling left/right with it doesn't work. This would make a nice (small) feature for larger spreadsheets.
Hey,
scrolling up/down with the mousewheel works fine, but scrolling left/right with it doesn't work. This would make a nice (small) feature for larger spreadsheets.
Comments
Comment #1
infojunkieThanks for your suggestion. Is there such a thing as left/right mousewheel? Otherwise, how would the UI work to switch the mousewheel from up/down to left/right scrolling?
Comment #2
CorniI commentedsorry for not answering, I didn't see the email...
Well my mousewheel can be used for scrolling up/down, but it can be pushed sidewards as well to scroll left/right. So it's not turning a wheel but just pressing it left/right, so you don't need any UI adjustments.
Comment #3
infojunkieI see, thanks. I need to detect the JS events for mousewheel left and right.
Comment #4
infojunkieThe answer on this Stack Overflow discussion indicates that the axis attribute of the mousewheel event is not universally supported.
Comment #5
CorniI commentedI don't know, would it be possible/desirable for you to only implement this for firefox, the only browser really supporting this?
I happen to use firefox :D
Comment #6
infojunkieI think we have to postpone this until either
a) more browsers or the W3C specify left/right scrolling for mousewheels, or
b) we come up with a UX that reuses up/down scrolling to scroll left and right.
Comment #7
willhallonlineClosed. Very old. It may work in later versions.