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

bug: pressing H quickly & repeatedly will fade the background completely to black #427

Closed
nerdCopter opened this issue Jan 12, 2020 · 3 comments · Fixed by #436
Closed
Labels

Comments

@nerdCopter
Copy link
Member

Pressing H, waiting for the header display, then pressing H again work fine; however, pressing H quickly multiple times will gradually (or not-so gradually) darken the main interface completely without recovering to normal opacity.

v20191223.80

Linux 5.0.0-37-generic #40-Ubuntu SMP Thu Nov 14 00:14:01 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

@McGiverGim McGiverGim added the bug label Jan 13, 2020
@McGiverGim
Copy link
Member

It seems that this is a bug produced by the bootstrap.js library. Is used to show and hide the modal dialogs.

When we press the H very fast, the event that "shows/hides" the dialog does not remove the fade div that is in the background, but adds another one in top of it:

image

I have tried to update the library without luck, the bug persist, and I'm searching for a workaround for this... someone has experience with this library?

@mikeller
Copy link
Member

Good find, @McGiverGim!

@McGiverGim
Copy link
Member

I have found a workaround... I will push a PR in some minutes... let's see if it does not produce other glitches...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants