Sequel-Ace icon indicating copy to clipboard operation
Sequel-Ace copied to clipboard

Scrolling Horizontally on a table content

Open tomjamon opened this issue 3 years ago • 2 comments

  • Sequel Ace Version (including build number): 3.4.0 3038
  • Sequel Ace Source (App Store/GitHub/Homebrew): App Store
  • macOS Version: 11.5.2
  • Processor Type (Intel/Apple): Intel
  • MySQL Version: 5.7.34
  • macOS Localization: N/A

Is Issue Present in Latest Beta?

Yes.

Description

Hi, i'm sorry if this bug has already been notified but i couldn't find any issue related to this problem, even if it should occure to a lot of people ? I can't scroll horizontally on macOS, on a table with 15-20 columns. I can only see the first 8-10 columns. I have a vertical scrollbar but not a horizontal one. I tried shortcut + mouse moving, arrows key, move mouse to the right, nothing seem to work for me. I miss something maybe ?

Thank for your time. Tom.

Steps To Reproduce

  1. Install on macOS
  2. Open a table with at least 15 columns
  3. Try to scroll right, to see the next columns

Expected Behaviour Be able to scroll left/right to see the other columns

Related Issues None.

Additional Context None.

tomjamon avatar Sep 27 '21 13:09 tomjamon

I can't reproduce this! I have no issues horizontally scrolling with my trackpad. I don't have a mouse to test with though. Are you able to horizontally scroll in other apps like Safari (on a zoomed in webpage)?

Jason-Morcos avatar Oct 04 '21 07:10 Jason-Morcos

The only way for me is to click on an empty space, and then move the mouse on a side (while keeping left click down). Otherway the Scrollbar won't show up and i couldn't see the remaining columns on the right.

That's why i can see all columns only on a table with not to much entries.

tomjamon avatar Oct 04 '21 08:10 tomjamon

I have have the same issue on my mac desktop as well. I use a windows keyboard and mouse, so no trackpad option. Horizontal scrollbar never shows.

MACscr avatar Oct 27 '22 02:10 MACscr

I don't have a mouse to test, but from reading a few places online, you might be able to scroll horizontally by holding shift while using the scroll wheel on your mouse. Does that work?

samuelbradshaw avatar Oct 27 '22 16:10 samuelbradshaw

Awesome, shift does work. Odd that its needed, but good enough for now. Thanks!

  • Mark

On Oct 27, 2022, at 12:12 PM, Samuel Bradshaw @.***> wrote:

I don't have a mouse to test, but from reading a few places online, you might be able to scroll horizontally by holding shift while using the scroll wheel on your mouse. Does that work?

— Reply to this email directly, view it on GitHub https://github.com/Sequel-Ace/Sequel-Ace/issues/1228#issuecomment-1293763226, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKXAEAT3ERBNIR25CH5AYDWFKSWJANCNFSM5E2TKWVQ. You are receiving this because you commented.

MACscr avatar Oct 27 '22 16:10 MACscr

I came here because I couldn't figure out how to view other columns. I mainly use Sequel Ace with a docked laptop, so swiping the trackpad never occurred to me.

Using the left and right arrow keys was how I assumed I'd be able to scroll the columns since up and down works for moving between rows.

kusold avatar Nov 18 '22 21:11 kusold

Same issue here, was 'scrolling' by selecting a field and tabbing to out-of-screen fields. Scrolling with shift does work (thanks for that comment!) but a horizontal scrollbar that does not hide would be nice. Scrollbar pops up when shift-scrolling so maybe it just needs an always-show toggle.

---edit: It is related to this setting in system preferences, but I guess most content and screens are designed for responsive and vertical scroll only so I don't notice other than my in my large tables.

Screenshot 2022-11-21 at 13 17 37

jjcsinke avatar Nov 21 '22 12:11 jjcsinke

PR welcome to try to address the scroll bar showing up! I think most users use macOS with a trackpad

Jason-Morcos avatar Nov 27 '22 20:11 Jason-Morcos

Same issue here, was 'scrolling' by selecting a field and tabbing to out-of-screen fields. Scrolling with shift does work (thanks for that comment!) but a horizontal scrollbar that does not hide would be nice. Scrollbar pops up when shift-scrolling so maybe it just needs an always-show toggle.

---edit: It is related to this setting in system preferences, but I guess most content and screens are designed for responsive and vertical scroll only so I don't notice other than my in my large tables.

Screenshot 2022-11-21 at 13 17 37

Exactly this settings is where you need to change the "Show scroll bars" to the first option. I don't think any PR is needed here, we use native components that behave how native API tells them to, so in this case there is nothing we can do really imo.

Kaspik avatar Dec 20 '22 15:12 Kaspik