Scott González
|
ca44391e5c
|
Draggable: Reverted r1597 - no idea if there are cases that need to be handled that aren't in the test suite.
|
2009-01-13 02:51:13 +00:00 |
|
Scott González
|
99840f323e
|
Draggable: Removed unnecessary setting of this.positionAbs in _trigger.
|
2009-01-13 02:13:58 +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 |
|
Klaus Hartl
|
ea98580094
|
UI Tabs: fixed incorrectly named argument in try/catch block
|
2009-01-10 12:42:30 +00:00 |
|
Klaus Hartl
|
db738053ca
|
UI Tabs: allow initializing an empty list, fixes #3683
|
2009-01-10 12:35:01 +00:00 |
|
Klaus Hartl
|
c31ae93dc5
|
UI Tabs: fixed a bunch of problems that were introduced with the new markup, fixes #3734, #3795
|
2009-01-10 11:53:07 +00:00 |
|
Klaus Hartl
|
422e0666e9
|
UI Tabs: reviewed code to handle hover/focus states: needs to take disabling into account, namespaced events, to be destroyed
|
2009-01-10 10:47:28 +00:00 |
|
Paul Bakaus
|
842753690a
|
core: fixed _trigger not modifing the original event with event.result
sortable: use event.result to listen for a return false
|
2009-01-09 16:52:27 +00:00 |
|
Paul Bakaus
|
de1d540d94
|
sortable: don't copy content from the original item into the placeholder anymore by default (fixes #3595), check if event still exists in _trigger, fixes issue when you call $(this).sortable('cancel') from within a callback
|
2009-01-09 15:16:41 +00:00 |
|
Scott González
|
142fddbf85
|
Widget factory: _trigger will now set event.result if the callback returns a value. The created event is now always run through $.Event to reset isDefaultPrevent(), isPropagationStopped(), isImmediatePropagationStopped().
|
2009-01-09 14:28:39 +00:00 |
|
Paul Bakaus
|
a6471b1705
|
draggable: removed unneeded comment block
sortable: fixed sort callback, merged position fixes from draggables
|
2009-01-09 14:08:32 +00:00 |
|
Richard Worth
|
3bec130f7b
|
set eol-style to native
|
2009-01-09 11:47:42 +00:00 |
|
Ca-Phun Ung
|
ebda5578fb
|
datepicker: fixes #3779: added code to detect browser width/height in quirksmode.
|
2009-01-08 16:03:34 +00:00 |
|
Paul Bakaus
|
c8305ae076
|
sortable,draggable: fixed order and propagation of events (fixes #3658, #3730 and #3726)
|
2009-01-08 15:49:20 +00:00 |
|
Paul Bakaus
|
3835247155
|
draggable: revert 'invalid/valid' now works with dropping on sortables (fixes #3556), beautified demo of connectToSortable demonstrating the reverts on both draggable and sortable
|
2009-01-08 14:03:34 +00:00 |
|
Paul Bakaus
|
89338159e4
|
draggable: if cursorAt was used, revert was reverting to the wrong position (fixes #3699)
|
2009-01-08 13:39:58 +00:00 |
|
Paul Bakaus
|
779523c7b5
|
draggable: fixed convertPositionTo (fixes #3710)
|
2009-01-08 13:31:16 +00:00 |
|
Paul Bakaus
|
38a5b20fe7
|
draggable: re-implemented containment and grid support (fixes #3607)
|
2009-01-08 12:37:15 +00:00 |
|
Paul Bakaus
|
122786c4b2
|
draggable: second partial fix for remaining scroll issues (for the special case, subtract scrollLeft/scrollTop already in getParentOffset, so calculations become easier in _generatePosition)
|
2009-01-08 11:19:48 +00:00 |
|
Keith Wood
|
a1b324cde6
|
Fixed 3764. Malaysian localisation
|
2009-01-08 10:20:01 +00:00 |
|
Paul Bakaus
|
51ee179f3d
|
draggable: partial fix for remaining scroll issues (containment, grid broken atm, comes with next commit)
|
2009-01-08 07:54:40 +00:00 |
|
Paul Bakaus
|
ba75714621
|
draggable,droppable,sortable: properly implemented cssNamespace option across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707)
|
2009-01-07 17:43:15 +00:00 |
|
Paul Bakaus
|
5eca84265f
|
datepicker: prev/next buttons were bumping in disabled state due to :hover rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774
|
2009-01-07 16:55:50 +00:00 |
|
Paul Bakaus
|
f48f615ec0
|
accordion: all classes added should have a 'ui-' prefix (fixes #3705)
|
2009-01-07 16:17:12 +00:00 |
|
Paul Bakaus
|
1bdd309013
|
effects: improved syntax, arguments, fixes #3674
|
2009-01-07 16:07:23 +00:00 |
|
Paul Bakaus
|
55b09c1a95
|
explode: classed added to later remove temp elements without creating a scope should have a ui- prefix anyway (fixes #3704)
|
2009-01-07 15:40:20 +00:00 |
|
Paul Bakaus
|
e62531a627
|
cancel option should take in account <option> (fixes #3786)
|
2009-01-07 15:37:02 +00:00 |
|
Jörn Zaefferer
|
3036de5ad6
|
Fix for #3767
|
2009-01-06 09:07:15 +00:00 |
|
Scott González
|
7fcf3b9bd8
|
Datepicker i18n: Fixed #3761: Removed the following values:
closeStatus
prevStatus
prevBigText
prevBigStatus
nextStatus
nextBigText
nextBigStatus
currentStatus
monthStatus
yearStatus
weekHeader
weekStatus
dayStatus
dateStatus
initStatus
|
2009-01-04 18:11:41 +00:00 |
|
Ca-Phun Ung
|
acbe714b53
|
datepicker: Fixes regression in #3232 [datepicker position problem in IE 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this.
|
2009-01-04 15:13:01 +00:00 |
|
Ca-Phun Ung
|
6575244c84
|
datepicker: fixes #3755 [clearText option exists but not used.]: removed clearText and clearStatus from ui.datepicker.js and related i18n files.
|
2009-01-04 11:07:42 +00:00 |
|
Ca-Phun Ung
|
6fddf7ecf3
|
datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7.
|
2009-01-04 09:30:39 +00:00 |
|
Richard Worth
|
27ea38395e
|
ui.core.js: corrected invalid (x)html
|
2009-01-03 22:46:47 +00:00 |
|
Richard Worth
|
a11c201008
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
|
Scott González
|
695b3e2c1b
|
Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks.
|
2009-01-03 15:37:51 +00:00 |
|
Scott González
|
7467ce3ef1
|
Droppable: Fixed #3727: Use this._trigger for all callbacks/events.
|
2009-01-03 15:30:23 +00:00 |
|
Scott González
|
81f9d28d60
|
Draggable: Proper event prefix.
|
2009-01-03 15:15:22 +00:00 |
|
Scott González
|
311c026798
|
Dialog: Fixed #3756: Wrong height on every other open.
|
2009-01-03 14:43:50 +00:00 |
|
Scott González
|
913d6fd35a
|
Dialog: Fixed #3753: Cleaned ui hash in callbacks.
|
2009-01-03 05:55:13 +00:00 |
|
Scott González
|
bb3328dafd
|
Selectable: Fixed #3752: Cleaned up ui hash in callbacks.
|
2009-01-03 05:52:26 +00:00 |
|
Scott González
|
7fa669beb0
|
Selectable: Fixed #3729: Use this._trigger for all callbacks.
|
2009-01-03 05:48:46 +00:00 |
|
Scott González
|
f65478c620
|
Draggable: Partial fix for #3726: Using this._trigger() instead of this.element.triggerHandler().
|
2009-01-03 05:42:21 +00:00 |
|
Scott González
|
8b9312a064
|
Dialog: Fixed #3731: Contain dialogs within the document when dragging.
|
2009-01-03 05:25:48 +00:00 |
|
Scott González
|
b1e7e786ff
|
Core: Cleaned up warnings.
|
2009-01-03 04:45:12 +00:00 |
|
Scott González
|
ab5bc79168
|
Core: Changed $.ui.contains to use the same logic as jQuery's internal contains function.
|
2009-01-03 04:42:23 +00:00 |
|
Scott González
|
ed1b6ded97
|
Widget factory: Updated ._trigger to use new event system in jQuery 1.3.
|
2009-01-03 04:38:20 +00:00 |
|
Ca-Phun Ung
|
a166e9b977
|
datepicker: added a span wrapper to disabled dates for better styling of unselectable days when setting min/max values.
|
2009-01-02 16:45:35 +00:00 |
|
Richard Worth
|
ee76058e01
|
Reverted r1461
|
2009-01-02 13:06:30 +00:00 |
|
Scott González
|
d76df156ce
|
Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger.
|
2009-01-01 16:12:18 +00:00 |
|