Scott González
3cf98e5ca1
Widget: Set guid on event handler proxies so direct unbinding works.
2012-01-07 20:48:42 -05:00
Scott González
31ebe7e7da
Spinner: Allow strings for min, max, and step options, converting immediately to numbers based on numberFormat and culture.
2012-01-07 09:12:27 -05:00
Corey Frang
f63820769d
Effects: Whitespace fixes & using parseFloat instead of parseInt
2012-01-05 11:46:50 -06:00
rozwell
48659c643f
Effects: Blind effect bugfix - Pull Request #563 - No Ticket
2012-01-05 11:43:51 -06:00
Jörn Zaefferer
85348eeebe
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.
2012-01-04 16:42:16 +01:00
kborchers
f0007ec745
Menu: Change first() and last() to isFirstItem() and isLastItem()
2011-12-23 09:48:14 -06:00
kborchers
c88add2269
Menu: Fix close delay and increase the default delay
2011-12-20 11:49:48 -06:00
Scott González
76c7bf6c3f
Merge pull request #553 from AlbertoMonteiro/master
...
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
2011-12-15 12:59:39 -08:00
Alberto Monteiro
a4b7feabd3
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
2011-12-15 17:52:49 -03:00
kborchers
cf1470dcef
Menu: Replace accidentally removed scroll-handling code in focus
2011-12-15 13:28:33 -06:00
kborchers
a8d0e4c804
Menu: Fix focus handling to keep focus on the menu and prevent jumping around within the menu on mousedown
2011-12-15 12:43:28 -06:00
kborchers
aa8c4770a9
Menu: Update the default visual test to use the new menus option that replaced the items option
2011-12-07 14:51:46 -06:00
Kris Borchers
1748b5f404
Merge pull request #541 from kborchers/menubar_otherStructures
...
Menubar: Allow structures other than just UL/LI and combine the _next, _prev, _right and _left into _move
2011-12-07 10:19:55 -08:00
kborchers
aa267fb606
Menubar: Fix font-weight and spacing of disabled menu items
2011-12-01 14:51:23 -06:00
kborchers
65f5d9073d
Menubar: Update the items option in Menu to the renamed menus option
2011-12-01 12:57:31 -06:00
kborchers
490dc4d36b
Merge branch 'master' into menubar_otherStructures
2011-12-01 12:53:35 -06:00
kborchers
ce7918fc73
Menu: Change items option to menus
2011-12-01 12:39:16 -06:00
Jörn Zaefferer
8b9ec2b861
Build: Also minify i18n files.
2011-12-01 17:05:58 +01:00
kborchers
afdc577e9c
Menu: Remove the isScrolling check which nolonger seems necessary.
2011-11-30 08:39:10 -06:00
Scott González
a3a5c65d4d
Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera.
2011-11-29 15:01:04 -05:00
Scott González
fea9caac15
Merge pull request #537 from RobLoach/master
...
Remove whitespace at the end of Dialog title CSS definition.
2011-11-29 05:08:35 -08:00
Rob Loach
439f877516
Remove whitespace at the end of the Dialog title CSS definition.
2011-11-28 18:57:57 -05:00
James Khoury
ce0afde900
Dialog: Modified the dialog._size() to use outerHeight in calculating the nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set.
2011-11-28 16:52:10 -05:00
meh-cfl
06f6fa8524
Autocomplete: Don't invoke a search from arrow keys when the element can have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
2011-11-28 16:33:23 -05:00
kborchers
74a3f2ce08
Menu: Move mousedown handler into _bind and fix focusing of the Menu after click. Fixes focus issues with Selectmenu and Autocomplete.
2011-11-23 22:37:55 -06:00
Scott González
2b9b2f28ec
Autocomplete: Removed commented out test.
2011-11-23 14:26:52 -05:00
Shannon
2445e20a85
Autocomplete: Making sure we do not show search menu after a blur. Fixed #7423 - Tab out of autocomplete with remote source can leave menu showing.
2011-11-23 13:39:45 -05:00
Scott González
54fb1441fe
Upgrade jQuery to 1.7.1.
2011-11-22 08:43:09 -05:00
Scott González
35dd0417bd
Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working.
2011-11-22 08:31:11 -05:00
Scott González
24fc8d6827
Merge pull request #463 from jason-oster/master
...
Merge #463 .
2011-11-21 13:32:30 -08:00
Michael P. Jung
fdc332ed5f
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable.
2011-11-21 16:16:32 -05:00
Scott González
5fb9629766
Widget: Simplify data normalization in _trigger().
2011-11-21 11:31:51 -05:00
Scott González
91ef69d750
Widget: Don't use $.event.props when creating events.
2011-11-21 11:14:19 -05:00
Scott González
93214d6ddc
Widget tests: Fixed _super() call in redefine test.
2011-11-21 08:43:08 -05:00
Jörn Zaefferer
66f9e12797
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
2011-11-18 17:08:40 +01:00
Kris Borchers
e6f55967ab
Merge pull request #493 from solarprominence/patch-1
...
Datepicker: Corrected translation of the weekHeader in Ukrainian localization. Fixes #7896 Datepicker: Fix Ukrainian localization's week header
2011-11-17 14:38:28 -08:00
Kris Borchers
09b51fb733
Merge pull request #527 from kborchers/localization
...
Datepicker: Added and updated a number of localizations based on pull requests. Fixes #7891 , #7892 , #7893 , #7894 and #7895
2011-11-17 14:17:17 -08:00
Richard D. Worth
d764388a65
Merge pull request #511 from basti1253/master
...
build: removes disturbing error outputs on which call
2011-11-17 12:51:21 -08:00
David De Sloovere
dfbd9be72d
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization
2011-11-17 13:43:02 -06:00
David Soms
9ebbcfe87e
Datepicker: Updated catalan translation using globalize.js as a reference ( https://github.com/jquery/globalize/blob/master/lib/cultures/globalize.culture.ca.js ). Fixes #7894 Datepicker: Update Catalan Localization
2011-11-17 13:30:01 -06:00
stojce
b2d05f8b76
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker: Add Macedonian Localization
2011-11-17 12:45:36 -06:00
William Griffiths
6525365944
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localization
2011-11-17 12:34:33 -06:00
Michel Weimerskirch
326bfec626
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgish Translation
2011-11-17 11:52:32 -06:00
Scott González
69f6f585ae
Merge pull request #501 from maljub01/master
...
Fixed ticket #7800 - Draggable helper="clone" doesn't remove the dragged clone if original element is removed upon drop
2011-11-17 07:31:03 -08:00
Jörn Zaefferer
a8a0b022cd
Merge pull request #469 from polomoshnov/patch-1
...
Resizable: Removed unnecessary code.
2011-11-17 06:56:45 -08:00
Scott González
4f95be1bb4
Merge pull request #429 from ckdake/master
...
Just a small typo fix
2011-11-17 05:52:24 -08:00
Jörn Zaefferer
b81259652b
Tooltip: Add demo with custom tooltip style.
2011-11-16 18:42:38 +01:00
Scott González
924e80e576
Spinner: Handle changes to numberFormat and currency options.
2011-11-16 12:07:46 -05:00
Richard D. Worth
97bc2d9de9
Selectable: add ui-selectee class to elements matching filter on refresh. Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee
2011-11-16 10:52:12 -05:00
Scott González
e5464f8f19
Accordion: Fixed back-compat for icons.headerSelected when icons option is null.
2011-11-16 08:00:03 -05:00