index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-a2938ab9b9
dependabot/github_actions/github-actions-ced721f930
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
jtr-test
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
tests
Commit message (
Collapse
)
Author
Age
Files
Lines
*
jquery.simulate fix for 2 pixels IE bug from mousecords
Eduardo Lundgren
2008-06-05
1
-0
/
+3
|
*
(no commit message)
Eduardo Lundgren
2008-06-05
1
-1
/
+0
|
*
Removed mousemove before synchronous drag loop
Eduardo Lundgren
2008-06-05
1
-1
/
+1
|
*
(no commit message)
Eduardo Lundgren
2008-06-05
1
-0
/
+1
|
*
Added a TODO comment on triggerAsync()
Eduardo Lundgren
2008-06-05
1
-0
/
+2
|
*
Updated jquery.simulate to do syncrhonous drag for each pixel - Needed for ↵
Eduardo Lundgren
2008-06-05
1
-28
/
+85
|
|
|
|
some tests
*
Update Draggable test case for jquery.simulate
Eduardo Lundgren
2008-06-04
2
-2
/
+2
|
*
Update Resize test case for jquery.simulate
Eduardo Lundgren
2008-06-04
1
-31
/
+31
|
*
Added simulate "drag" method. Fixed some issues in resizable tests.
Richard Worth
2008-06-04
3
-95
/
+126
|
*
Added jquery.simulate.js as possible refactor of (low-level) parts of ↵
Richard Worth
2008-06-04
3
-60
/
+127
|
|
|
|
userAction and testmouse
*
Modified resizable grid test for #2939
Eduardo Lundgren
2008-06-04
1
-4
/
+4
|
*
Set svn:eol-style to native
Richard Worth
2008-06-04
9
-1245
/
+1245
|
*
Resizable grid option automated test added
Eduardo Lundgren
2008-06-03
1
-8
/
+11
|
*
Calculating the correct time on resizable automated test
Eduardo Lundgren
2008-06-02
1
-359
/
+354
|
*
Updating labels on resizable testcase
Eduardo Lundgren
2008-06-01
1
-12
/
+12
|
*
Fix 2 pixels error on mouse coords in IE
Eduardo Lundgren
2008-06-01
1
-2
/
+9
|
*
userAction fix for top when not defined
Eduardo Lundgren
2008-06-01
1
-1
/
+1
|
*
(no commit message)
Paul Bakaus
2008-06-01
1
-0
/
+75
|
*
(no commit message)
Paul Bakaus
2008-06-01
2
-11
/
+250
|
*
(no commit message)
Eduardo Lundgren
2008-05-31
1
-5
/
+5
|
*
resizable test clean up log div
Eduardo Lundgren
2008-05-31
1
-1
/
+0
|
*
(no commit message)
Eduardo Lundgren
2008-05-31
2
-6
/
+3
|
*
userAction Performance issues
Eduardo Lundgren
2008-05-31
1
-10
/
+11
|
*
fix on #main hidden class
Eduardo Lundgren
2008-05-31
1
-0
/
+2
|
*
Remove console.log
Eduardo Lundgren
2008-05-31
1
-12
/
+0
|
*
Resize tests respecting ratio resize with dimensions limits
Eduardo Lundgren
2008-05-31
2
-3
/
+152
|
*
Make #main test div output hidden
Eduardo Lundgren
2008-05-31
2
-6
/
+10
|
*
Resizable limit min/max dimensions tests
Eduardo Lundgren
2008-05-31
1
-1
/
+79
|
*
Removing class ui-fake-cursor
Eduardo Lundgren
2008-05-31
1
-2
/
+2
|
*
Resizable basic tests using userAction
Eduardo Lundgren
2008-05-31
2
-18
/
+128
|
*
Starting alpha tests using userAction syncrhonous drag
Eduardo Lundgren
2008-05-30
2
-34
/
+28
|
*
Drag synchronously added option - Let the automated tests being done.
Eduardo Lundgren
2008-05-30
1
-19
/
+67
|
*
More fixes for userAction
Eduardo Lundgren
2008-05-30
1
-6
/
+13
|
*
Start simulating tests with userAction combined with Richard's animated cursor
Eduardo Lundgren
2008-05-30
2
-150
/
+55
|
*
userAction drag method implemented
Eduardo Lundgren
2008-05-30
1
-7
/
+77
|
*
accordion tests: Fixed JavaScript warnings.
Scott González
2008-05-28
1
-2
/
+2
|
*
accordion tests: Fixed autoHeight tests.
Scott González
2008-05-28
1
-2
/
+2
|
*
autodrag - Added beginning of selectables tests
Richard Worth
2008-05-27
2
-33
/
+53
|
*
Testing relatedTarget onmouseover
Eduardo Lundgren
2008-05-27
1
-11
/
+27
|
*
console.log handy function fixed
Eduardo Lundgren
2008-05-27
3
-3
/
+3
|
*
Avoid reattach events
Eduardo Lundgren
2008-05-27
1
-1
/
+5
|
*
userAction keyBoards events fixed for Opera
Eduardo Lundgren
2008-05-27
2
-27
/
+32
|
*
corrected misspelled variable name
Richard Worth
2008-05-27
1
-1
/
+1
|
*
$('div.target').userAction("click", x, y); UserAction Plugin - Simulate ↵
Eduardo Lundgren
2008-05-26
1
-0
/
+211
|
|
|
|
mouse/keys real events.
*
$('div.target').userAction("click", x, y); UserAvtion Plugin - Simulate ↵
Eduardo Lundgren
2008-05-26
2
-71
/
+109
|
|
|
|
mouse/keys real events.
*
auto tests - now runs multiple tests with status
Richard Worth
2008-05-26
2
-42
/
+78
|
*
autodrag - Added simple test queue
Richard Worth
2008-05-26
1
-7
/
+39
|
*
reverted rev50 - broke Opera for some reason
Richard Worth
2008-05-26
1
-26
/
+26
|
*
(no commit message)
Richard Worth
2008-05-26
1
-26
/
+26
|
*
Created ui.testMouse. Fixed none.png to work in Safari (needs at least one ↵
Richard Worth
2008-05-26
3
-150
/
+193
|
|
|
|
pixel with 1% opacity)
[next]