aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: coding standards.Scott González2010-07-281-349/+365
|
* Added position plugin to demo pages that use dialogs.Scott González2010-07-272-0/+2
|
* Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar ↵Scott González2010-07-271-1/+1
| | | | localization demo.
* Accordion: minor cleanup.Scott González2010-07-271-91/+93
|
* Core Tests: Fixed image reference.Scott González2010-07-222-1/+1
|
* Core: Coding standards.Scott González2010-07-221-71/+78
|
* Accordion: Coding standards.Scott González2010-07-221-207/+280
|
* Autocomplete: Removed selection handling in IE. No longer needed now that ↵Scott González2010-07-222-14/+0
| | | | autocomplete ensures that the cursor is placed at the end of the field on select.
* Core: Better support for areas in :focusable and :tabbable selectors. ↵Scott González2010-07-223-25/+53
| | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵Scott González2010-07-214-6/+155
| | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵Scott González2010-07-213-16/+19
| | | | :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.
* Autocomplete: Fixed bad reference to ownerDocument.Scott González2010-07-211-1/+1
|
* Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add ↵Scott González2010-07-214-4/+39
| | | | appendTo option.
* Core: Removed tests for .attr() ARIA override since the override no longer ↵Scott González2010-07-212-22/+0
| | | | exists.
* Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ↵Scott González2010-07-211-1/+5
| | | | | | based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar." This reverts commit b548d34e14421176be49d218f40feb18c5bc8f49.
* Dialog: Don't set specific dimensions on the overlay - let it expand based ↵Scott González2010-07-201-5/+1
| | | | on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar.
* Tabs: Added tests for select event.Scott González2010-07-201-1/+12
|
* Accordion: Use this.headers instead of parsing the DOM to find headers when ↵Scott González2010-07-201-1/+1
| | | | determining which panel is active. Fixes #5841 - Accordion active property inaccurate if nested accordion is present.
* Autocomplete: Prevent the default behavior of pressing enter when the menu ↵Scott González2010-07-201-1/+1
| | | | is open, even if no item is active. Partial fix for #5757 - Autocomplete combobox issues.
* Autocomplete (combobox demo): Set intial value of text field based on value ↵Scott González2010-07-201-1/+4
| | | | of select element. Partial fix for #5757 - Autocomplete combobox issues.
* Autocomplete (combobox demo): Detect valid entries when typed, but not ↵Scott González2010-07-201-5/+15
| | | | selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.
* Autcomplete: Refactored combobox demo.Scott González2010-07-201-50/+60
|
* Autocomplete: Clear selectedItem property whenever the user types something. ↵Scott González2010-07-202-0/+2
| | | | Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values.
* Autocomplet: refactored handling of menu's selected event.Scott González2010-07-201-10/+7
|
* Autocompelte: Only run a search if the value has changed; switching from a ↵Scott González2010-07-201-14/+4
| | | | blacklist of keys to ignore. Fixes #5716 - autocomplete triggered when field copied with ctrl-c.
* Merge remote branch 'origin/master'jzaefferer2010-07-2042-113/+273
|\
| * Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ↵Scott González2010-07-191-0/+1
| | | | | | | | Support for accent-folding.
| * Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵Scott González2010-07-193-3/+9
| | | | | | | | | | | | 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.
| * Autocompelte demos: Renamed the scrollable demo so the title fits on one ↵Scott González2010-07-191-1/+1
| | | | | | | | line in the sidebar.
| * Autocomplete: Don't update the value of the text field until after setting ↵Scott González2010-07-191-2/+8
| | | | | | | | focus. Fixes #5639 - Cursor jumps to beginning on select.
| * Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: ↵Scott González2010-07-192-0/+53
| | | | | | | | document and demo a scrolling menu.
| * Autocomplete demos: Added more programming languages and alphabetized.Scott González2010-07-193-15/+24
| |
| * Menu: Only look for .ui-menu-item elements to determine if a menu item is ↵Scott González2010-07-191-2/+2
| | | | | | | | the first or last element in the menu. Fixes #5528 - Autocomplete: Issue when try to navigate using up key by keyboard in IE6.
| * Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes ↵Scott González2010-07-193-2/+3
| | | | | | | | #5691 - wrong menu size calculation in webkit browsers (Autocomplete).
| * Autocomplete: Moved all demo images into /demos/autocomplete/images.Scott González2010-07-1911-7/+7
| |
| * Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵Scott González2010-07-196-1/+15
| | | | | | | | | | | | added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results. We will need to undo this change when ThemeRoller supports generating loading images.
| * Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.Scott González2010-07-192-8/+16
| |
| * Tabs: Fixed select method handling for index of -1.Scott González2010-07-171-2/+6
| |
| * Tabs: Updated tests.Scott González2010-07-163-18/+6
| |
| * Tabs: Fixed a broken commit for #3171.Tiago Freire2010-07-161-5/+1
| |
| * Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ↵Scott González2010-07-161-6/+3
| | | | | | | | On open, the first tabbable element inside the dialog was never being focused in favor of the dialog container.
| * Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - ↵Holger Rüprich2010-07-171-0/+4
| | | | | | | | sortable("serialize", {key: "foo[]"}) returns an empty string for an empty list
| * Autocomplete: Use .outerWidth() for determining the size of the menu. Fixes ↵Scott González2010-07-161-3/+7
| | | | | | | | #5832 - Autocomplete: menu has incorrect width.
| * Datepicker: Fixed pt-BR translation. Fixes #5363 - Error in datepicker ↵Diego2010-07-161-3/+3
| | | | | | | | translation for pt-BR.
| * Button performance test: Don't use alert().Scott González2010-07-161-1/+1
| |
| * Accordion: Use .addClass() instead of .toggleClass() during init so the ↵Scott González2010-07-161-1/+3
| | | | | | | | classes can be added by the user.
| * Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to ↵Tiago Freire2010-07-161-3/+19
| | | | | | | | remove tab by href content, not just by index.
| * Button performance test: Added alert for time to initialize.Scott González2010-07-161-0/+3
| |
| * Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet ↵Scott González2010-07-161-1/+1
| | | | | | | | error.
| * Dialog: Removed CSS rules for button styling - let the button plugin ↵Scott González2010-07-161-1/+1
| | | | | | | | handling that. Fixes #5779 - Themeroller - size inconsistency with button widgets and dialog box buttons.