-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Board does not scroll horizontally on Ubuntu (no scrollbar and mouse scroll doesn't work) #168
Comments
The other user who said he could click-drag says: Oh, just realized it was working for me because I had Chrome DevTools open in "mobile" mode, so it was just "swiping". |
Someone else reported this, and it was only reproducible on Ubuntu as well. The styling is hacky and carried over from the original version years and years ago. |
Are you saying that there is a horizontal scrollbar that is visible in some desktop browsers? That's interesting... |
I tried a few CSS things in Inspect Element in the browser, and didn't come up with anything obvious. I am not familiar with the "flex container" thing that it is using... |
I was looking at https://css-tricks.com/snippets/css/a-guide-to-flexbox/ and I played around with a "pen" that they had, to look at the CSS styling for flexboxes. I was able to see the scrollbars in my Ubuntu Firefox browser, with HTML/CSS that looked like this:
So, the basic flex CSS does produce a horizontal scrollbar on my browser. It must be something to do with all the layers of containers. Note added later: The scrollbars also still worked when I added 3 levels of divs outside of the UL in the above HTML code, as long as I didn't add any CSS styles to the divs. |
Ah! I am finding out from other users that they do not see horizontal scrollbars, but instead are only scrolling with the mouse (which doesn't work for me). My guess is that this is done via some JS somewhere and not in the CSS -- or at least, I cannot figure out how to manipulate the CSS in Inspect Element to get scrollbars back. But browsing through the source of this project, it is not obvious to me which JS might be doing this??? So... I'm out of ideas. |
I am viewing https://contribkanban.com/board/GettingInvolvedGuide on a Desktop browser. I've tried both Firefox v. 68 and Chromium v. 76 on Ubuntu.
Problem 1: I don't see an obvious way to scroll the view to the right, so all I can see are the Postponed, Active, Needs work, and Needs review issues. There should be a horizontal scrollbar so that I can see the rest of the columns.
Problem 2: I mentioned this in a Drupal Slack channel, and someone told me he was able to click and drag to scroll left/right with a mouse. He was using Chrome, but I was unable to do that -- I tried, but clicking and dragging had no effect.
Problem 3: Even if I could click/drag to scroll, someone who could not use a mouse (accessibility matters!) would not be able to do that either. Also it didn't seem intuitive to me that this would be how to scroll the window to the right.
The text was updated successfully, but these errors were encountered: