Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tagging the 1.8.4 release.1.8.4 | Scott González | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Build: Force headered files to be copied to minified directory. Fixes #5904 ↵ | Scott González | 2010-08-05 | 1 | -1/+1 |
| | | | | - Build: sometimes headered files aren't copied to minified directory. | ||||
* | Build: Strip newlines when loading release.version property from version.txt | jzaefferer | 2010-08-05 | 1 | -1/+3 |
| | |||||
* | Autocomplete: Handle clicks outside the autocomplete after scrolling the ↵ | Scott González | 2010-08-05 | 1 | -1/+18 |
| | | | | results (which causes the body to gain focus). Fixes #5903 - Autocomplete doesn't close after scrolling. | ||||
* | Autocomplete: Don't reset text field value on blur unless it will actually ↵ | Scott González | 2010-08-04 | 1 | -1/+4 |
| | | | | change the value. Fixes #5900 - Autocomplete: mousing over menu option replaces text box contents, moves caret. | ||||
* | Datepicker: use a setTimeout 0 so the same code can run in IE (as other ↵ | Richard D. Worth | 2010-08-04 | 1 | -2/+5 |
| | | | | 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 | ||||
* | Updating the master version to 1.9pre | Scott González | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.8.3 release.1.8.3 | Scott González | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width ↵ | Ziling Zhao | 2010-07-30 | 2 | -0/+25 |
| | | | | should be at least minWidth on creation. | ||||
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 2 | -0/+30 |
| | | | | keeps looking for remote data even when it's disabled. | ||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 8 | -39/+8 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Update to latest QUnit. | jzaefferer | 2010-07-30 | 3 | -270/+495 |
| | |||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 8 | -8/+39 |
| | | | | maintain the stack | ||||
* | Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: ↵ | jzaefferer | 2010-07-30 | 1 | -1/+2 |
| | | | | Use $.data instead of .data for performance reasons | ||||
* | Added widget to unit tests index page. | jzaefferer | 2010-07-30 | 1 | -0/+1 |
| | |||||
* | Improving visual testcase for position. Partial fix for #5284 - Position: ↵ | jzaefferer | 2010-07-30 | 1 | -15/+17 |
| | | | | Smarter collision detection | ||||
* | Dialog: Wrap buttons in a div so we can float the div instead of the ↵ | Scott González | 2010-07-29 | 3 | -4/+8 |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | ||||
* | Progressbar: cleanup. | Scott González | 2010-07-29 | 2 | -25/+26 |
| | |||||
* | Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - ↵ | Scott González | 2010-07-29 | 1 | -0/+1 |
| | | | | Progressbar: resize demo is broken. | ||||
* | Tabs: coding standard. | Scott González | 2010-07-28 | 1 | -6/+6 |
| | |||||
* | Tabs: coding standards. | Scott González | 2010-07-28 | 1 | -349/+365 |
| | |||||
* | Added position plugin to demo pages that use dialogs. | Scott González | 2010-07-27 | 2 | -0/+2 |
| | |||||
* | Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar ↵ | Scott González | 2010-07-27 | 1 | -1/+1 |
| | | | | localization demo. | ||||
* | Accordion: minor cleanup. | Scott González | 2010-07-27 | 1 | -91/+93 |
| | |||||
* | Core Tests: Fixed image reference. | Scott González | 2010-07-22 | 2 | -1/+1 |
| | |||||
* | Core: Coding standards. | Scott González | 2010-07-22 | 1 | -71/+78 |
| | |||||
* | Accordion: Coding standards. | Scott González | 2010-07-22 | 1 | -207/+280 |
| | |||||
* | Autocomplete: Removed selection handling in IE. No longer needed now that ↵ | Scott González | 2010-07-22 | 2 | -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ález | 2010-07-22 | 3 | -25/+53 |
| | | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵ | Scott González | 2010-07-21 | 4 | -6/+155 |
| | | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters. | ||||
* | Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵ | Scott González | 2010-07-21 | 3 | -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ález | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add ↵ | Scott González | 2010-07-21 | 4 | -4/+39 |
| | | | | appendTo option. | ||||
* | Core: Removed tests for .attr() ARIA override since the override no longer ↵ | Scott González | 2010-07-21 | 2 | -22/+0 |
| | | | | exists. | ||||
* | Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ↵ | Scott González | 2010-07-21 | 1 | -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ález | 2010-07-20 | 1 | -5/+1 |
| | | | | on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar. | ||||
* | Tabs: Added tests for select event. | Scott González | 2010-07-20 | 1 | -1/+12 |
| | |||||
* | Accordion: Use this.headers instead of parsing the DOM to find headers when ↵ | Scott González | 2010-07-20 | 1 | -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ález | 2010-07-20 | 1 | -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ález | 2010-07-20 | 1 | -1/+4 |
| | | | | of select element. Partial fix for #5757 - Autocomplete combobox issues. | ||||
* | Autocomplete (combobox demo): Detect valid entries when typed, but not ↵ | Scott González | 2010-07-20 | 1 | -5/+15 |
| | | | | selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values. | ||||
* | Autcomplete: Refactored combobox demo. | Scott González | 2010-07-20 | 1 | -50/+60 |
| | |||||
* | Autocomplete: Clear selectedItem property whenever the user types something. ↵ | Scott González | 2010-07-20 | 2 | -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ález | 2010-07-20 | 1 | -10/+7 |
| | |||||
* | Autocompelte: Only run a search if the value has changed; switching from a ↵ | Scott González | 2010-07-20 | 1 | -14/+4 |
| | | | | blacklist of keys to ignore. Fixes #5716 - autocomplete triggered when field copied with ctrl-c. | ||||
* | Merge remote branch 'origin/master' | jzaefferer | 2010-07-20 | 42 | -113/+273 |
|\ | |||||
| * | 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. |