Closed
Bug 998967
Opened 11 years ago
Closed 11 years ago
InputEvent() constructor and InputEventInit dictionary (missing members)
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 998941
People
(Reporter: crimsteam, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20140314220517
Steps to reproduce:
At now whe can invoke InputEvent() as constructor, but InputEventInit dictionary doesn't accept new members (data, isComposing). Last nightly support InputEvent.isComposing so InputEventInit dictionary should accept this member too.
Reporter | ||
Updated•11 years ago
|
Component: General → DOM: Events
![]() |
||
Comment 1•11 years ago
|
||
InputEventInit has an isComposing member in builds that have an isComposing member on InputEvent itself. So what exactly is this bug about?
And in particular, this testcase seems to work just fine:
data:text/html,<script>alert(new InputEvent("", {isComposing: true}).isComposing)</script>
Flags: needinfo?(crimsteam)
Reporter | ||
Comment 2•11 years ago
|
||
Right, it works, I made a small mistake in my testcase, thanks. If this bug is not needed (missing data in InputEventInit) then please feel free to close it.
Flags: needinfo?(crimsteam)
![]() |
||
Comment 3•11 years ago
|
||
> missing data in InputEventInit
That's covered by bug 998941, looks like.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•