browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

api.MouseEvent.mozInputSource - missing

Open Josh-Cena opened this issue 6 months ago • 1 comments

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

We are missing the property MouseEvent.mozInputSource

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

Data

Did you test this? If so, how?

"mozInputSource" in MouseEvent.prototype in latest Firefox

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/mozInputSource

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

Josh-Cena avatar Jul 19 '25 15:07 Josh-Cena

I ran a git-bisect-search on a local checkout of https://github.com/caugner/firefox-releases/, and it points to Firefox 4 adding this, see: https://github.com/caugner/firefox-releases/blame/v4/dom/interfaces/events/nsIDOMNSMouseEvent.idl#L61

caugner avatar Sep 17 '25 08:09 caugner