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

Unhighlighting doesn't work as expected #10

Open
Aluun opened this issue Feb 27, 2017 · 0 comments
Open

Unhighlighting doesn't work as expected #10

Aluun opened this issue Feb 27, 2017 · 0 comments

Comments

@Aluun
Copy link

Aluun commented Feb 27, 2017

Hi, it seems like there is an issue in firefox and IE when nodes are supposed to unhighlight. For chrome it works great, the other nodes gets "faded", but in FF and IE everyone turns white. It seems like bg, the bakground colour is null when jQuery.Color(col).transition(bg, 0.9)) is called. Hence every node but the one pressed, gets the colour white instead of the correct - dependent on the bakground colour - one. I solved this by explicitly writing my background color instead of "bg". (ie. jQuery.Color(col).transition("#2e3e56", 0.9)"

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

No branches or pull requests

1 participant