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 |
|
Richard Worth
|
bd58675f47
|
Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor
This time it works in IE
|
2009-01-01 12:42:10 +00:00 |
|
Richard Worth
|
1443bea8b9
|
reverted r1414 as it doesn't work in IE
|
2009-01-01 12:38:08 +00:00 |
|
Scott González
|
fe7f1af38c
|
Core: Cleaned up whitespace.
|
2009-01-01 03:10:43 +00:00 |
|
Scott González
|
d9a5b09b00
|
Core: Changed parameter names for selectors.
|
2009-01-01 03:07:52 +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 |
|
Richard Worth
|
0b9227475c
|
Fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor
|
2008-12-31 17:23:10 +00:00 |
|
Richard Worth
|
043fe4f79d
|
Fixed #3712 - Month and year dropdown mis-alignment in datepicker
|
2008-12-31 17:15:47 +00:00 |
|
Scott González
|
ffbf789d2f
|
Core: Whitespace only.
|
2008-12-31 16:10:38 +00:00 |
|
Scott González
|
30e4470a2c
|
Widget Factory: Check the target in getData and setData events (jQuery 1.3 supports bubbling for custom events).
|
2008-12-31 14:28:56 +00:00 |
|
Eduardo Lundgren
|
dbcf65fce9
|
Remove trailing spaces
|
2008-12-31 08:22:11 +00:00 |
|
Scott González
|
fff23b36bf
|
Tabs: Added missing semicolon.
|
2008-12-31 04:58:44 +00:00 |
|
Richard Worth
|
1907c374cf
|
slider: added ui.values in the slide callback for a range
|
2008-12-31 04:48:12 +00:00 |
|
Scott González
|
19fd2705f9
|
Core: Fixed data selector so it returns true/false (makes it work with Sizzle).
|
2008-12-31 04:08:49 +00:00 |
|
Scott González
|
2789fca8af
|
Dialog: Fixed #3713: Set default height to auto and default minHeight to 150. Now applying minHeight to the content div instead of only using it for resizing.
|
2008-12-31 01:12:43 +00:00 |
|
Eduardo Lundgren
|
5a375537c4
|
Resizable containment acurrate - Fixed #3714
|
2008-12-31 00:11:03 +00:00 |
|
Paul Bakaus
|
3b09c17bc7
|
draggable: made connectToSortable work fine with helper: 'original' (by removing top/left properties at sort end)
|
2008-12-30 16:34:23 +00:00 |
|
Paul Bakaus
|
76cea24b76
|
sortable: merged draggable fixes into sortables (r1325,1313)
|
2008-12-30 15:05:09 +00:00 |
|
Paul Bakaus
|
8bd784a6f3
|
draggable: containment doesn't respect margins anymore (logical, and fixes 3538)
|
2008-12-30 15:01:19 +00:00 |
|
Paul Bakaus
|
ee26c404d1
|
draggable: changed default for scroll option to true
|
2008-12-30 14:50:53 +00:00 |
|
Paul Bakaus
|
1acc62f942
|
droppable: missing default for option 'accept' (set to "*" = everything)
|
2008-12-30 13:14:29 +00:00 |
|
Ca-Phun Ung
|
cd20e99fc8
|
datepicker: IE6 css fixes for default theme.
|
2008-12-30 12:14:15 +00:00 |
|
Paul Bakaus
|
c4b7f1f9f0
|
demos: added opacity, revert and scroll demos
draggable: fixed positioning issue with relative positioned elements relative to the body during scroll
|
2008-12-30 10:05:51 +00:00 |
|
Richard Worth
|
cc237b31cd
|
Fixed #3708 - Resizable: all classes added should have 'ui-' prefix, 'proxy' should be 'ui-resizable-helper'
|
2008-12-30 05:38:56 +00:00 |
|
Scott González
|
7596969687
|
Resizable: Fixed order of default values.
|
2008-12-29 02:56:18 +00:00 |
|
Jörn Zaefferer
|
7a58030579
|
accordion: Fixed #3682, setting overflow:auto for fillSpace:true accordions; added demo
|
2008-12-26 10:18:38 +00:00 |
|
Ca-Phun Ung
|
d1620877db
|
Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a better fix - needs refactoring.
|
2008-12-24 10:06:00 +00:00 |
|
Ca-Phun Ung
|
56e8aad838
|
Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix).
|
2008-12-23 19:39:28 +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 |
|
Scott González
|
22ca3849f7
|
Resizable: Partial fix for supporting jQuery objects in alsoResize.
Dialog: Fixed bug with content resizing.
|
2008-12-23 14:55:41 +00:00 |
|
Paul Bakaus
|
3283a205c1
|
fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )
|
2008-12-23 14:28:47 +00:00 |
|
Paul Bakaus
|
8b956e5389
|
fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )
|
2008-12-23 14:24:34 +00:00 |
|
Richard Worth
|
2b21245cd0
|
progressbar: changed value to have 'ui-widget-header' instead of 'ui-state-default'
|
2008-12-23 13:27:57 +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
|
723782d80c
|
Tabs: Added tab hover and focus support. For #3651 Update markup to new UI CSS Framework specs
|
2008-12-23 08:00:59 +00:00 |
|
Scott González
|
ba704e3b71
|
Dialog: Removed unnecessary call to moveToTop in drag start.
|
2008-12-23 04:40:06 +00:00 |
|
Scott González
|
9dc9f22201
|
Dialog: Move to top on mousedown instead of mouseup.
|
2008-12-23 04:38:50 +00:00 |
|
Scott González
|
5e936731bd
|
Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to avoid resizable bug.
|
2008-12-23 04:32:44 +00:00 |
|
Scott González
|
62bf1dd3bd
|
Dialog: Setting the correct element for alsoResize.
|
2008-12-23 04:23:19 +00:00 |
|
Ca-Phun Ung
|
0339770320
|
Datepicker #3647: Added RTL support to the datepicker theme and reverted markup changes for RTL in r1196 for better semantics.
|
2008-12-22 20:24:27 +00:00 |
|
Ca-Phun Ung
|
80feca9864
|
Datepicker #3647: fixed disabled state for inline datepicker so it looks disabled visually and removed the erroneous cover div.
|
2008-12-22 19:18:15 +00:00 |
|
Ca-Phun Ung
|
3522a23b50
|
Datepicker #3647: added enable, disable, destroy buttons to visual test. Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation.
|
2008-12-22 15:47:35 +00:00 |
|
Jörn Zaefferer
|
bc5df7412c
|
accordion: update content div classes to move theme classes to wrapper with seperate content-wrap and content classes
|
2008-12-22 15:35:03 +00:00 |
|
Jörn Zaefferer
|
02e8e4d298
|
accordion: fix for #3626, refactoring resize code into its own public method
|
2008-12-22 14:50:59 +00:00 |
|
Jörn Zaefferer
|
47938b305e
|
accordion: updated to icons: { header, headerSelected }
|
2008-12-22 14:34:32 +00:00 |
|
Klaus Hartl
|
0fd2e8c91d
|
adopted proposed markup for 1.6, fixes #3651
|
2008-12-22 11:44:30 +00:00 |
|
Scott González
|
c688dab963
|
Dialog: Added hover and focus states to all buttons.
|
2008-12-21 18:00:42 +00:00 |
|
Ca-Phun Ung
|
77d17fc769
|
Datepicker #3647: Removed date range features, removed related tests, and fixed disabled states for prev, next and day.
|
2008-12-21 17:20:54 +00:00 |
|
Scott González
|
8fc17c78f7
|
Dialog: Fixed #3145: Added support for height: 'auto'.
|
2008-12-21 16:54:27 +00:00 |
|
Ca-Phun Ung
|
0a716a008e
|
Datepicker #3647: fixed RTL support for new UI markup.
|
2008-12-20 20:20:33 +00:00 |
|
Ca-Phun Ung
|
dcead10e80
|
Datepicker #3647: removed clickable weekdays.
|
2008-12-20 17:34:31 +00:00 |
|
Ca-Phun Ung
|
831dcf6f36
|
Datepicker #3647: Slimed down datepicker by removing all code related to prompt, status and week highlighting.
|
2008-12-20 17:14:43 +00:00 |
|
Ca-Phun Ung
|
7b1183d307
|
Datepicker: Fixes #3647: added correct class name to highlight selected day
|
2008-12-20 16:09:04 +00:00 |
|
Ca-Phun Ung
|
5459f6a5d9
|
Datepicker: Fixed #3647: Update markup to new UI CSS framework specs
|
2008-12-19 22:41:31 +00:00 |
|
Scott González
|
5a302934af
|
Dialog: Fixed #3221: User outerWidth/Height for positioning.
|
2008-12-19 20:34:54 +00:00 |
|
Scott González
|
d83bb9028c
|
Dialog: Fixed #3564: Proper positioning in Opera.
|
2008-12-19 20:23:57 +00:00 |
|
Scott González
|
03f07556bd
|
Dialog: Fixed #3648: Use new CSS framework.
- Removed .ui-dialog-container div.
- Removed autoResize option.
|
2008-12-19 03:05:01 +00:00 |
|
Scott González
|
3af7184f03
|
Dialog: Partial fix for #3648: Added resizable grip.
|
2008-12-19 02:12:10 +00:00 |
|
Scott González
|
cc22cc0de3
|
Dialog: Partial fix for #3648: Setting proper class on hover of close button.
|
2008-12-18 21:59:20 +00:00 |
|
Paul Bakaus
|
b81c873338
|
sortable: removed default tolerance "guess" for the simplier (and better working) default mode, and the plain "pointer" intersection
|
2008-12-17 19:35:13 +00:00 |
|
Eduardo Lundgren
|
6b2b98cb3d
|
Sortable accurateIntersection using outerWidth/outerHeight
|
2008-12-17 19:24:06 +00:00 |
|
Jörn Zaefferer
|
187268ef79
|
accordion: #3646 update - expose icons as headerIcon and headerIconSelected options
|
2008-12-14 11:45:24 +00:00 |
|
Richard Worth
|
ff64790b18
|
Fixed #3655 - $.keyCode should be $.ui.keyCode
|
2008-12-14 06:11:37 +00:00 |
|