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
Jörn Zaefferer
8a71d0f129
Autocomplete: Fix assertion message in appendTo option test
2014-02-21 13:35:04 +01:00
Jörn Zaefferer
122b913743
Dialog: Work around subpixel issues in dialog resizable test
...
Switching to checking the size of the content element. We should be
checking the dimensions of the .ui-dialog element, but that currently
fails in Chromium-based browsers. Once we start using box-sizing:
border-box, we should try to revert this change.
Ref #9845
2014-02-20 17:54:48 +01:00
Jörn Zaefferer
e7c932ee2b
Tests: Update to latest QUnit
2014-02-20 17:05:02 +01:00
Jörn Zaefferer
822f3cd9d0
Tests: Update to sane QUnit markup
2014-02-20 17:05:02 +01:00
TJ VanToll
d380e07b8f
Build: Base manifest dependencies off of Bower configuration
2014-02-20 09:17:54 -05:00
TJ VanToll
e837d11d6b
All: Add Bower support
...
Fixes #9465
Closes gh-1189
2014-02-20 09:17:38 -05:00
Scott González
162056b2aa
Tabs: Removed tabs at bottom demo
...
Places tabs at the bottom is bad for accessibility. Dynamic content should not
precede the control for the content.
2014-02-19 16:58:01 -05:00
Jörn Zaefferer
7c3b05cfeb
Build: Switch to renamed TestSwarm browserSet
2014-02-19 19:31:36 +01:00
Rafael Xavier de Souza
347c7c4db1
I18n: Avoid indenting an entire file
...
Make code identation consistent with every other source.
2014-02-19 12:14:08 -03:00
Rafael Xavier de Souza
086dad66c4
I18n: Rename all files, removing the "jquery.ui." prefix
...
Amend fix for 21154cfa2e02ef1814a6aff68b14553bdad165cb;
Ref #9464
Ref gh-1029
2014-02-19 12:11:46 -03:00
Mike Sherov
dc1e63b432
Draggable Tests: fix IE scroll tests affected by focus issues.
...
Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must calculate scrollTop on the drag event, before .focus is called.
2014-02-18 12:48:06 -05:00
Mike Sherov
f1025298cc
Draggable Tests: fix IE offset tests affected by focus issues.
...
Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must rely on the actual calculated offset instead of the helper offset to ensure
cross browser test consistency.
2014-02-18 12:48:06 -05:00
Mike Sherov
7017805745
Draggable: fix current JSCS violations.
2014-02-18 12:48:06 -05:00
Jörn Zaefferer
39ef4afb3c
Demos: Fix custom style tooltip demo
...
Fixes typo in 'transform' property, also removes unnecessary prefixes (based
on our browser support and caniuse.com data).
Fixes jquery/jqueryui.com#68
2014-02-12 20:34:21 +01:00
Jörn Zaefferer
898455e60b
Authors: Update
2014-02-11 20:57:43 +01:00
Scott González
cf85f6726b
Tests: Use .bind() instead of .on()
2014-02-11 11:54:55 -08:00
Brian J. Dowling
9660b43c01
Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable
...
Some unit tests were disabled in phantomjs. Dialog and draggable
depended on a larger viewPort. Tooltip just worked, that was reenabled
as well.
Closes gh-1173
2014-02-11 19:47:29 +01:00
Jörn Zaefferer
4c6fce77a7
Build: Sort dependencies and update grunt-compare-size to latest
2014-02-11 19:06:17 +01:00
Jörn Zaefferer
08c7328337
Build: Add commitplease as devDependency, to check commit messages
2014-02-11 19:01:23 +01:00