Commit Graph

1631 Commits

Author SHA1 Message Date
Richard Worth
e568dc146d slider static tests: updates and cleanup 2009-01-29 15:44:05 +00:00
Paul Bakaus
04c063e5b7 sortable: containment option now respects the padding (fixes #3958) 2009-01-29 15:25:02 +00:00
Paul Bakaus
b3ab79b859 draggable: containment option now respects the padding (fixes #3957) 2009-01-29 15:22:43 +00:00
Paul Bakaus
bcee037715 slider: fixed orientation detection 2009-01-29 15:13:47 +00:00
Richard Worth
8218b06307 file renames 2009-01-29 14:46:51 +00:00
Richard Worth
d6d5f8a297 slider static tests: range, range min 2009-01-29 14:45:45 +00:00
Richard Worth
449ec85964 slider static tests: new test 'Slider range max' 2009-01-29 14:34:11 +00:00
Paul Bakaus
814fbbe747 dialog: all triggered custom events should have related events attached if possible (fixes #3718,#3983) 2009-01-29 14:08:33 +00:00
Paul Bakaus
c2d272259f effects: fixed various problems with order of callbacks (i.e. show('drop', 500) wasn't working) (additionally fixes #3912) 2009-01-29 13:34:58 +00:00
Richard Worth
9439da64d7 dialog visual tests: Added new test 'Dialog on page with scrollbars' 2009-01-29 13:10:01 +00:00
Paul Bakaus
669bdb333a draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ui.offset (fixes #3978,#3977,#3976) 2009-01-29 12:35:38 +00:00
Paul Bakaus
c88df4d3ee resizable: removed ui.options 2009-01-29 12:33:44 +00:00
Chi Cheng
3d16d2e5af demos: dialog modal form 2009-01-29 12:17:47 +00:00
Chi Cheng
94b42f25e0 demos: dialog modal form 2009-01-29 12:15:33 +00:00
Paul Bakaus
717c5f66e8 dialog: shadow is hidden during drag/resize for slow performance browsers (currently IE < 7) (fixes #3966) 2009-01-29 10:57:45 +00:00
Scott González
b0f7179462 Dialog Demo: Beginning of new modal form demo. 2009-01-29 06:06:41 +00:00
Scott González
9592848de3 Dialog: Fixed #3901, #3918, #3930: Don't let the minHeight for dialogs be negative (breaks IE). 2009-01-29 04:12:35 +00:00
Paul Bakaus
4bf637bb2c slider: added better description for workaround for #3726 2009-01-28 23:11:15 +00:00
Richard Worth
0305e19240 slider unit tests: updated default value for orientation option (now 'auto' instead of 'horizontal') 2009-01-28 23:03:16 +00:00
Paul Bakaus
b2cbdb6ff4 slider: added better description for workaround for #3726 2009-01-28 22:51:35 +00:00
Paul Bakaus
966f6e46dd slider: animate default should be false 2009-01-28 22:13:44 +00:00
Paul Bakaus
ab32cefef5 slider: animate default should be false 2009-01-28 22:11:33 +00:00
Paul Bakaus
be1b2b023a slider:
- implemented animate method
- slider min/max values could be exceeded using the keyboard (fixes #3737)
2009-01-28 22:07:46 +00:00
Eduardo Lundgren
a853e4fd17 Fixed #3954 2009-01-28 21:48:51 +00:00
Paul Bakaus
1ad50e24a9 slider: closestHandle never got set when the distance between the handles are the maximum available (fixes #3948) 2009-01-28 19:14:38 +00:00
Paul Bakaus
bf6b493c90 slider:
- when dragging a handle, the position of the relative click is respected (fixes #3972)
- when dragging two range handles to 0, the slider was broken because the nearest handle would always be the first. Implemented a workaround. (fixes #3736)
2009-01-28 19:10:37 +00:00
Scott Jehl
bdf7d24cae new static page for accordion with no wrapper divs (due to new animation update)
the css in this file can replace accordion.css in themes/base once this is implemented and all css references to the content-wrap can be removed.
2009-01-28 18:01:34 +00:00
Todd Parker
166a82cbbb New "All effects" page modeled after the visual tests. Changed so script is in the head and framework classes are used. I kept the other all effect page (default.html) in this folder too in case we decide thsi is a better option. Needs props fixed. 2009-01-28 16:24:36 +00:00
Maggie Costello Wachs
7080e7ce02 added row break class to datepicker with multiple calendars. we can delete this later if needed; just want to make sure a fix is in place before the next release. 2009-01-28 16:20:19 +00:00
Richard Worth
10232000d6 eol-style and mime-type 2009-01-28 14:04:58 +00:00
Richard Worth
43115285fc test visual slider: new test - Slider in container with scrollbars 2009-01-28 13:58:55 +00:00
Richard Worth
b80bf5aa06 demos index: added bgiframe for modal demos 2009-01-28 13:19:32 +00:00
Richard Worth
191929a57e tests static icons: fixed icon test page in IE6 2009-01-28 13:16:15 +00:00
Richard Worth
8fd2835be1 Added missing icon: .ui-icon-script 2009-01-28 13:02:56 +00:00
Richard Worth
5ded091138 themes base: updated sprite icon pngs to PNG8 for IE6 2009-01-28 12:59:46 +00:00
Richard Worth
2fb657c25a eol-style and mime-type 2009-01-28 11:53:09 +00:00
Richard Worth
0fb425ca0c demos tabs: added sortable tabs demo 2009-01-28 11:48:58 +00:00
Richard Worth
62b7c8eda8 demos: fixed demo descriptions to use CODE for option names instead of STRONG 2009-01-28 10:49:44 +00:00
Richard Worth
ca2f0191da core: check for event.originalEvent before copying 2009-01-28 09:15:51 +00:00
Jörn Zaefferer
444bb38375 effect_types description: added note that effects can be toggled 2009-01-28 08:31:38 +00:00
Jörn Zaefferer
bc1556a41c svn:mime-type for effect_types demos 2009-01-28 08:26:52 +00:00
Ca-Phun Ung
3aeeeeb75a datepicker: fixes #3863: fixed vertical position when scroll position is present and added a viewport visual testcase. 2009-01-28 05:11:10 +00:00
Scott González
c9e6d28661 $.widget: Fixed #3965: Copy properties from original event on to new event in _trigger. 2009-01-28 03:46:35 +00:00
Scott González
cc3064b1f9 Mouse: Fixed #3552, reverted r1763: Let mouse events propagate. 2009-01-28 01:21:50 +00:00
Todd Parker
61f39e196b Created new folder for effect_types that includes all standard effects together to match the new effects docs structure. Also created a new default.html page that contains a set of all effect demos together on one page. If this looks ok, the 3 separate effects folders can be deleted. 2009-01-27 22:46:40 +00:00
Paul Bakaus
84a0971aab draggable: fixed snap 2009-01-27 19:17:28 +00:00
Richard Worth
e26951da7f demos draggable delay-start: disable text selection 2009-01-27 18:14:55 +00:00
Paul Bakaus
2ef2b87ccb dialog:
- implemented themeroller overlay, removes option overlay (now handled through CSS) (implements #3681)
- implemented shadow option (boolean), if set to true, adds shadow from css framework (implements #3681)
2009-01-27 16:53:46 +00:00
Scott Jehl
9dbeb228f6 changed theme url to http://ui.jquery.com/themeroller/ and removed token. 2009-01-27 16:18:06 +00:00
Todd Parker
d27a3092b7 Added new Effect links and re-instated the About and Theming sections. NOTE: Greedy re-wite is causing an error when loading this into the demos & docs part of the site and needs to be fixed 2009-01-27 16:10:05 +00:00