Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ↵ | Scott González | 2010-07-19 | 1 | -0/+1 |
| | | | | Support for accent-folding. | ||||
* | Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵ | Scott González | 2010-07-19 | 3 | -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ález | 2010-07-19 | 1 | -1/+1 |
| | | | | line in the sidebar. | ||||
* | Autocomplete: Don't update the value of the text field until after setting ↵ | Scott González | 2010-07-19 | 1 | -2/+8 |
| | | | | focus. Fixes #5639 - Cursor jumps to beginning on select. | ||||
* | Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: ↵ | Scott González | 2010-07-19 | 2 | -0/+53 |
| | | | | document and demo a scrolling menu. | ||||
* | Autocomplete demos: Added more programming languages and alphabetized. | Scott González | 2010-07-19 | 3 | -15/+24 |
| | |||||
* | Menu: Only look for .ui-menu-item elements to determine if a menu item is ↵ | Scott González | 2010-07-19 | 1 | -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ález | 2010-07-19 | 3 | -2/+3 |
| | | | | #5691 - wrong menu size calculation in webkit browsers (Autocomplete). | ||||
* | Autocomplete: Moved all demo images into /demos/autocomplete/images. | Scott González | 2010-07-19 | 11 | -7/+7 |
| | |||||
* | Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵ | Scott González | 2010-07-19 | 6 | -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ález | 2010-07-19 | 2 | -8/+16 |
| | |||||
* | Tabs: Fixed select method handling for index of -1. | Scott González | 2010-07-17 | 1 | -2/+6 |
| | |||||
* | Tabs: Updated tests. | Scott González | 2010-07-16 | 3 | -18/+6 |
| | |||||
* | Tabs: Fixed a broken commit for #3171. | Tiago Freire | 2010-07-16 | 1 | -5/+1 |
| | |||||
* | Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ↵ | Scott González | 2010-07-16 | 1 | -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üprich | 2010-07-17 | 1 | -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ález | 2010-07-16 | 1 | -3/+7 |
| | | | | #5832 - Autocomplete: menu has incorrect width. | ||||
* | Datepicker: Fixed pt-BR translation. Fixes #5363 - Error in datepicker ↵ | Diego | 2010-07-16 | 1 | -3/+3 |
| | | | | translation for pt-BR. | ||||
* | Button performance test: Don't use alert(). | Scott González | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Accordion: Use .addClass() instead of .toggleClass() during init so the ↵ | Scott González | 2010-07-16 | 1 | -1/+3 |
| | | | | classes can be added by the user. | ||||
* | Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to ↵ | Tiago Freire | 2010-07-16 | 1 | -3/+19 |
| | | | | remove tab by href content, not just by index. | ||||
* | Button performance test: Added alert for time to initialize. | Scott González | 2010-07-16 | 1 | -0/+3 |
| | |||||
* | Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet ↵ | Scott González | 2010-07-16 | 1 | -1/+1 |
| | | | | error. | ||||
* | Dialog: Removed CSS rules for button styling - let the button plugin ↵ | Scott González | 2010-07-16 | 1 | -1/+1 |
| | | | | handling that. Fixes #5779 - Themeroller - size inconsistency with button widgets and dialog box buttons. | ||||
* | Fixed argument shifting for effects. Fixes #5731 - hide and show called with ↵ | kobrigo | 2010-07-16 | 1 | -5/+5 |
| | | | | ommiting the options in parameters does not call the callback. | ||||
* | Class animation demos: Don't chain id and class selectors together in CSS ↵ | Scott González | 2010-07-16 | 4 | -5/+5 |
| | | | | since IE6 doesn't understand chained rules. | ||||
* | Dialog: Fixed whitespace. | Scott González | 2010-07-16 | 1 | -9/+10 |
| | |||||
* | Dialog: Fixed tests for position option. | Scott González | 2010-07-16 | 1 | -26/+22 |
| | |||||
* | added empty test for containment by array option | JustinMacCarthy | 2010-07-16 | 1 | -0/+4 |
| | |||||
* | Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵ | Scott González | 2010-07-15 | 4 | -2/+49 |
| | | | | Widget: Using inheritance overwrites the base classes options. | ||||
* | Use .children() instead of .find() to manipulate accordion icons. Fixes ↵ | jzaefferer | 2010-07-15 | 1 | -4/+4 |
| | | | | #4645 - Accordion should only manipulate Icons that are children of ui-accordion-header | ||||
* | Updated test for default position option: Reference using-implementation, as ↵ | jzaefferer | 2010-07-15 | 1 | -7/+1 |
| | | | | QUnit compares functions only by reference | ||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Scott González | 2010-07-14 | 0 | -0/+0 |
|\ | | | | | | | | | Conflicts: tests/unit/dialog/dialog_defaults.js | ||||
| * | Dialog: Updated test for default position option. QUnit still fails the test ↵ | Scott González | 2010-07-14 | 1 | -1/+7 |
| | | | | | | | | though. | ||||
* | | Dialog: Updated test for default position option. QUnit still fails the test ↵ | Scott González | 2010-07-14 | 1 | -1/+13 |
|/ | | | | though. | ||||
* | Dialog: allow setting position with ui.position arguments. Fixes #5459 - ↵ | Ben Hollis | 2010-07-14 | 2 | -48/+141 |
| | | | | Dialog: expose .position() API | ||||
* | All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files. | Scott González | 2010-07-14 | 14 | -25/+123 |
| | |||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 34 | -35/+35 |
| | |||||
* | Dialog: Verify that we get a string back from .attr( "title" ) before using ↵ | Scott González | 2010-07-14 | 2 | -0/+5 |
| | | | | the return value. Fixes #5742 - Form field with `name="title"` moved to title area. | ||||
* | Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow ↵ | Scott González | 2010-07-14 | 2 | -1/+203 |
| | | | | breaks when displayed inside a dialog on Internet Explorer. | ||||
* | Add support for multiple events, along with hoverintent demo. Fixes #3614 - ↵ | jzaefferer | 2010-07-14 | 3 | -1/+135 |
| | | | | Accordion: support multiple events being set at the same time | ||||
* | Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links ↵ | Scott González | 2010-07-14 | 1 | -2/+0 |
| | | | | create line breaks in IE. | ||||
* | Accordion: Add disabled class to headers and panels to fix styling in IE. ↵ | Scott González | 2010-07-14 | 1 | -7/+11 |
| | | | | Fixes #5332 - Accordion: Disabled accordion doesn't look disabled in IE. | ||||
* | Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display ↵ | Scott González | 2010-07-14 | 1 | -0/+2 |
| | | | | problems in IE6/7 on panel close. | ||||
* | Accordion: Animate padding when only showing/hiding a single panel. Fixes ↵ | Scott González | 2010-07-14 | 1 | -2/+2 |
| | | | | #5540 - Accordion: Jumpy animation when opening a panel after closing all. | ||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 31 | -31/+31 |
| | |||||
* | Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight ↵ | Scott González | 2010-07-13 | 1 | -1/+1 |
| | | | | resize not working. | ||||
* | Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion ↵ | Scott González | 2010-07-13 | 1 | -5/+18 |
| | | | | headers still show rollover when disabled. | ||||
* | Accordion: Prevent the navigation filter from finding multiple elements. ↵ | Scott González | 2010-07-13 | 1 | -1/+1 |
| | | | | Fixes #4889 - Navigation parameter can open multiple sections. | ||||
* | Dialog: add resize call when changing button options for correct height ↵ | Jon Palmer | 2010-07-11 | 1 | -0/+1 |
| | | | | adjustment. Fixes remaining issues in #4846 - Setting Dialog height shorter after init hides button pane |