SpoonNZ
ba6916f22a
Sortable: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().
2012-01-20 11:01:32 -05:00
Scott González
956c2cd2a5
Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
2012-01-19 21:37:39 -05:00
Felix Nagel
04d9900c5e
Selectmenu: minor improvements and cleanup
2012-01-20 01:30:16 +01:00
Felix Nagel
08de75cbec
Selectmenu: add refresh method to visual test
2012-01-20 00:49:10 +01:00
Felix Nagel
27049fc5dc
Selectmenu: improve initial refresh method call
2012-01-20 00:48:42 +01:00
Scott González
15e73e38b2
Merge pull request #564 from arhea/master
...
Tabs isLocal function was not compatible with HTML5 push state
2012-01-19 14:05:00 -08:00
Rick Waldron
07ec849f62
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
2012-01-19 08:21:54 -05:00
Scott González
13eca299a9
Menu tests: Removed trigger option.
2012-01-18 16:51:43 -05:00
Scott González
3a1031e58b
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.
2012-01-18 16:37:04 -05:00
Felix Nagel
ba73886d3f
Selectmenu: improved dropdown CSS style unit test
2012-01-13 20:46:47 +01:00
Felix Nagel
33bd0cd9fb
Selectmenu: change dropdown style on the fly
2012-01-13 20:13:58 +01:00
Felix Nagel
5766261af2
Selectmenu: fix unit tests (with clean-up)
2012-01-13 19:49:42 +01:00
Scott González
eee63a2e24
Datepicker i18n (nl-BE): Removed BOM.
2012-01-12 16:49:50 -05:00
Felix Nagel
6c049f2f9a
Selectmenu: added mass (performance) unit test
2012-01-12 22:06:03 +01:00
Felix Nagel
70ba3b991e
Selectmenu: fixed unit tests, needs additional check and cleanup
2012-01-12 22:04:43 +01:00
Felix Nagel
3369ec340d
Selectmenu: removed option value
2012-01-12 22:01:49 +01:00
clear00
c0dfa1173c
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation
2012-01-13 05:01:01 +09:00
Felix Nagel
38eaad39cf
Selectmenu: removed forgotten console statement
2012-01-12 19:32:10 +01:00
ryanolton
82cf9e297f
Datepicker: added check to account for multiple pickers on one page. Fixed #5818 – multiple DatePickers won't trigger close event
2012-01-12 11:22:48 -05:00
Scott González
e2d9b02c56
Simulate: Define getters for pageX and pageY in mouse events if they come through as 0. Fixes #7324 - simulate mouse events broken for IE 9.
2012-01-12 08:59:53 -05:00
Felix Nagel
d753f41a1f
Selectmenu: fixed keyboard control (follow-up)
2012-01-12 01:05:08 +01:00
Felix Nagel
762131396e
Selectmenu: improved disabled state handling
2012-01-11 21:20:24 +01:00
Felix Nagel
8c17f74a1e
Selectmenu: create menu items with first opening to increase performance
2012-01-11 20:53:02 +01:00
Felix Nagel
db4acf61d1
Merge pull request #536 from danwellman/selectmenu
...
Selectmenu: additional unit tests
2012-01-11 11:24:13 -08:00
Jörn Zaefferer
021243bc9b
Merge branch 'master' into selectmenu
2012-01-11 20:00:04 +01:00
Jörn Zaefferer
370bc00150
Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that before
2012-01-11 19:58:46 +01:00
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
Alex Rhea
3c4e40d8d7
Removed regex from function and split return into two lines.
2012-01-03 13:18:13 -05:00
Alex Rhea
eef633e32a
Bug fix for isLocal function in jQuery Tabs.
...
isLocal function was not compatible with HTML5 push state as the url
could have changed since the page was loaded as in cases with
Backbone.js
2012-01-03 13:00:02 -05:00
kborchers
bd7bd936d1
Merge branch 'master' into selectmenu
2011-12-23 09:53:05 -06:00
kborchers
f0007ec745
Menu: Change first() and last() to isFirstItem() and isLastItem()
2011-12-23 09:48:14 -06:00
Felix Nagel
3025c51821
Selectmenu: fixed button keyboard event handling (follow-up)
2011-12-23 01:34:12 +01:00
Felix Nagel
8e27345e5a
Selectmenu: improved a11y unit test
2011-12-22 03:07:18 +01:00
Felix Nagel
6d0c7d8e88
Selectmenu: improved ARIA handling (follow-up)
2011-12-22 03:05:49 +01:00
Felix Nagel
1538f6337b
Selectmenu: removed unneeded position workaround
2011-12-22 02:23:30 +01:00
Felix Nagel
0f15f8f5cb
Selectmenu: removed unneeded IE7 CSS fix
2011-12-22 02:22:34 +01:00
Felix Nagel
8e4dc4017b
Selectmenu: improved handing of (ARIA) attributes
2011-12-22 02:22:10 +01:00
Felix Nagel
a5560f3037
Selectmenu: improved button event handling, Home/End and Page Up/Page Down keys work now, THX to John
2011-12-22 01:54:05 +01: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
672218bfec
Merge branch 'master' into selectmenu
2011-12-15 13:32:02 -06:00
kborchers
cf1470dcef
Menu: Replace accidentally removed scroll-handling code in focus
2011-12-15 13:28:33 -06:00
kborchers
a53916b454
Merge branch 'master' into selectmenu
2011-12-15 12:57:11 -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
Dan Wellman
d02f6063e2
Selectmenu: updated options and events unit tests
2011-12-13 22:24:12 +00:00