Jörn Zaefferer
a332256753
Tabs demo: Improve manipulation by providing default values for new tab
2014-04-24 13:44:55 +02:00
Jörn Zaefferer
ff253e7372
Spinner demo: Reorder input and select to be consistent with other demos
2014-04-24 13:40:02 +02:00
Jörn Zaefferer
101513d651
Sortable demo: Allow dropping to empty list and improve general styling
2014-04-24 13:31:59 +02:00
Jörn Zaefferer
6fb72fd820
Slider demo: Make read only inputs readonly
2014-04-24 13:23:47 +02:00
Jörn Zaefferer
b6da520097
Resizable demo: Fix description text, replacing the copy-pasta
2014-04-24 12:57:52 +02:00
Jörn Zaefferer
16f421fd50
Position demo: Address todo comment by replacing plugin methods
2014-04-24 12:15:51 +02:00
Jörn Zaefferer
62c9a9c3ec
Effect demo: Change anchor to button element
2014-04-24 10:44:09 +02:00
Jörn Zaefferer
c0d864d797
Button demo: Remove unnecessary anchors from popp menu
2014-04-23 20:22:34 +02:00
Jörn Zaefferer
192f51c9a2
Spinner tests: Remove mousewheel plugin
...
The plugin isn't needed nor used in the unit tests, which just trigger the
appropriate events. This works around the failure in Firefox 27/28 that we'll
try to track down separately.
Ref #9988
2014-04-23 20:02:52 +02:00
Jörn Zaefferer
a09462fd5c
Autocomplete demo: Datasource needs min. 3 characters
2014-04-23 19:56:48 +02:00
Scott González
c879f62f7b
Accordion demo: Refresh accordion after sorting
2014-04-23 13:50:49 -04:00
Scott González
69a3d94a06
Selectmenu: Test cleanup
2014-04-22 18:24:04 -04:00
Scott González
bdb0f7a4cb
Selectmenu: Test cleanup
2014-04-22 12:57:05 -04:00
Scott González
56f6f92314
Selectmenu: Test cleanup
2014-04-22 12:19:12 -04:00
Scott González
d8062dc4cf
Selectmenu: Test cleanup
2014-04-21 20:15:36 -04:00
Scott González
fd7e1e3040
Selectmenu: Default disabled option to null
2014-04-21 10:32:49 -04:00
Scott González
8b2606a650
Selectmenu: Fix reference to jQuery in tests
2014-04-21 10:11:55 -04:00
Scott González
5f11f55f61
Button: Whitespace
2014-04-21 09:15:23 -04:00
Daniel DeGroff
23d7d50f37
Button: Remove ui-state-active
when disabling buttons
...
Fixes #9602
Closes gh-1151
2014-04-21 09:14:54 -04:00
Scott González
712ac17fc7
Selectmenu: Remove unused var
2014-04-18 12:46:41 -04:00
Scott González
62812d9c67
Selectmenu: Simplify selection of focused item via keyboard
...
Don't go through menu to select the currently focused item.
Renamed _selectMenu() to _selectFocusedItem() for clarity.
Closes gh-1224
2014-04-18 12:37:06 -04:00
Scott González
1272fca9ef
Selectmenu: Don't use active items at all
...
Menus only use active items for nested menus which selectmenu doesn't support.
Selectmenu should only be working with focused items.
Ref gh-1224
2014-04-18 12:37:06 -04:00
Scott González
1849655980
Selectmenu: Cleanup
...
Ref gh-1224
2014-04-18 12:36:45 -04:00
Scott González
0f272ee37a
Build: Update version from pre to -pre
...
Ref jquery/jquery-release#61
2014-04-17 15:08:34 -04:00
Jörn Zaefferer
3576ceb360
Resizable: Remove bad workaround for draggable+resizable
...
This adds a compound test page for draggable+resizable, which had no coverage
before. Using that page shows that there is no way to reproduce the behaviour
described in the original ticket that caused this workaround, since its not
possible to resize an element beyond the window boundaries. Therefore removing
the workaround, which is 6+ years old and has no test coverage, seems like the
sanest approach.
Fixes #6939
Closes gh-1210
2014-04-16 18:47:15 +02:00
Jörn Zaefferer
919d9185f2
External: Update mousewheel plugin, copy only main file
2014-04-14 18:08:18 +02:00
TJ VanToll
a69ccd68e4
Build: Include draggable.css and sortable.css in the CSS concat step
2014-04-14 09:45:34 -04:00
Scott González
9d78023e35
Selectemnu: Demo cleanup
2014-04-08 14:57:43 -04:00
Scott González
baf6bc5c27
Position: Don't create $.support.offsetFractions
2014-04-03 10:54:52 -04:00
Scott González
d24cd35f0c
Core: Don't create $.support.selectstart
2014-04-03 10:52:30 -04:00
Scott González
0059722b6b
Button: Properly refresh button sets with new radio buttons
...
Fixes #8975
Ref gh-888
2014-04-01 14:42:38 -04:00
Scott González
f3ffc8c9a9
Datepicker: Fix date format for Ukranian locale
...
Fixes #9939
2014-03-31 15:29:56 -04:00
TJ VanToll
966f80dac5
Spinner: Minor typo in stepUp()'s tests
2014-03-30 11:51:31 -04:00
Jörn Zaefferer
9fad37d3b6
Build: Fix testswarm task, use API correctly
2014-03-12 11:03:51 +01:00
Jörn Zaefferer
4752ee9a6c
Build: Include grunt tasks files in jscs task
2014-03-12 10:35:15 +01:00
Scott González
13be9205e1
Droppable: Fix dependencies in photo manager demo
2014-03-10 08:35:21 -04:00
TJ VanToll
dfc5c34320
Slider: Switch handles from <a href="#"> to <span tabindex="0">
...
Fixes #9890
Closes gh-1207
2014-03-07 09:31:42 -05:00
TJ VanToll
343c265172
Demos: Adding <meta name="viewport"> tag for easier mobile browsing
2014-03-07 09:30:11 -05:00
Jörn Zaefferer
385821e365
Externals: Update jshint to latest
2014-03-05 16:04:45 +01:00
Jörn Zaefferer
d789d7ab19
Build: Use bower to manage client-side dependencies
...
Fixes #9507
Closes gh-1201
2014-03-05 16:04:43 +01:00
Jörn Zaefferer
a40647f0e5
All: Rename jquery.js to exclude version in filename
2014-03-05 10:19:11 +01:00
Jörn Zaefferer
d7860b9c98
Build: Force LF for JS source files
2014-03-05 10:15:37 +01:00
Jörn Zaefferer
3651d44a30
Tests: Expose jQuery version select
...
Makes use of the extended urlConfig in QUnit 1.14
2014-03-04 23:02:37 +01:00
TJ VanToll
fe420c0eac
Selectmenu: Add UMD wrapper
2014-02-21 14:56:13 -05:00
Jörn Zaefferer
df6110c0d4
Core: Deprecate .focus( n ), replace in dialog with explicit timeouts
...
Fixes #9646
2014-02-21 19:57:34 +01:00
Jörn Zaefferer
1c278f97fc
Selectmenu: Fix invalid empty options in visual test
2014-02-21 19:49:54 +01:00
Jörn Zaefferer
60a5f1a499
Selectmenu: Fix whitespace in visual test
2014-02-21 19:49:09 +01:00
Jörn Zaefferer
5f2252c951
Build: Update to latest grunt-html
2014-02-21 19:48:47 +01:00
Jörn Zaefferer
0c754f9d9e
Selectmenu: Refactor appendTo option tests
2014-02-21 13:40:32 +01:00
Jörn Zaefferer
fa99e23d18
Selectmenu: Fall back to .ui-front searching for empty jQuery objects
...
Fixes #9757
2014-02-21 13:35:34 +01:00