Closed
Bug 855486
Opened 12 years ago
Closed 12 years ago
Paris binding for TextEvent
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
(deleted),
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
TextEvent is old Gecko only event predating composition events, but we support it still
for backwards compatibility.
It doesn't have its own scriptable interface.
class nsDOMTextEvent : public nsDOMUIEvent,
public nsIPrivateTextEvent
Attachment #730371 -
Flags: review?(peterv)
Updated•12 years ago
|
Attachment #730371 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•