Commit Graph

132 Commits

Author SHA1 Message Date
Eduardo Lundgren
cc60a11da6 Update Draggable test case for jquery.simulate 2008-06-04 23:59:47 +00:00
Eduardo Lundgren
1b5470af38 Update Resize test case for jquery.simulate 2008-06-04 23:58:41 +00:00
Scott González
6de42c648d Core: fixed broken UTF-8 characters. 2008-06-04 22:07:56 +00:00
Scott González
2b1bd34cef Widget factory: fixed #2981: Graceful handling of method calls on uninitialized plugins. 2008-06-04 22:03:17 +00:00
Paul Bakaus
126d7d925b slider: fixed mouse refactoring issue that caused clicking somewhere on the slider not to fire any callbacks 2008-06-04 21:26:33 +00:00
Scott González
0d01cc3691 Slider: fixed #2552: Disabled should be an option, not a property on the instance. 2008-06-04 19:59:38 +00:00
Scott González
98f42fc802 Core: Exposed the base widget prototype; Adding/removing disabled classes automatically.
Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods.
Dialog: Delegating standard functionality for setData to the widget prototype.
2008-06-04 19:51:59 +00:00
Scott González
f17737b2d4 Mouse: invoke drag immediately on start if the start occurs during mousemove.. 2008-06-04 19:32:33 +00:00
Scott González
2f80c18734 Mouse: trigger start on mouse down if distance 0 and delay 0; changed default distance to 1. 2008-06-04 19:13:18 +00:00
Scott González
b6858b447c Dialog: Fixed modal dialogs so they are always on top of other dialogs when they open. 2008-06-04 17:31:58 +00:00
Richard Worth
0b2be30492 Added simulate "drag" method. Fixed some issues in resizable tests. 2008-06-04 08:47:26 +00:00
Richard Worth
0646f774ad Added jquery.simulate.js as possible refactor of (low-level) parts of userAction and testmouse 2008-06-04 03:41:17 +00:00
Eduardo Lundgren
9047a63049 Modified resizable grid test for #2939 2008-06-04 02:47:06 +00:00
Richard Worth
26c16a7e6f Set svn:eol-style to native 2008-06-04 02:34:33 +00:00
Scott González
9caa12ad65 Dialog: added ability to set the resize handles. 2008-06-04 00:42:17 +00:00
Scott González
b80fb723c5 Dialog: restructured init method. 2008-06-03 23:45:25 +00:00
Eduardo Lundgren
b294b05043 Resizable grid bug on IE - fixed #2939 2008-06-03 20:00:50 +00:00
Eduardo Lundgren
ef18dbbd76 Resizable grid option automated test added 2008-06-03 19:59:41 +00:00
Scott González
29b7b4882f Dialog: added stack option. 2008-06-03 13:03:53 +00:00
Eduardo Lundgren
3237f8e164 Updating version.txt for 1.5rc1 2008-06-02 04:02:41 +00:00
Eduardo Lundgren
08fef24f56 Calculating the correct time on resizable automated test 2008-06-02 03:06:09 +00:00
Eduardo Lundgren
be2b41f706 Removing extra blank line at the end - it break the yui compressor 2008-06-02 03:05:09 +00:00
Scott González
13685f50ee unindentation 2008-06-01 23:36:34 +00:00
Marc Grabanski
6b518a257f datepicker: getDate function now gets date whether or not datepicker is opened (fixes #2832) 2008-06-01 20:30:55 +00:00
Eduardo Lundgren
6f2849fd38 alsoResize IE bug fixes 2008-06-01 20:06:21 +00:00
Marc Grabanski
dce035cc65 datepicker: changed yearRange to be relative to current year instead of selected year (fixes #2627) 2008-06-01 20:04:19 +00:00
Eduardo Lundgren
0a2cc194d5 Image-cropper real-world demo css fixed 2008-06-01 19:44:10 +00:00
Eduardo Lundgren
814e9d6ca0 Updating labels on resizable testcase 2008-06-01 19:24:46 +00:00
Eduardo Lundgren
f9e28552c4 Fix 2 pixels error on mouse coords in IE 2008-06-01 19:19:41 +00:00
Marc Grabanski
169662dc7f Added debug file to recreate any issues. 2008-06-01 18:48:16 +00:00
Marc Grabanski
1c6b62b192 Updated demo files. 2008-06-01 18:28:01 +00:00
Marc Grabanski
1392c6903e Fixed alternate stylesheet. 2008-06-01 18:07:15 +00:00
Marc Grabanski
66263d54f8 Fixed demo bug. 2008-06-01 18:00:02 +00:00
Marc Grabanski
3dfb02bc03 Changed datepicker header and demo paths. 2008-06-01 17:53:28 +00:00
Marc Grabanski
f4f8ba867f Initial commit of datepicker functional demo. 2008-06-01 17:48:33 +00:00
Paul Bakaus
1c2d48f130 sortable: fixed issue when no placeholder is defined, and a issue with the element shown without positioning at drag start 2008-06-01 15:56:49 +00:00
Paul Bakaus
75fdffacb0 resizable: resizable doesn't expose ui.instance anymore 2008-06-01 14:22:24 +00:00
Eduardo Lundgren
985a82c660 userAction fix for top when not defined 2008-06-01 13:52:50 +00:00
Paul Bakaus
737ff7309d 2008-06-01 13:45:06 +00:00
Paul Bakaus
60ae201d2f 2008-06-01 13:24:37 +00:00
Eduardo Lundgren
29e742f4b6 2008-05-31 17:57:50 +00:00
Eduardo Lundgren
85eda5f837 resizable test clean up log div 2008-05-31 17:50:44 +00:00
Eduardo Lundgren
b88e3d7978 2008-05-31 17:48:10 +00:00
Eduardo Lundgren
c2a0d25d80 userAction Performance issues 2008-05-31 17:32:20 +00:00
Aaron Eisenberger
6bd34788b2 fix object linking in options for puff and scale 2008-05-31 17:18:24 +00:00
Eduardo Lundgren
01be5dfefd fix on #main hidden class 2008-05-31 17:08:21 +00:00
Eduardo Lundgren
b1048f4cbd Remove console.log 2008-05-31 16:59:50 +00:00
Eduardo Lundgren
8a1cba91d8 Resize tests respecting ratio resize with dimensions limits 2008-05-31 16:56:09 +00:00
Paul Bakaus
d32917596e effects: modified save mthod so it now only aves css atributes stored in the actual style attribute, fixes highlight 2008-05-31 16:49:00 +00:00
Eduardo Lundgren
c068874890 Make #main test div output hidden 2008-05-31 16:33:26 +00:00