Commit Graph

65 Commits

Author SHA1 Message Date
Paul Bakaus
77043b9bf2 slider: animate option was ignored if only one handle (fixes #4167 slider:animation for single handles broken) 2009-02-17 11:13:30 +00:00
Scott González
55081dae77 Slider: Fixed divide by zero error when min and max are the same. Fixed #4155 - IE6 error by min==max. 2009-02-17 01:39:25 +00:00
Richard Worth
fddd2c3965 slider: fixed failing visual test: slider_in_container_with_scrollbars 2009-02-10 03:48:21 +00:00
Richard Worth
5a6e2bdbb6 Fixed 4062 - slider: vertical slider handle jumps up when you click on it 2009-02-05 06:01:10 +00:00
Richard Worth
93fbdd41b3 Fixed #3804 (Multiple Slider Focus Issues) 2009-02-05 05:25:12 +00:00
Scott González
3051eca215 Slider:
- Fixed #4016: Vertical slider was unusable when the thumb was at the min value.
  - Fixed #3736 for real: Vertical slider was unusable when using a range and both thumbs were at the min value.
2009-02-02 03:07:54 +00:00
Paul Bakaus
bcee037715 slider: fixed orientation detection 2009-01-29 15:13:47 +00:00
Paul Bakaus
4bf637bb2c slider: added better description for workaround for #3726 2009-01-28 23:11:15 +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
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
Richard Worth
1b891501f2 whitespace 2009-01-22 13:10:18 +00:00
Richard Worth
df2ef4224a Fixed #3766 - slider seems to be missing ui.handle property in options 2009-01-20 13:31:30 +00:00
Eduardo Lundgren
8139c81d1b Revert changes for #3838 for the release 1.6rc5 2009-01-16 02:09:45 +00:00
Eduardo Lundgren
78c4d87d7b Fix for #3838 - Components should use this.widgetName on internally 2009-01-16 00:33:46 +00:00
Paul Bakaus
3780ee78e7 slider: implemented auto orientation, removed _orientation() in favor of this.orientation, saved some bytes by o=this.options in _init 2009-01-12 13:16:09 +00:00
Paul Bakaus
4b6e3fb12e slider: formatting 2009-01-12 13:02:47 +00:00
Richard Worth
a11c201008 Happy New Year 2009-01-03 21:55:13 +00:00
Scott González
59de964ad5 Slider: Fixed #3717: Correct event types for callbacks. 2008-12-31 21:27:56 +00:00
Richard Worth
3bffcdffa3 Fixed #3716 - slider: range handles should not be able to cross 2008-12-31 19:55:16 +00:00
Eduardo Lundgren
dbcf65fce9 Remove trailing spaces 2008-12-31 08:22:11 +00:00
Richard Worth
1907c374cf slider: added ui.values in the slide callback for a range 2008-12-31 04:48:12 +00:00
Richard Worth
cca491dc4f slider: removed hover and focus from range as it's not draggable (yet) 2008-12-23 16:06:38 +00:00
Richard Worth
22f25cbb0c merged dev/slider branch (revs 1152-1229) back to trunk 2008-12-23 10:38:12 +00:00
Richard Worth
b731dc5e97 Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specs 2008-12-13 11:49:39 +00:00
Eduardo Lundgren
95c6c6dd62 Source formatting 2008-11-28 15:43:32 +00:00
Paul Bakaus
2b92a02170 slider: fixed regression caused by a recent change in the mouse core - since the mouse core doesn't stop mousedown propagation by default now, the mousedown event was triggered twice - once by the bound handle, and once by the actual element. 2008-11-24 17:02:26 +00:00
Richard Worth
e98934200f slider: formatting changes - moved some things around for consistency.
_init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.
2008-11-21 04:40:23 +00:00
Richard Worth
2192c024e2 New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b 2008-11-21 02:14:03 +00:00
Eduardo Lundgren
558218f2aa Source formatting: Removing trailing spaces 2008-11-20 04:10:34 +00:00
Paul Bakaus
06e7783c93 slider: defered all parseInt / Math.round calls for values to this._round, implemented option 'round' (bool), that is enabled on default (old behaviour), can be disabled to return floating values (fixes 3489) 2008-11-19 14:38:48 +00:00
Richard Worth
29f7dc9a2c Removed all trailing whitespace from .js and .html files 2008-11-18 02:55:25 +00:00
Richard Worth
7ea535fa1d fixed #3578 - ALL CODE: e, ui should be changed to event, ui 2008-11-14 03:00:16 +00:00
Richard Worth
e1fab2ce61 Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined" 2008-11-12 02:57:04 +00:00
Paul Bakaus
c6300693c4 slider: changed order of fired callbacks in moveTo method (fixes #3465) 2008-10-20 07:43:42 +00:00
Richard Worth
829ce5f399 Fixed slider responds to keypresses when disabled 2008-10-17 12:06:16 +00:00
Jörn Zaefferer
3897602bb0 adding version property to all ui components 2008-10-05 18:31:44 +00:00
Richard Worth
a522291a7b whitespace: Removed trailing whitespace from non-blank lines 2008-09-20 03:23:42 +00:00
Richard Worth
0bae0870d9 whitespace 2008-09-20 02:43:18 +00:00
Scott González
7c2e7965e9 Reverted r695. 2008-09-19 14:20:14 +00:00
Eduardo Lundgren
8d04c3594c Remove Trailing Spaces 2008-09-19 14:08:41 +00:00
Paul Bakaus
faec9388e2 slider: use preventDefault on click event on handle instead of returning false (see #3228) 2008-09-19 09:19:10 +00:00
Paul Bakaus
c40491f187 dragging handle won't fire onunload event anymore (fixes #3228) 2008-09-18 09:30:14 +00:00
David Bolter
bb84cbf7fd Fixes #3342, prevents bubbling (and default key behaviour) for slider based key events. 2008-09-11 15:18:33 +00:00
Richard Worth
f6008ca694 Fixed #3284 - Put version numbers inside of individual files. 2008-09-04 22:03:30 +00:00
Chi Cheng
ba5799b68b Slider: internal methods 2008-08-18 02:05:29 +00:00
Chi Cheng
4d2fb82960 slider:internal methods, fixes #3188 2008-08-18 00:07:09 +00:00