Richard D. Worth
85b8816fa9
Datepicker: use a setTimeout 0 so the same code can run in IE (as other browsers) to set focus back to the datepicker text input if a month or year drop-down is clicked closed. Fixes #5897 - Datepicker: inconsistent behavior in IE when click to close month and year drop-downs
2010-08-04 02:39:54 -07:00
Scott González
26b2d2d867
Updating the master version to 1.9pre
2010-08-03 21:05:08 -04:00
Scott González
23a64982a4
Tagging the 1.8.3 release.
2010-08-03 21:04:25 -04:00
Ziling Zhao
c5770c0e84
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width should be at least minWidth on creation.
2010-07-30 15:14:48 -04:00
Scott González
90caa93a9b
Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget keeps looking for remote data even when it's disabled.
2010-07-30 12:59:33 -04:00
Scott González
58ae7ce2fd
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack"
...
This reverts commit ea58cd5ac0
.
2010-07-30 12:38:18 -04:00
jzaefferer
dffcba0ba6
Update to latest QUnit.
2010-07-30 14:39:54 +02:00
jzaefferer
ea58cd5ac0
Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack
2010-07-30 14:26:58 +02:00
jzaefferer
b3940d2f78
Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Use $.data instead of .data for performance reasons
2010-07-30 14:04:11 +02:00
jzaefferer
39f0c1010a
Added widget to unit tests index page.
2010-07-30 14:02:55 +02:00
jzaefferer
3f45f5ccf9
Improving visual testcase for position. Partial fix for #5284 - Position: Smarter collision detection
2010-07-30 11:33:49 +02:00
Scott González
61e0aeac7e
Dialog: Wrap buttons in a div so we can float the div instead of the individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab.
2010-07-29 20:56:28 -04:00
Scott González
f00c03139b
Progressbar: cleanup.
2010-07-29 05:38:24 -04:00
Scott González
ee1f5b54de
Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progressbar: resize demo is broken.
2010-07-29 05:32:04 -04:00
Scott González
94cefc19b0
Tabs: coding standard.
2010-07-28 11:56:54 -04:00
Scott González
5a8c7e86e1
Tabs: coding standards.
2010-07-28 11:28:14 -04:00
Scott González
d7fa82bc5e
Added position plugin to demo pages that use dialogs.
2010-07-27 20:46:39 -04:00
Scott González
dde27daf62
Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar localization demo.
2010-07-27 17:59:37 -04:00
Scott González
bccfb535c3
Accordion: minor cleanup.
2010-07-27 17:23:00 -04:00
Scott González
c4369bdaec
Core Tests: Fixed image reference.
2010-07-22 19:27:37 -04:00
Scott González
27095ef8e1
Core: Coding standards.
2010-07-22 19:26:37 -04:00
Scott González
59c9f75951
Accordion: Coding standards.
2010-07-22 19:10:14 -04:00
Scott González
860635fd17
Autocomplete: Removed selection handling in IE. No longer needed now that autocomplete ensures that the cursor is placed at the end of the field on select.
2010-07-22 14:55:41 -04:00
Scott González
fe13fbadd4
Core: Better support for areas in :focusable and :tabbable selectors. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
2010-07-22 10:33:42 -04:00
Scott González
4deb824699
Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.
2010-07-21 22:17:52 -04:00
Scott González
3f070bdc62
Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
2010-07-21 22:10:16 -04:00
Scott González
4c55071976
Autocomplete: Fixed bad reference to ownerDocument.
2010-07-21 14:56:15 -04:00
Scott González
74e0d4f473
Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo option.
2010-07-21 14:54:20 -04:00
Scott González
245b932933
Core: Removed tests for .attr() ARIA override since the override no longer exists.
2010-07-21 11:25:33 -04:00
Scott González
70c4857cc5
Revert "Dialog: Don't set specific dimensions on the overlay - let it expand based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar."
...
This reverts commit b548d34e14
.
2010-07-21 08:01:06 -04:00
Scott González
b548d34e14
Dialog: Don't set specific dimensions on the overlay - let it expand based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar.
2010-07-20 22:05:05 -04:00
Scott González
8fa9ed7cbc
Tabs: Added tests for select event.
2010-07-20 20:51:09 -04:00
Scott González
f99068bb4f
Accordion: Use this.headers instead of parsing the DOM to find headers when determining which panel is active. Fixes #5841 - Accordion active property inaccurate if nested accordion is present.
2010-07-20 16:13:44 -04:00
Scott González
e85615fc6b
Autocomplete: Prevent the default behavior of pressing enter when the menu is open, even if no item is active. Partial fix for #5757 - Autocomplete combobox issues.
2010-07-20 15:13:54 -04:00
Scott González
123467af8e
Autocomplete (combobox demo): Set intial value of text field based on value of select element. Partial fix for #5757 - Autocomplete combobox issues.
2010-07-20 14:49:14 -04:00
Scott González
5d1e297640
Autocomplete (combobox demo): Detect valid entries when typed, but not selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.
2010-07-20 14:35:54 -04:00
Scott González
ba091650ff
Autcomplete: Refactored combobox demo.
2010-07-20 14:20:46 -04:00
Scott González
c2c09e8953
Autocomplete: Clear selectedItem property whenever the user types something. Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values.
2010-07-20 13:24:53 -04:00
Scott González
e4273ff621
Autocomplet: refactored handling of menu's selected event.
2010-07-20 12:10:58 -04:00
Scott González
2ed96cb0b8
Autocompelte: Only run a search if the value has changed; switching from a blacklist of keys to ignore. Fixes #5716 - autocomplete triggered when field copied with ctrl-c.
2010-07-20 11:48:53 -04:00
jzaefferer
88ec776178
Merge remote branch 'origin/master'
2010-07-20 13:58:10 +02:00
Scott González
5debdb08d7
Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support for accent-folding.
2010-07-19 21:53:19 -04:00
Scott González
1f2cfb942f
Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are not html-encoded.
...
As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo.
2010-07-19 15:45:30 -04:00
Scott González
7deb873c51
Autocompelte demos: Renamed the scrollable demo so the title fits on one line in the sidebar.
2010-07-19 15:35:47 -04:00
Scott González
53489b502d
Autocomplete: Don't update the value of the text field until after setting focus. Fixes #5639 - Cursor jumps to beginning on select.
2010-07-19 14:36:40 -04:00
Scott González
5e3755af8a
Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document and demo a scrolling menu.
2010-07-19 14:17:44 -04:00
Scott González
44daca1cfa
Autocomplete demos: Added more programming languages and alphabetized.
2010-07-19 14:10:37 -04:00
Scott González
5311fe22f3
Menu: Only look for .ui-menu-item elements to determine if a menu item is the first or last element in the menu. Fixes #5528 - Autocomplete: Issue when try to navigate using up key by keyboard in IE6.
2010-07-19 11:51:05 -04:00
Scott González
a090faa833
Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #5691 - wrong menu size calculation in webkit browsers (Autocomplete).
2010-07-19 11:22:32 -04:00
Scott González
44d1a38a19
Autocomplete: Moved all demo images into /demos/autocomplete/images.
2010-07-19 10:06:07 -04:00