Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFire mouseenter and mouseleave events #27413
Conversation
highfive
commented
Jul 27, 2020
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jul 27, 2020
da48ee5
to
d26b9a5
|
r? @nox |
cb849aa
to
962e620
|
The code looks correct but this will probably need changes to the test expectations. @bors-servo try=wpt |
Fire mouseenter and mouseleave events The PR primarily consists of changes for: - Fixing the order in which `mousemove` events are fired. - Firing `mouseenter` and `mouseleave` events. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26958 - [ ] There are tests for these changes
|
|
|
Aha, we didn't enable
You can add it after this stuff to keep things alphabetical:
|
|
I think pointerevents is unrelated to mouse events? |
|
I have included some manual tests I'd used to verify mouse events' order. |
|
I've checked locally and everything looks good now AFAICT. @bors-servo r+ |
|
|
|
|
utsavoza commentedJul 27, 2020
•
edited
The PR primarily consists of changes for:
mousemoveevents are fired.mouseenterandmouseleaveevents../mach build -ddoes not report any errors./mach test-tidydoes not report any errors