You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"
The text was updated successfully, but these errors were encountered:
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)"
The text was updated successfully, but these errors were encountered: