]>
source.dussan.org Git - jquery-ui.git/log
Rafael Xavier de Souza [Wed, 25 Jun 2014 04:50:13 +0000 (21:50 -0700)]
Spinner: Update demos FIXME
Rafael Xavier de Souza [Wed, 25 Jun 2014 00:38:43 +0000 (17:38 -0700)]
Spinner: Use Globalize 1.x
Scott González [Thu, 12 Jun 2014 17:37:06 +0000 (13:37 -0400)]
Datepicker: Define en and en-US locales based on defaults
Fixes #6682
Closes gh-1269
Jörn Zaefferer [Tue, 10 Jun 2014 11:51:25 +0000 (13:51 +0200)]
Dialog: Honor preventDefault when managing focus
If event.isDefaultPrevented() is true, the focus management is
completely skipped, assuming the user manages focus manually.
Fixes #10103
Closes gh-1265
Jörn Zaefferer [Tue, 10 Jun 2014 10:38:26 +0000 (12:38 +0200)]
Dialog: Fix shift-tab handling, focus the correct element
Copy-paste error introduced in
df6110c0d424ff3306fdd5576011f2dcf4d242d0
Updates the tabbing test to be more specific about which element should
have focus, instead of only checking if focus is within the dialog.
Ref #9646
Ref #10103
Closes gh-1264
Timo Tijhof [Tue, 27 May 2014 21:17:41 +0000 (23:17 +0200)]
travis: Remove node 0.8, add node 0.10
Travis is failing on two accounts:
* "Error: No compatible version found: minimatch@'^0.3.0'"
(because the version of npm that shipped with 0.8 doesn't
support ^
* npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
Closes gh-1258
Timo Tijhof [Tue, 27 May 2014 18:22:14 +0000 (20:22 +0200)]
Dialog: Fix off() -> unbind() for jQuery 1.6 compat
Follows-up
c9815f13b487d027ef9b .
Fixes #10072
Closes gh-1256
David Petersen [Tue, 20 May 2014 00:29:45 +0000 (19:29 -0500)]
Spinner: Don't change value when changing min/max options
Fixes #9703
Closes gh-1252
David Petersen [Sun, 25 May 2014 21:27:24 +0000 (16:27 -0500)]
Tests: Add widget option
Allows running qunit tests for a single widget
Closes gh-1254
Jörn Zaefferer [Fri, 23 May 2014 10:55:33 +0000 (12:55 +0200)]
Build: Update DB version for release script
Scott González [Tue, 20 May 2014 20:25:26 +0000 (16:25 -0400)]
README: Remove content that exists on the contribute site
David Petersen [Mon, 19 May 2014 02:58:41 +0000 (21:58 -0500)]
Tabs: Move `aria-expanded` from active panel to active tab
Fixes #9622
Closes gh-1251
Jörn Zaefferer [Fri, 16 May 2014 15:40:26 +0000 (17:40 +0200)]
Authors: Update
Scott González [Wed, 14 May 2014 16:39:45 +0000 (12:39 -0400)]
Widget: Remove misleading comment
Trisha Crowley [Fri, 25 Apr 2014 17:35:02 +0000 (13:35 -0400)]
Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8
Fixes #9995
Closes gh-1235
Jörn Zaefferer [Wed, 7 May 2014 20:39:21 +0000 (22:39 +0200)]
Build: Fix manifest dependencies
Clone bower dependencies instead of reusing and modifying the same object
multiple times.
Jörn Zaefferer [Wed, 7 May 2014 06:25:44 +0000 (08:25 +0200)]
Build: Add manifest entry for selectmenu
Closes gh-1240
TJ VanToll [Thu, 1 May 2014 13:57:38 +0000 (09:57 -0400)]
Autocomplete: Search if the user retypes the same value
Fixes #7434
Closes gh-1238
Jörn Zaefferer [Thu, 8 May 2014 18:57:19 +0000 (20:57 +0200)]
Build: Validate number of generated manifests
Closes gh-1241
Jörn Zaefferer [Tue, 6 May 2014 14:23:06 +0000 (16:23 +0200)]
Build: Replace @VERSION in release tags
Fixes #10006
Closes gh-1239
Scott González [Wed, 7 May 2014 17:34:21 +0000 (13:34 -0400)]
CONTRIBUTING: Fix typo
Scott González [Wed, 7 May 2014 16:28:34 +0000 (12:28 -0400)]
All: Fix typos
Closes gh-1237
Scott González [Tue, 6 May 2014 13:52:23 +0000 (09:52 -0400)]
Build: Generate pre-releases the same way as stable releases
Fixes #9998
Jörn Zaefferer [Tue, 6 May 2014 13:06:05 +0000 (15:06 +0200)]
Menu: Use item.outerHeight() in _scrollIntoView
Fixes #9991
Scott González [Tue, 6 May 2014 12:35:00 +0000 (08:35 -0400)]
Tooltip: Don't use `rgba()` for solid colors in video player demo
Fixes a display issue in IE8.
Felix Nagel [Wed, 23 Apr 2014 14:01:00 +0000 (16:01 +0200)]
Selectmenu: Add new production selection demo
Closes gh-1230
TJ VanToll [Thu, 24 Apr 2014 13:23:45 +0000 (09:23 -0400)]
Tooltip demo: Reword dialog description for clarity
Closes gh-1233
Rafael Xavier de Souza [Tue, 30 Apr 2013 18:32:31 +0000 (15:32 -0300)]
Datepicker: Remove unnecessary mouseover trigger
Fixes #5816
Closes gh-974
Jörn Zaefferer [Tue, 11 Feb 2014 19:49:47 +0000 (20:49 +0100)]
Build: Migrate to jquery-release
Fixes #9793
Jörn Zaefferer [Thu, 24 Apr 2014 17:19:50 +0000 (19:19 +0200)]
Dialog demo: Update modal form demo
- Removes an invalid jquery.ui.button.js reference (button.js is loaded)
- Updates the email regex to use the one from the HTML5 spec
- Refactors the code to add the user on both button click and form submit
- Reset the form to its original state on submit
- Initialize the form with values that can be submitted immediately, better
for a demo
- Rename bValid to valid
Jörn Zaefferer [Thu, 24 Apr 2014 17:18:49 +0000 (19:18 +0200)]
Dialog demo: Move animated dialog demo to the end of the index
This demo looks rather silly and has no purpose beyond showing of the
animation options. It doesn't do that very well.
Jörn Zaefferer [Thu, 24 Apr 2014 17:18:20 +0000 (19:18 +0200)]
Dialog demo: Remove regular modal demo, the other modal demos are better
Jörn Zaefferer [Thu, 24 Apr 2014 18:11:05 +0000 (20:11 +0200)]
Demos: Delete useless interactions demos
All three delay-start demos use by examples for distance and delay while
the default works fine.
The connected-through tabs demo is just ridiculous.
Jörn Zaefferer [Thu, 24 Apr 2014 17:52:47 +0000 (19:52 +0200)]
Progressbar demo: Speed up the progress a bit to make them less annoying
Jörn Zaefferer [Thu, 24 Apr 2014 17:39:08 +0000 (19:39 +0200)]
Button demo: Replace anchors with more appropriate buttons
Scott González [Thu, 24 Apr 2014 14:04:15 +0000 (10:04 -0400)]
Build: Add Felix Nagel as a maintainer
TJ VanToll [Thu, 24 Apr 2014 13:23:12 +0000 (09:23 -0400)]
Resizable demo: Trivial grammatical fix
Scott González [Thu, 24 Apr 2014 12:37:38 +0000 (08:37 -0400)]
Selectmenu: Work around test bug in IE
Jörn Zaefferer [Thu, 24 Apr 2014 12:04:03 +0000 (14:04 +0200)]
Widget demo: Replace 'go black' with 'go screen' to keep text readable
Jörn Zaefferer [Thu, 24 Apr 2014 12:02:09 +0000 (14:02 +0200)]
Tooltip demo: Add a menu to the playlist button
Jörn Zaefferer [Thu, 24 Apr 2014 11:53:49 +0000 (13:53 +0200)]
Tooltip demo: We have no plans for interactive tooltips
Jörn Zaefferer [Thu, 24 Apr 2014 11:50:24 +0000 (13:50 +0200)]
Tooltip demo: Mention the option used in the track demo
Jörn Zaefferer [Thu, 24 Apr 2014 11:48:15 +0000 (13:48 +0200)]
Tooltip demo: Position tooltips next to inputs instead of over inputs
Jörn Zaefferer [Thu, 24 Apr 2014 11:44:55 +0000 (13:44 +0200)]
Tabs demo: Improve manipulation by providing default values for new tab
Jörn Zaefferer [Thu, 24 Apr 2014 11:40:02 +0000 (13:40 +0200)]
Spinner demo: Reorder input and select to be consistent with other demos
Jörn Zaefferer [Thu, 24 Apr 2014 11:31:59 +0000 (13:31 +0200)]
Sortable demo: Allow dropping to empty list and improve general styling
Jörn Zaefferer [Thu, 24 Apr 2014 11:20:39 +0000 (13:20 +0200)]
Slider demo: Make read only inputs readonly
Jörn Zaefferer [Thu, 24 Apr 2014 10:57:52 +0000 (12:57 +0200)]
Resizable demo: Fix description text, replacing the copy-pasta
Jörn Zaefferer [Thu, 24 Apr 2014 10:15:51 +0000 (12:15 +0200)]
Position demo: Address todo comment by replacing plugin methods
Jörn Zaefferer [Thu, 24 Apr 2014 08:44:09 +0000 (10:44 +0200)]
Effect demo: Change anchor to button element
Jörn Zaefferer [Wed, 23 Apr 2014 18:22:34 +0000 (20:22 +0200)]
Button demo: Remove unnecessary anchors from popp menu
Jörn Zaefferer [Wed, 23 Apr 2014 18:02:49 +0000 (20:02 +0200)]
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
Jörn Zaefferer [Wed, 23 Apr 2014 17:56:48 +0000 (19:56 +0200)]
Autocomplete demo: Datasource needs min. 3 characters
Scott González [Wed, 23 Apr 2014 17:50:49 +0000 (13:50 -0400)]
Accordion demo: Refresh accordion after sorting
Scott González [Tue, 22 Apr 2014 22:24:04 +0000 (18:24 -0400)]
Selectmenu: Test cleanup
Scott González [Tue, 22 Apr 2014 16:57:05 +0000 (12:57 -0400)]
Selectmenu: Test cleanup
Scott González [Tue, 22 Apr 2014 16:19:12 +0000 (12:19 -0400)]
Selectmenu: Test cleanup
Scott González [Tue, 22 Apr 2014 00:15:36 +0000 (20:15 -0400)]
Selectmenu: Test cleanup
Scott González [Mon, 21 Apr 2014 14:32:49 +0000 (10:32 -0400)]
Selectmenu: Default disabled option to null
Scott González [Mon, 21 Apr 2014 14:11:55 +0000 (10:11 -0400)]
Selectmenu: Fix reference to jQuery in tests
Scott González [Mon, 21 Apr 2014 13:15:23 +0000 (09:15 -0400)]
Button: Whitespace
Daniel DeGroff [Thu, 12 Dec 2013 04:53:48 +0000 (22:53 -0600)]
Button: Remove `ui-state-active` when disabling buttons
Fixes #9602
Closes gh-1151
Scott González [Fri, 18 Apr 2014 16:46:41 +0000 (12:46 -0400)]
Selectmenu: Remove unused var
Scott González [Tue, 8 Apr 2014 15:20:38 +0000 (11:20 -0400)]
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
Scott González [Tue, 8 Apr 2014 15:19:26 +0000 (11:19 -0400)]
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
Scott González [Tue, 8 Apr 2014 15:17:32 +0000 (11:17 -0400)]
Selectmenu: Cleanup
Ref gh-1224
Scott González [Thu, 17 Apr 2014 19:08:34 +0000 (15:08 -0400)]
Build: Update version from pre to -pre
Ref jquery/jquery-release#61
Jörn Zaefferer [Tue, 11 Mar 2014 10:50:12 +0000 (11:50 +0100)]
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
Jörn Zaefferer [Mon, 14 Apr 2014 14:50:21 +0000 (16:50 +0200)]
External: Update mousewheel plugin, copy only main file
TJ VanToll [Mon, 14 Apr 2014 13:45:34 +0000 (09:45 -0400)]
Build: Include draggable.css and sortable.css in the CSS concat step
Scott González [Tue, 8 Apr 2014 18:57:43 +0000 (14:57 -0400)]
Selectemnu: Demo cleanup
Scott González [Thu, 3 Apr 2014 14:54:52 +0000 (10:54 -0400)]
Position: Don't create `$.support.offsetFractions`
Scott González [Thu, 3 Apr 2014 14:52:30 +0000 (10:52 -0400)]
Core: Don't create `$.support.selectstart`
Scott González [Tue, 1 Apr 2014 18:42:38 +0000 (14:42 -0400)]
Button: Properly refresh button sets with new radio buttons
Fixes #8975
Ref gh-888
Scott González [Mon, 31 Mar 2014 19:29:56 +0000 (15:29 -0400)]
Datepicker: Fix date format for Ukranian locale
Fixes #9939
TJ VanToll [Sun, 30 Mar 2014 15:51:31 +0000 (11:51 -0400)]
Spinner: Minor typo in stepUp()'s tests
Jörn Zaefferer [Wed, 12 Mar 2014 10:03:51 +0000 (11:03 +0100)]
Build: Fix testswarm task, use API correctly
Jörn Zaefferer [Wed, 12 Mar 2014 09:35:15 +0000 (10:35 +0100)]
Build: Include grunt tasks files in jscs task
Scott González [Mon, 10 Mar 2014 12:35:21 +0000 (08:35 -0400)]
Droppable: Fix dependencies in photo manager demo
TJ VanToll [Thu, 6 Mar 2014 04:03:17 +0000 (23:03 -0500)]
Slider: Switch handles from <a href="#"> to <span tabindex="0">
Fixes #9890
Closes gh-1207
TJ VanToll [Fri, 7 Mar 2014 14:30:11 +0000 (09:30 -0500)]
Demos: Adding <meta name="viewport"> tag for easier mobile browsing
Jörn Zaefferer [Mon, 3 Mar 2014 22:05:08 +0000 (23:05 +0100)]
Externals: Update jshint to latest
Jörn Zaefferer [Fri, 21 Feb 2014 16:25:59 +0000 (17:25 +0100)]
Build: Use bower to manage client-side dependencies
Fixes #9507
Closes gh-1201
Jörn Zaefferer [Mon, 3 Mar 2014 21:52:54 +0000 (22:52 +0100)]
All: Rename jquery.js to exclude version in filename
Jörn Zaefferer [Thu, 20 Feb 2014 12:59:37 +0000 (13:59 +0100)]
Build: Force LF for JS source files
Jörn Zaefferer [Fri, 21 Feb 2014 17:42:43 +0000 (18:42 +0100)]
Tests: Expose jQuery version select
Makes use of the extended urlConfig in QUnit 1.14
TJ VanToll [Fri, 21 Feb 2014 19:56:13 +0000 (14:56 -0500)]
Selectmenu: Add UMD wrapper
Jörn Zaefferer [Fri, 21 Feb 2014 12:22:39 +0000 (13:22 +0100)]
Core: Deprecate .focus( n ), replace in dialog with explicit timeouts
Fixes #9646
Jörn Zaefferer [Fri, 21 Feb 2014 18:49:54 +0000 (19:49 +0100)]
Selectmenu: Fix invalid empty options in visual test
Jörn Zaefferer [Fri, 21 Feb 2014 18:49:09 +0000 (19:49 +0100)]
Selectmenu: Fix whitespace in visual test
Jörn Zaefferer [Fri, 21 Feb 2014 18:48:47 +0000 (19:48 +0100)]
Build: Update to latest grunt-html
Jörn Zaefferer [Fri, 21 Feb 2014 12:40:32 +0000 (13:40 +0100)]
Selectmenu: Refactor appendTo option tests
Jörn Zaefferer [Fri, 21 Feb 2014 12:35:34 +0000 (13:35 +0100)]
Selectmenu: Fall back to .ui-front searching for empty jQuery objects
Fixes #9757
Jörn Zaefferer [Fri, 21 Feb 2014 12:35:04 +0000 (13:35 +0100)]
Autocomplete: Fix assertion message in appendTo option test
Jörn Zaefferer [Thu, 20 Feb 2014 16:54:48 +0000 (17:54 +0100)]
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
Jörn Zaefferer [Thu, 20 Feb 2014 16:04:47 +0000 (17:04 +0100)]
Tests: Update to latest QUnit
Jörn Zaefferer [Thu, 20 Feb 2014 16:02:23 +0000 (17:02 +0100)]
Tests: Update to sane QUnit markup
TJ VanToll [Tue, 4 Feb 2014 14:16:26 +0000 (09:16 -0500)]
Build: Base manifest dependencies off of Bower configuration
TJ VanToll [Tue, 4 Feb 2014 13:56:46 +0000 (08:56 -0500)]
All: Add Bower support
Fixes #9465
Closes gh-1189
Scott González [Wed, 19 Feb 2014 21:58:01 +0000 (16:58 -0500)]
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.