Re: Programmatically typing into a textbox (KeyboardEvent)
Neil <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Michael Hofer wrote: > Also, on the working example with the MouseEvent, i don't need to > focus the checkbox (the event is dispatched directly to the element). No, but the whole point of focus is to indicate where keyboard events should be dispatched to. Anyway, as per your other post, I see you managed to work out that character events need a character code to work properly, and that XUL textboxes are actually an XBL wrapper around HTML input fields. -- Warning: May contain traces of nuts.