Re: Simulating clicks on the DOM node of the GMAIL page.
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Amit Saurav wrote: > So i should find a way to > distinguish between when to fire a click and when to fire a mousedown > and mouseup. Just do what a real click does: Fire mousedown, then mouseup, then click. -Boris