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 |
|
Felix Nagel
|
cccb8c6e82
|
Merge branch 'master' into selectmenu
|
2013-05-24 19:47:42 +02: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 |
|
Felix Nagel
|
7e0737edc0
|
Selectmenu: recheck refresh fallback for IE and add a comment
|
2013-05-16 22:54:29 +02:00 |
|
Felix Nagel
|
83e795fbc9
|
Selectmenu: recheck CSS overflow IE hack and add comment
|
2013-05-16 22:52:13 +02: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 |
|
Felix Nagel
|
cb5f9bb9a2
|
Merge branch 'master' into selectmenu
|
2013-05-15 21:07:35 +02:00 |
|
Felix Nagel
|
ddf13472dd
|
Selectmenu: use dynamic binding for document event
|
2013-05-15 21:04:10 +02:00 |
|
Felix Nagel
|
97cca1ed78
|
Selectmenu Tests: improve events tests, check for original option element not only for node type
|
2013-05-12 21:02:03 +02: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 |
|
Felix Nagel
|
1c878ce844
|
Selectmenu Tests: simplify asyncTest
|
2013-05-07 22:17:41 +02:00 |
|
Felix Nagel
|
ef8c792db8
|
Selectmenu Tests: fixed spacing
|
2013-05-07 22:17:22 +02: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 |
|
Felix Nagel
|
adcfa63ac4
|
Selectmenu Tests: use asyncTest when working with focus events
|
2013-05-01 00:33:37 +02:00 |
|
Felix Nagel
|
5e06985fb4
|
Selectmenu Tests: add visual test selectmenu in tabs, removed old compatibility test
|
2013-05-01 00:07:09 +02:00 |
|
Felix Nagel
|
255d4f6d0a
|
Selectmenu; improve HTML building in custom render demo
|
2013-04-30 23:40:53 +02:00 |
|
Scott González
|
562f884722
|
Release: Ability to provide a different repo for testing.
|
2013-04-30 16:56:24 -04:00 |
|
Felix Nagel
|
7715c71a9f
|
Dialog Tests: move dialog initialization to top in order to make stacking work for autocomplete and selectmenu
|
2013-04-30 20:26:23 +02: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 |
|
Felix Nagel
|
6640925db2
|
Merge branch 'master' into selectmenu
|
2013-04-29 23:40:26 +02:00 |
|
Felix Nagel
|
f96ee5e048
|
Tests: added Selectenu to Dialog Widgets compound test
|
2013-04-29 23:38:50 +02:00 |
|
Felix Nagel
|
61be0e5eb0
|
Selectmenu: using prop instead of attr to receive disabled state
|
2013-04-29 23:24:15 +02:00 |
|
Felix Nagel
|
70a43607fa
|
Selectmenu: do not call _getCreateOptions directly
|
2013-04-29 23:21:17 +02:00 |
|
Felix Nagel
|
4c930fd59b
|
Selectmenu Tests: add spaces to [0]
|
2013-04-29 23:15:56 +02:00 |
|
Felix Nagel
|
b8339ebc46
|
Selectmenu: use outerWidth for menu width calculation
|
2013-04-29 23:13:26 +02:00 |
|
Felix Nagel
|
666927ba91
|
Selectmenu: add renderItemData method similar to autocomplete
|
2013-04-29 23:05:07 +02:00 |
|
Felix Nagel
|
d4f13bc213
|
Selectmenu: add spaces
|
2013-04-29 22:36:37 +02:00 |
|
Felix Nagel
|
17b6ff71dc
|
Selectmenu: use guard clause for option length checking in refresh
|
2013-04-29 22:23:11 +02:00 |
|
Felix Nagel
|
ee9c4434c2
|
Selectmenu: adjust comments, trim trailing spaces
|
2013-04-29 22:19:53 +02:00 |
|
Felix Nagel
|
0631d7666f
|
Selectmenu: rename var to focusIndex
|
2013-04-29 22:15:50 +02:00 |
|
Felix Nagel
|
5e9ad9b434
|
Selectmenu: blank before comment
|
2013-04-29 22:15:29 +02:00 |
|
Felix Nagel
|
00ab497923
|
Selectmenu: improve readability when creating button elements
|
2013-04-29 22:14:50 +02:00 |
|
Felix Nagel
|
8b4a3044cb
|
Selectmenu: set aria states as string if needed
|
2013-04-29 22:07:41 +02:00 |
|