Closed Bug 952117 Opened 11 years ago Closed 11 years ago

nsIDOMWindowUtils#sendTextEvent is undefined

Categories

(Firefox :: Untriaged, defect)

26 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 911951

People

(Reporter: fayolle-florent, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131205075310

Steps to reproduce:

1. Open Scratchpad (SHIFT+F4)
2. Change the Environment to Browser
3. Enter this expression:
window.QueryInterface(Components.interfaces.nsIInterfaceRequestor).
                 getInterface(Components.interfaces.nsIDOMWindowUtils).sendTextEvent
4. Evaluate with CTRL-L


Actual results:

The result of the expression is "undefined". 
But according to the documentation, the method should exist:
https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIDOMWindowUtils#sendTextEvent%28%29
My apologies, the function has actually been replaced by createCompositionStringSynthesizer(). See https://bugzilla.mozilla.org/show_bug.cgi?id=911951#c31

Florent
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.