Bug: different handling of onMouseEnter & onMouseLeave based on pointerEvents in Chrome #19692
Labels
Resolution: Stale
Automatically closed due to inactivity
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
React: 16.13.1
React-DOM: 16.13.1
Chrome 84.0.4147.135.
MS Edge 84.0.522.63.
This looks somehow related to #4251.
Steps To Reproduce
The current behavior
Notice in your console:
For the button
#disabled-style
with the same movement:The difference is that
#disabled-style
haspointer-events: none
.The expected behavior
Both buttons should log the same output.
It works?
The text was updated successfully, but these errors were encountered: