[Bug 26019] No way to initialize modifier states except "Alt", "Control", "Shift" and "Meta" at constructing DOM event with constructor
[email protected] Wed, 11 Feb 2015 01:59:48 +0000
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26019 Travis Leithead [MSFT] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Travis Leithead [MSFT] <[email protected]> --- (In reply to Travis Leithead [MSFT] from comment #8) > (In reply to Anne from comment #5) > > Travis, note that if your initialization process is not covered by > > http://dom.spec.whatwg.org/#constructing-events we need to figure out how to > > make that work. You might have to define the entire constructor yourself. > > Mmm. DOM doesn't seem to have the hooks I need. I need some internal state > that can represent the possible values used by the getModifierState > function... I should be able to whip that up. Committed a rough extension to Anne's algorithm in the DOM spec. https://dvcs.w3.org/hg/dom3events/rev/ad15280ceb0c -- You are receiving this mail because: You are on the CC list for the bug.