Jörn Zaefferer
|
fe9f6ca986
|
Update authors
|
2013-06-24 16:13:41 +02:00 |
|
Rafael Xavier de Souza
|
bfa553c42d
|
Effects (core): Unite demos into the same single effect/ path
|
2013-06-22 12:05:31 -03:00 |
|
Rafael Xavier de Souza
|
1f4f002cf7
|
Test: Update effects_core test, since puff-effect and size-effect now have its own files
|
2013-06-22 11:37:37 -03:00 |
|
Rafael Xavier de Souza
|
d0c613d3a8
|
Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file.
|
2013-06-22 11:37:37 -03:00 |
|
TJ VanToll
|
670f650b99
|
Menu: Ensure an event was passed before checking its type. Fixes #9384 - Menu: _focus function forgets null check with doing a pattern match on event.type
|
2013-06-20 20:40:00 -04:00 |
|
Jörn Zaefferer
|
628a141485
|
Menu tests: Fix lint error
|
2013-06-20 16:56:27 +02:00 |
|
Jörn Zaefferer
|
a960295629
|
Build: Update grunt-contrib-jshint to latest, fixes jshint errors not aborting the build
|
2013-06-20 16:53:08 +02:00 |
|
Steven Luscher
|
fcd1cafac8
|
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - Draggable: Inputs do not blur when clicking on a draggable
|
2013-06-19 18:07:38 -04:00 |
|
Steven Luscher
|
bca3e058e8
|
Clicking on a draggable anchor without moving it should make it the active element (Fixes #8399).
|
2013-06-19 08:38:57 -04:00 |
|
TJ VanToll
|
91b7b9f9ab
|
Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing should recheck for menu icons
|
2013-06-16 22:37:36 -04:00 |
|
Jörn Zaefferer
|
b5c41a2b33
|
Build: Add support for running on Travis
|
2013-06-12 21:52:14 +02:00 |
|
TJ VanToll
|
9d5d2424a9
|
CSS Framework: Update API links from the old docs site to their new API site location.
|
2013-06-05 22:03:09 -04:00 |
|
Scott González
|
e776a7fb09
|
Slider Tests: Remove pointless doc blocks.
|
2013-06-04 09:35:37 -04:00 |
|
Scott González
|
2de5e78e72
|
Tabs: Use .ui-tabs-anchor in stylesheet.
|
2013-06-04 08:32:13 -04:00 |
|
TJ VanToll
|
3c68636c80
|
Datepicker: Removing unused ui-datepicker-month-year class name.
|
2013-06-03 22:13:43 -04:00 |
|
Scott González
|
2ba75e2c93
|
Slider: Remove range div when changing range option to false. Fixes #9355 - Slider: Changing range option to false does not remove range div.
|
2013-06-03 15:14:46 -04:00 |
|
TJ VanToll
|
3ec371bca4
|
Spinner: Trivial spelling / grammatical fixes in CSS comments.
|
2013-06-02 22:30:05 -04:00 |
|
Scott González
|
16c375d374
|
Dialog: Use proper position data after drag and resize. Fixes #9351 - Dialog: Incorrect value for position option after resize.
|
2013-05-31 15:01:15 -04:00 |
|
Jörn Zaefferer
|
a9bb4880d3
|
Build: Update node-testswarm to 1.1.0 to match latest TestSwarm API
|
2013-05-31 11:37:09 +02:00 |
|
Jörn Zaefferer
|
cb3e7496e8
|
Revert b12def5ab2 - instead update to testswarm@1.0.3, which always passes as a boolean.
|
2013-05-31 10:47:10 +02:00 |
|
Jörn Zaefferer
|
b12def5ab2
|
Build: Don't pass undefined to grunt's method in error cases. Must be for the task to fail.
|
2013-05-31 10:39:16 +02:00 |
|
Jörn Zaefferer
|
aaf75767fa
|
Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
|
2013-05-31 10:35:44 +02:00 |
|
Steven Luscher
|
699756942f
|
Droppable: Style guide conformance.
|
2013-05-29 08:42:25 -04:00 |
|
Steven Luscher
|
a4fc7a9e96
|
Droppable: Defer querying of offsetWidth and offsetHeight until they're required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow.
|
2013-05-29 08:41:30 -04:00 |
|
Christian Klammer
|
6df5c1a4ae
|
Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: Erratic behavior of contained elements within scrollable grandparents
|
2013-05-29 08:18:58 -04:00 |
|
Scott González
|
9e00e00f3b
|
Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
|
2013-05-28 11:04:42 -04:00 |
|
TJ VanToll
|
d65cc9350f
|
Accordion: Removing unused ui-accordion-noicons class.
(cherry picked from commit e8c4d21bf4 )
|
2013-05-27 17:38:28 -04:00 |
|
TJ VanToll
|
c19e7b3496
|
Dialog: Add type="button" to the close button. Fixed #9312: Dialog: closes on enter in textbox in IE.
|
2013-05-23 19:57:32 -04:00 |
|
Scott González
|
daf3f0d9af
|
Tabs: Restore anchor cloning for remote tab testing. Fixes #9317 - Tabs: Incorrect remote tab detection in IE7.
|
2013-05-22 13:59:33 -04:00 |
|
Brian Grinstead
|
24756a978a
|
Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: cannot drag element inside iframe
|
2013-05-20 22:10:04 -04:00 |
|
David Hansen
|
433ef9d433
|
Interactions: Fixed an off-by-one error in isOverAxis.
|
2013-05-20 21:30:16 -04:00 |
|
Scott González
|
2eb89f0734
|
Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 - Widget: widgetEventPrefix is empty when widget is (occasionally) loaded twice.
|
2013-05-20 11:30:49 -04:00 |
|
Scott González
|
9726cd72b6
|
Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish.
|
2013-05-16 12:14:05 -04:00 |
|
Scott González
|
2121a1008a
|
Sortable demo (portlets): Cleanup.
|
2013-05-16 10:08:47 -04:00 |
|
Scott González
|
d500e945a4
|
Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
|
2013-05-16 08:34:04 -04:00 |
|
Scott González
|
0da5f9946d
|
Revert "Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues."
This reverts commit 1d3b8ff78e .
|
2013-05-16 08:32:58 -04:00 |
|
Scott González
|
1d3b8ff78e
|
Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
|
2013-05-16 06:26:03 -04:00 |
|
Toshi MARUYAMA
|
ce73a2688d
|
Datepicker: Fixed Lithuanian translation. Fixes #9281 - Datepicker i18n: Incorrect settings for Lithuanian locale.
|
2013-05-10 10:37:05 -04:00 |
|
Scott González
|
9db5e164bd
|
Remove environment-specific files from .gitignore.
|
2013-05-09 12:11:21 -04:00 |
|
Scott González
|
ce8f4da4e7
|
Autocomplete: Remove handling for NUMPAD_ENTER.
|
2013-05-06 15:04:14 -04:00 |
|
Scott González
|
ddf03b39f3
|
Updated AUTHORS.txt.
|
2013-05-02 09:36:17 -04:00 |
|
Scott González
|
274ed73cd7
|
Core: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad key codes.
|
2013-05-02 09:13:19 -04:00 |
|
Scott González
|
562f884722
|
Release: Ability to provide a different repo for testing.
|
2013-04-30 16:56:24 -04:00 |
|
Kris Borchers
|
a74b69e7c2
|
Progressbar: Add new download dialog demo
|
2013-04-30 10:08:56 -05:00 |
|
Scott González
|
7af03b73ea
|
Autocomplete tests: Cleanup.
|
2013-04-30 10:27:22 -04:00 |
|
Scott González
|
72f82df577
|
Whitespace.
|
2013-04-30 10:23:29 -04:00 |
|
Rafael Xavier de Souza
|
2daf09d671
|
Build: Fix effect demo url (typo)
|
2013-04-29 19:29:51 -03:00 |
|
Jörn Zaefferer
|
5c0a6aaeb7
|
Build: Fix version in package.json, oversight when branching 1-10-stable
|
2013-04-26 18:10:47 +02:00 |
|
Jörn Zaefferer
|
45f85cce56
|
Build: Change the homepage and demo URLs to the main effects page. Fixes #9247 - Build: Incorrect links in effect manifests
|
2013-04-26 18:09:00 +02:00 |
|
Jason Moon
|
f5f0879153
|
Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).
|
2013-04-25 13:17:21 -04:00 |
|