Commit Graph

6536 Commits

Author SHA1 Message Date
Scott González
a0fea7d849 Bower: Change jquery dependency to >=1.6 (don't limit max version)
Fixes #10110
Closes gh-1266
2014-06-24 22:45:54 -04:00
Scott González
66032703e8 Build: Upgrade to grunt-bowercopy 1.1.0
Ref gh-1266
2014-06-24 22:45:49 -04:00
Scott González
19dfa2dc1b Test: Get all jQuery versions from Bower
Ref gh-1266
2014-06-24 22:45:44 -04:00
Scott González
6df127a0b5 Build: Reorganize external directory
Put each external library into its own directory.
Move jquery.js to external.

Ref gh-1266
2014-06-24 22:45:32 -04:00
Scott González
450d75f912 Datepicker: Define en and en-US locales based on defaults
Fixes #6682
Closes gh-1269
2014-06-16 16:42:43 +02:00
Jörn Zaefferer
226cc3e9e5 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
2014-06-10 13:59:45 +02:00
Jörn Zaefferer
a0b84767a7 Dialog: Fix shift-tab handling, focus the correct element
Copy-paste error introduced in df6110c0d4

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
2014-06-10 13:54:58 +02:00
Timo Tijhof
c31d5f0688 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
2014-05-30 10:57:34 +02:00
Timo Tijhof
6c4005280d Dialog: Fix off() -> unbind() for jQuery 1.6 compat
Follows-up c9815f13b4.

Fixes #10072
Closes gh-1256
2014-05-27 16:05:04 -04:00
David Petersen
796a8b37e2 Spinner: Don't change value when changing min/max options
Fixes #9703
Closes gh-1252
2014-05-26 11:31:31 -05:00
David Petersen
9a93a06fbd Tests: Add widget option
Allows running qunit tests for a single widget

Closes gh-1254
2014-05-26 10:58:08 -05:00
Jörn Zaefferer
203b23a87c Build: Update DB version for release script 2014-05-23 12:55:46 +02:00
Scott González
bb4f5f9c1e README: Remove content that exists on the contribute site 2014-05-20 16:25:26 -04:00
David Petersen
f5e8041ebf Tabs: Move aria-expanded from active panel to active tab
Fixes #9622
Closes gh-1251
2014-05-19 11:36:21 -04:00
Jörn Zaefferer
975c9ecc94 Authors: Update 2014-05-16 17:40:34 +02:00
Scott González
54323e08e3 Widget: Remove misleading comment 2014-05-14 12:39:45 -04:00
Trisha Crowley
b0e8380f02 Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8
Fixes #9995
Closes gh-1235
2014-05-13 11:19:12 +02:00
Jörn Zaefferer
6ef5c3844d Build: Fix manifest dependencies
Clone bower dependencies instead of reusing and modifying the same object
multiple times.
2014-05-12 21:52:46 +02:00
Jörn Zaefferer
56e092d43d Build: Add manifest entry for selectmenu
Closes gh-1240
2014-05-12 21:52:46 +02:00
TJ VanToll
48001a8c46 Autocomplete: Search if the user retypes the same value
Fixes #7434
Closes gh-1238
2014-05-12 13:37:13 -04:00
Jörn Zaefferer
5bbf276205 Build: Validate number of generated manifests
Closes gh-1241
2014-05-09 18:07:20 +02:00
Jörn Zaefferer
0645ac45ed Build: Replace @VERSION in release tags
Fixes #10006
Closes gh-1239
2014-05-08 20:27:36 +02:00
Scott González
d1a6aedb90 CONTRIBUTING: Fix typo 2014-05-07 13:34:21 -04:00
Scott González
8029a9763c All: Fix typos
Closes gh-1237
2014-05-07 12:28:34 -04:00
Scott González
079279afd4 Build: Generate pre-releases the same way as stable releases
Fixes #9998
2014-05-06 10:01:18 -04:00
Jörn Zaefferer
b22280385c Menu: Use item.outerHeight() in _scrollIntoView
Fixes #9991
2014-05-06 15:06:56 +02:00
Scott González
719150e92c Tooltip: Don't use rgba() for solid colors in video player demo
Fixes a display issue in IE8.
2014-05-06 08:37:05 -04:00
Felix Nagel
8e9626393e Selectmenu: Add new production selection demo
Closes gh-1230
2014-05-05 21:47:19 +02:00
TJ VanToll
dfb8db2f09 Tooltip demo: Reword dialog description for clarity
Closes gh-1233
2014-05-05 21:41:11 +02:00
Rafael Xavier de Souza
f0b4967388 Datepicker: Remove unnecessary mouseover trigger
Fixes #5816
Closes gh-974
2014-05-02 17:29:20 +02:00
Jörn Zaefferer
516920ac71 Build: Migrate to jquery-release
Fixes #9793
2014-04-24 21:04:12 +02:00
Jörn Zaefferer
b41b92213a 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
2014-04-24 21:03:34 +02:00
Jörn Zaefferer
28093e6896 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.
2014-04-24 21:03:34 +02:00
Jörn Zaefferer
2d633cb782 Dialog demo: Remove regular modal demo, the other modal demos are better 2014-04-24 21:03:34 +02:00
Jörn Zaefferer
905c5dbf19 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.
2014-04-24 20:11:07 +02:00
Jörn Zaefferer
22de101e40 Progressbar demo: Speed up the progress a bit to make them less annoying 2014-04-24 19:52:47 +02:00
Jörn Zaefferer
7d0ca5e37d Button demo: Replace anchors with more appropriate buttons 2014-04-24 19:39:08 +02:00
Scott González
e5008c2de1 Build: Add Felix Nagel as a maintainer 2014-04-24 10:04:31 -04:00
TJ VanToll
a2af75e5ef Resizable demo: Trivial grammatical fix 2014-04-24 09:23:12 -04:00
Scott González
23ea063b3c Selectmenu: Work around test bug in IE 2014-04-24 08:38:09 -04:00
Jörn Zaefferer
004d768f3c Widget demo: Replace 'go black' with 'go screen' to keep text readable 2014-04-24 14:04:03 +02:00
Jörn Zaefferer
67f564014a Tooltip demo: Add a menu to the playlist button 2014-04-24 14:02:09 +02:00
Jörn Zaefferer
eefeaf0581 Tooltip demo: We have no plans for interactive tooltips 2014-04-24 13:53:49 +02:00
Jörn Zaefferer
e12ffb65d5 Tooltip demo: Mention the option used in the track demo 2014-04-24 13:50:24 +02:00
Jörn Zaefferer
1fa0c97586 Tooltip demo: Position tooltips next to inputs instead of over inputs 2014-04-24 13:48:15 +02:00
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