[Bug 26019] No way to initialize modifier states except "Alt", "Control", "Shift" and "Meta" at constructing DOM event with constructor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26019

--- Comment #8 from Travis Leithead [MSFT] <travil@microsoft.com> ---
(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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 13 June 2014 22:37:48 UTC