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 |
|
Felix Nagel
|
d97b6db2cd
|
Selectmenu: added basic method unit tests
|
2011-11-22 00:35:27 +01:00 |
|
Felix Nagel
|
e79700eb28
|
Selectmenu: fixed aria-hidden attribute
|
2011-11-22 00:11:23 +01: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 |
|
Felix Nagel
|
74b8a504bc
|
Selectmenu: added state synchronization unit test
|
2011-11-21 21:54:04 +01:00 |
|
Felix Nagel
|
0d064bba4e
|
Selectmenu: fixed jQuery version
|
2011-11-21 21:43:52 +01:00 |
|
Felix Nagel
|
80ba251a9b
|
Selectmenu: remove markup unit test
|
2011-11-21 21:06:20 +01: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
|
95ea303418
|
Remove method argument from _super and _superApply.
|
2011-11-18 17:15:01 +01:00 |
|
Jörn Zaefferer
|
dbb274702a
|
Whitespace cleanup
|
2011-11-18 17:14:38 +01:00 |
|
Jörn Zaefferer
|
d6e4d4705d
|
Merge branch 'master' into selectmenu
|
2011-11-18 17:13:28 +01: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 |
|
Richard D. Worth
|
f0f54e38d8
|
Demos accordion hoverintent: moved event.type setter to not clobber event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0
|
2011-11-11 09:24:55 -05:00 |
|
Scott González
|
1b165148a6
|
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target changes under jQuery 1.7.
|
2011-11-10 07:58:58 -05:00 |
|
Richard D. Worth
|
c21a5b4451
|
Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor
|
2011-11-09 12:57:52 -05:00 |
|
Scott González
|
31b176106f
|
Effects tests: Proper detection of fixed position support in jQuery 1.7.
|
2011-11-09 11:38:16 -05:00 |
|
Scott González
|
50dab05784
|
Upgrade jQuery to 1.7.
|
2011-11-09 10:18:33 -05:00 |
|
Richard D. Worth
|
1856a84d59
|
Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough
|
2011-11-09 08:45:10 -05:00 |
|
Richard D. Worth
|
b90d83c6c4
|
Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari: jQuery.simulate() doesn't set "which" field for key events
|
2011-11-07 15:49:20 -05:00 |
|
Scott González
|
8fd6101c3c
|
Widget: Define this.document properly when instantiating a widget on a document or window. Fixes #7835 - Undefined property when creating widgets.
|
2011-11-07 08:39:22 -05:00 |
|
Scott González
|
900514ad0f
|
Merge pull request #517 from MGaetan89/bug_7238
Accordion: Fixed #7238 - Problem with accordion slide animation fixed wid
|
2011-11-07 04:11:32 -08:00 |
|
Gaëtan Muller
|
124cf3cc6c
|
Accordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation
|
2011-11-06 15:21:22 +01:00 |
|
Scott González
|
416101b464
|
Tests: Removed unnecessary visual tests for button.
|
2011-11-03 09:01:15 -04:00 |
|
Scott González
|
95d7314bd9
|
Tests: Removed visual tests for plugins that are being rewritten.
|
2011-11-03 08:45:23 -04:00 |
|
Felix Nagel
|
26603de5ba
|
Selectmenu: added basic markup and a11y unit tests
|
2011-11-02 21:56:37 +01:00 |
|
Felix Nagel
|
ce3e7c0110
|
Selectmenu: fixed initial unit test by adding create callback to selectmenu_defaults.js
|
2011-11-02 20:14:19 +01:00 |
|
Felix Nagel
|
eedf7e95f2
|
Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu
|
2011-11-02 20:04:51 +01:00 |
|
Felix Nagel
|
5cbd109792
|
Selectmenu: added visual tests for testing compatibility with other widgets
|
2011-11-02 19:46:51 +01:00 |
|
Felix Nagel
|
6edc790e8c
|
Selectmenu: renaming of internal variable opened to isOpen
|
2011-11-02 19:44:45 +01:00 |
|
kborchers
|
4f9209feb0
|
Tests: Change the input in the effects test to a text input. This fixes failing tests in IE8 that could not focus the input.
|
2011-11-02 12:22:58 -05:00 |
|
Scott González
|
3de7d8b68c
|
Position: Check for fraction support.
|
2011-11-02 11:09:00 -04:00 |
|
Scott González
|
f76873c2d2
|
Tabs test: Increase delay in load test.
|
2011-11-02 09:35:20 -04:00 |
|