-
Notifications
You must be signed in to change notification settings - Fork 49.1k
Open
Labels
Description
I think it is bug
Now onMouseEnter event handler calls in child element when there are several reactroots.
To reproduce - run fiddle and move mouse from white square to red and back. In console you can see log when you do it. Link - https://jsfiddle.net/47sn3j5c/ . It works wrong.
Expected behavior: handler has to call just when mouse enter to red square. See here simiar example but with one reactroot - https://jsfiddle.net/bs3rc2wp/1/ . It works right.
React 15.1.0
hpurmann, ChristophVitz-ItSonix, solomon-gumball, mikekreeki, sergeyisakov and 1 more