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
Also, the new introduced setStyleOnHover in v3.0.0-r2 also brings to another issue for the modebsr color and activecolor.
When hovering, the color and activecolor are being set to the previous old ones! It will not affect when the colors are static color codes like "red" or "blue".
When using CSS variables for the colors, it is noticeable to see that the old colors are being used in the hover listening event. (e.g., toggle a theme, I do update the uirevision and retrieve the latest CSS variable value from the document, but the hover listening event is always used the old value)
My workaround is to remove the mouseenter and mouseleave events and re add again. But I think there should be a better way.
v2.35.2:
https://codepen.io/Lexachoc/pen/MYgXpXM
v3.0.0-rc2:
https://codepen.io/Lexachoc/pen/EaYRWpV
Open these two examples, and hover the mouse over the modebar (don't click anything)
Note that in v2.35.2, the fill color of the icons changes when the mouse pointer hovers over them, which is correct.
In v3.0.0-rc2 however, the fill color of the icons WILL NOT change when the mouse pointer hovers over them, which is incorrect!
The text was updated successfully, but these errors were encountered: