aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests/jquery.simulate.js
Commit message (Collapse)AuthorAgeFilesLines
* BEGIN trunk restructureRichard Worth2008-06-071-141/+0
|
* simulate - round(floor) the center x and y valuesRichard Worth2008-06-061-1/+1
|
* reverted back to minimal drag. The other may have depended on some things ↵Richard Worth2008-06-051-51/+9
| | | | that got reverted recently, as I wasn't able to make it work. Also, mousemove's should happen on document, not target.
* removed x, y as they are not browser event options. Use clientX and clientYRichard Worth2008-06-051-2/+2
|
* set a more reasonable default for relatedTarget: undefined for IE, ↵Richard Worth2008-06-051-2/+2
| | | | HEMLHtmlElement for other browsers
* reverted [158] - IE's default for relatedTarget is undefined, not documentRichard Worth2008-06-051-4/+0
|
* reverted [157] there is no IE bug. pageX != clientX, pageY != clientYRichard Worth2008-06-051-3/+0
|
* removed setting toElement/fromEelement as this is handled by the browserRichard Worth2008-06-051-7/+0
|
* Removed case insensitive checks: no method or event names are case insensitiveRichard Worth2008-06-051-6/+6
|
* jquery.simulate - IE won't allow assignment to toElement or fromElementEduardo Lundgren2008-06-051-0/+4
|
* jquery.simulate fix for 2 pixels IE bug from mousecordsEduardo Lundgren2008-06-051-0/+3
|
* (no commit message)Eduardo Lundgren2008-06-051-1/+0
|
* Removed mousemove before synchronous drag loopEduardo Lundgren2008-06-051-1/+1
|
* (no commit message)Eduardo Lundgren2008-06-051-0/+1
|
* Added a TODO comment on triggerAsync()Eduardo Lundgren2008-06-051-0/+2
|
* Updated jquery.simulate to do syncrhonous drag for each pixel - Needed for ↵Eduardo Lundgren2008-06-051-28/+85
| | | | some tests
* Added simulate "drag" method. Fixed some issues in resizable tests.Richard Worth2008-06-041-4/+40
|
* Added jquery.simulate.js as possible refactor of (low-level) parts of ↵Richard Worth2008-06-041-0/+95
userAction and testmouse