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

Firefox strip bay not hiding the scrollbars #1158

Closed
erikquinn opened this issue Oct 30, 2018 · 7 comments
Closed

Firefox strip bay not hiding the scrollbars #1158

erikquinn opened this issue Oct 30, 2018 · 7 comments
Assignees
Labels
BUGFIX Defect of the simulator, airport, or aircraft has pull request Add this label when an issue has a PR which will resolve it
Milestone

Comments

@erikquinn
Copy link
Member

The scrollbars in the strip bay are supposed to be styled nicely, and hidden when not needed. In Firefox (61.0.1), they appear at all times anyway, and are icky looking.

image

@erikquinn erikquinn added the BUGFIX Defect of the simulator, airport, or aircraft label Oct 30, 2018
@felixscheffer
Copy link
Member

As far as I am aware Firefox does NOT support scrollbar styling.
https://stackoverflow.com/questions/6165472/custom-css-scrollbar-for-firefox

@felixscheffer felixscheffer self-assigned this Oct 31, 2018
@n8rzz
Copy link
Member

n8rzz commented Oct 31, 2018

We should avoid styling scrollbars at all costs. They are grossly inconsistent or unavailable across browsers.

In my opinion; it looks nice but it’s a waste of time

@felixscheffer
Copy link
Member

image

I tried to figure out why the scrollbar is not hiding in Firefox. overflow-y: auto; should do the trick but it doesn't. With overflow-y: auto; the scrollbar wont show up even when it should.

@felixscheffer felixscheffer removed their assignment Oct 31, 2018
@erikquinn
Copy link
Member Author

@felixscheffer @n8rzz
What are the alternatives then?

@felixscheffer
Copy link
Member

To make things worse, I just noticed that one can not scroll the flight strips in Firefox.

@felixscheffer
Copy link
Member

Bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1042151

With flex-direction: column everything works fine. With flex-direction: column-reverse scrolling is broken in Firefox.

@felixscheffer felixscheffer self-assigned this Dec 30, 2018
@felixscheffer felixscheffer added this to the v6.9.0 milestone Dec 30, 2018
@felixscheffer felixscheffer added the has pull request Add this label when an issue has a PR which will resolve it label Dec 30, 2018
@kmartino2168
Copy link
Contributor

🎵🎵 I can see clearly now, my flight strips scroll 🎵🎵

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUGFIX Defect of the simulator, airport, or aircraft has pull request Add this label when an issue has a PR which will resolve it
Projects
None yet
Development

No branches or pull requests

4 participants