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
For what I assume historical reasons, MouseEvent.button and MouseEvent.buttons do not order buttons in the same way. The second and third button switch meaning between the two attributes.
This is very easy to overlook, so I think a warning note would be very useful.
(If MDN could also get a warning, then that would be fantastic)
The text was updated successfully, but these errors were encountered:
For what I assume historical reasons,
MouseEvent.button
andMouseEvent.buttons
do not order buttons in the same way. The second and third button switch meaning between the two attributes.This is very easy to overlook, so I think a warning note would be very useful.
(If MDN could also get a warning, then that would be fantastic)
The text was updated successfully, but these errors were encountered: