Commit Graph

4719 Commits

Author SHA1 Message Date
Paul Bakaus
c0710fb6b2 slider: added animate option: can be simply set to true, or to a multiplier that makes the animation longer or shorter (higher = longer, shorter = faster) 2008-07-03 15:31:36 +00:00
Paul Bakaus
871092fc7a slider: removed cursor:default on the a wrapper, allows for better styling, changing the cursor of the slider handle (fixes #2854) 2008-07-03 15:11:53 +00:00
Paul Bakaus
7c5e5d9c5e draggable: revert option now accepts "invalid", "valid" and true as possible options: true always reverts, "invalid" only reverts when not dropped on a possible target, and "valid" does the contrary (implements #2914) 2008-07-03 14:59:10 +00:00
Richard Worth
069fcab637 fixed #3061 - dialog buttons not visible without a theme file 2008-07-03 14:23:28 +00:00
Paul Bakaus
cbda2f35ae droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none (fixed bool) 2008-07-03 14:01:24 +00:00
Paul Bakaus
9c2e67cff1 core: use triggerHandler instead of trigger to fire "remove" event - Safari seems to have a native remove event which actually removes DOM elements - very dangerous! (fixes #3037) 2008-07-03 13:35:07 +00:00
Paul Bakaus
ba5d58d41b slider: browser's default outline isn't shown for the created links (fixes #3029) 2008-07-03 13:24:14 +00:00
Paul Bakaus
6aaf1598d2 droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none 2008-07-03 13:05:30 +00:00
Richard Worth
6e7572309a Fixed #3059 - cannot select text in dialog content 2008-07-03 01:37:06 +00:00
Eduardo Lundgren
a14c917e8e Dropabble minor performance changes 2008-07-02 17:38:34 +00:00
Aaron Eisenberger
c400e02621 preserve percent values if they are returned in createWrapper 2008-06-30 18:52:57 +00:00
Eduardo Lundgren
10747c3871 Dialog - Update resizable dialgos to use helper instead of proxy 2008-06-30 18:11:10 +00:00
Paul Bakaus
1b8cc84978 sortable: important restructuring in the sort function - callback and droppables/intersection now receive proper position information (also fixes #3022) 2008-06-30 14:08:06 +00:00
Eduardo Lundgren
75b29b66df Sortables performance increased massively - using offsetWidth/offsetHeight to refreshPostions instead of outerWidth/outerHeight 2008-06-30 13:43:09 +00:00
Paul Bakaus
3603a87d7d draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002 2008-06-30 13:15:00 +00:00
Keith Wood
c32255fcfa New tests for invocation, mouse interactions, alternate field, status, localisation 2008-06-30 09:56:14 +00:00
Keith Wood
9a67543cd2 Ensure datepicker is initially hidden 2008-06-30 09:47:46 +00:00
Eduardo Lundgren
e73d019dff Sortable - fixed #3048 2008-06-29 14:34:14 +00:00
Richard Worth
fbdb9f08a9 fixed #3012 - Dialog causing iframe load event to fire in firefox 2 2008-06-28 13:48:01 +00:00
Richard Worth
60312808d0 fixed #3041 - Catalan localization 2008-06-28 02:50:46 +00:00
Eduardo Lundgren
f42d42b61f Avoid IE memory leak on enableSelection, disableSelection methods. 2008-06-27 21:36:14 +00:00
Scott González
b4178f63fc Accordion: Fixed parameters in dispatched events. 2008-06-27 13:12:03 +00:00
Scott González
0c1af7a99a Tabs: Fixed parameters in dispatched events. 2008-06-27 13:07:05 +00:00
Richard Worth
42487ffbb1 demos - typos 2008-06-27 00:31:29 +00:00
Richard Worth
5eb7c9ae3a set version to 1.5.2pre 2008-06-27 00:30:53 +00:00
Richard Worth
77fe442f08 restored test image from [236] - still referenced in a few test files. 2008-06-27 00:28:34 +00:00
Eduardo Lundgren
b45ee9982e Product slider real-world demo css fix 2008-06-26 22:48:12 +00:00
Paul Bakaus
293883a9fe changed version.txt to 1.5.1 2008-06-26 21:31:47 +00:00
Scott González
0f6d7502ca Dialog: Fixed #3032: Calling open on an already open dialog no longer causes problems. 2008-06-26 18:14:41 +00:00
Aaron Eisenberger
80e59fb0b2 add a couple more options to scale functional tests 2008-06-26 16:14:51 +00:00
Aaron Eisenberger
caf07a3e48 better descriptions for scale & size 2008-06-26 16:05:17 +00:00
Aaron Eisenberger
f901812169 typo 2008-06-26 16:02:47 +00:00
Aaron Eisenberger
ea87259568 include top,left in restore props until I can figure out a better way to keep positions for relative sizing 2008-06-26 16:01:46 +00:00
Aaron Eisenberger
269801ad84 add scale toggle and size to functional demos + move origin calculations to size 2008-06-26 15:58:38 +00:00
Aaron Eisenberger
1c97a16dd3 fix options clone (#2967) 2008-06-26 14:24:36 +00:00
Aaron Eisenberger
14561e4c5e removing true from outerWidth/outerHeight to solve Safari Issue (fixes #2983 - unresolved bug still exists in dimension) 2008-06-26 13:52:20 +00:00
Aaron Eisenberger
4078d0928d typo in createWrapper (fixes #2974 fixes #2975) 2008-06-26 13:25:29 +00:00
Paul Bakaus
e8b545382e sortable: update callback wass not called everytime (fixes #3028) 2008-06-26 12:43:45 +00:00
Richard Worth
f7dc618ede tests visual draggable - moved handle test to its own file. default visual tests should have no options. 2008-06-26 11:35:28 +00:00
Paul Bakaus
6a6829db7f slider: range can now be toggled on-the-fly (fixes #3004) 2008-06-26 11:08:52 +00:00
Richard Worth
8ccab9a11f tests dialog - added unit tests for #3017 - Dialog callback scopes 2008-06-26 11:08:49 +00:00
Paul Bakaus
8111e87bc6 visual css: corrected styles for slider 2008-06-26 11:07:51 +00:00
Paul Bakaus
7818b8c583 fixed #3010 2008-06-26 10:49:47 +00:00
Richard Worth
e42b0f6b8b resizable, selectable, sortable: changed cancel default to ':input' instead of (redundant) ':input,button' 2008-06-26 10:23:38 +00:00
Paul Bakaus
505d88ec28 sortable: update callback wass not called everytime (fixes #3028) 2008-06-26 10:22:11 +00:00
Richard Worth
0f0fb77a9e tests draggable #2965 - fixed to account for distance: 1 default 2008-06-26 10:20:48 +00:00
Paul Bakaus
980fbbea51 sortable: fixed serialize issue when a key was specified as option, but no custom expression 2008-06-26 10:00:32 +00:00
Richard Worth
3e5e8704c1 tests resizable - restructured to match others, added defaults test 2008-06-26 09:49:54 +00:00
Eduardo Lundgren
2b7100d9dd css method - change class id name for generated div 2008-06-26 03:59:55 +00:00
Eduardo Lundgren
4b35b308a8 Resizable functional demo more updates 2008-06-26 03:56:05 +00:00