[Bug 27558] New: Specify MouseEvent.which
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27558
Bug ID: 27558
Summary: Specify MouseEvent.which
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Every browser I tested supports this.
In Gecko it's simply button + 1.
In Blink/WebKit it's button + 1 except when button is 65535, in which case it's
explicitly wrapped around to 0. This is odd and probably doesn't matter.
I suggest spec'ing the Gecko behavior.
--
You are receiving this mail because:
You are on the CC list for the bug.