Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 1 | -0/+18 |
| | | | | 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 | 4 | -35/+4 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Update to latest QUnit. | jzaefferer | 2010-07-30 | 1 | -3/+3 |
| | |||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 4 | -4/+35 |
| | | | | maintain the stack | ||||
* | 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 | 1 | -1/+1 |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | ||||
* | Progressbar: cleanup. | Scott González | 2010-07-29 | 1 | -0/+14 |
| | |||||
* | Tabs: coding standard. | Scott González | 2010-07-28 | 1 | -6/+6 |
| | |||||
* | Core Tests: Fixed image reference. | Scott González | 2010-07-22 | 2 | -1/+1 |
| | |||||
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 2 | -19/+34 |
| | | | | 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 | 2 | -0/+110 |
| | | | | 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 | 2 | -15/+15 |
| | | | | :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: Added appendTo option. Fixes #5836 - Autocomplete: add ↵ | Scott González | 2010-07-21 | 3 | -2/+33 |
| | | | | appendTo option. | ||||
* | Core: Removed tests for .attr() ARIA override since the override no longer ↵ | Scott González | 2010-07-21 | 2 | -22/+0 |
| | | | | exists. | ||||
* | Tabs: Added tests for select event. | Scott González | 2010-07-20 | 1 | -1/+12 |
| | |||||
* | Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes ↵ | Scott González | 2010-07-19 | 2 | -2/+2 |
| | | | | #5691 - wrong menu size calculation in webkit browsers (Autocomplete). | ||||
* | Autocomplete: Added position option. Fixes #5153 - Autocomplete position option. | Scott González | 2010-07-19 | 1 | -1/+6 |
| | |||||
* | Tabs: Updated tests. | Scott González | 2010-07-16 | 2 | -11/+3 |
| | |||||
* | Button performance test: Don't use alert(). | Scott González | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Button performance test: Added alert for time to initialize. | Scott González | 2010-07-16 | 1 | -0/+3 |
| | |||||
* | 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 | 3 | -1/+48 |
| | | | | Widget: Using inheritance overwrites the base classes options. | ||||
* | Updated test for default position option: Reference using-implementation, as ↵ | jzaefferer | 2010-07-15 | 1 | -7/+1 |
| | | | | QUnit compares functions only by reference | ||||
* | 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 | 1 | -2/+101 |
| | | | | Dialog: expose .position() API | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Dialog: Verify that we get a string back from .attr( "title" ) before using ↵ | Scott González | 2010-07-14 | 1 | -0/+1 |
| | | | | 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 | 1 | -0/+202 |
| | | | | breaks when displayed inside a dialog on Internet Explorer. | ||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Datepicker: Added visual test for #5676 - DatePicker Dialog defaultDate ↵ | Richard D. Worth | 2010-05-30 | 1 | -0/+30 |
| | | | | incorrect behaviour | ||||
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵ | Richard D. Worth | 2010-05-26 | 2 | -28/+59 |
| | | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left | ||||
* | Visual test for #5382 - Button: specifying only a secondary icon for the ↵ | jzaefferer | 2010-05-26 | 1 | -1/+2 |
| | | | | button widget locates the icon on the left | ||||
* | Draggable, Resizable: ticket: #5335 - visual test | Carl Fürstenberg | 2010-05-23 | 1 | -57/+47 |
| | | | | | reduced test to the relevant parts, also fix things pointed out by rdworth | ||||
* | Draggable, Resizable: ticket: #5335 - visual test | Carl Fürstenberg | 2010-05-23 | 1 | -0/+62 |
| | |||||
* | Fixed visual test for Autocomplete to include select event. Test for #5405 ↵ | jzaefferer | 2010-05-15 | 1 | -1/+4 |
| | | | | Autocomplete: select event not triggered when mousedown duration > blur timeout | ||||
* | Tabs: unit test to verify that number of panels is equal to number of tabs. | dominiquevincent | 2010-05-10 | 1 | -0/+11 |
| | | | | | | Ticket #5069 - tabs: ui.tabs.add creates two tab panels when using a full URL Signed-off-by: dominiquevincent <dominique.vincent@toitl.com> | ||||
* | added tests for disabled property | carhartl | 2010-05-05 | 1 | -10/+23 |
| | |||||
* | more inline widgets and variations added to theme test page | paulirish | 2010-05-01 | 1 | -45/+187 |
| | |||||
* | visual test page to demonstrate theme. adapted from the UI download build. | paulirish | 2010-04-29 | 2 | -0/+391 |
| | |||||
* | Slider unit tests: Disabled stale tests on Testswarm | jzaefferer | 2010-04-28 | 1 | -1/+12 |
| | |||||
* | added tests for enable/disable | carhartl | 2010-04-20 | 2 | -27/+70 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | maggiewachs | 2010-04-16 | 29 | -605/+1229 |
|\ | |||||
| * | Unit tests: Disable stale widget tests on testswarm | jzaefferer | 2010-04-14 | 4 | -4/+48 |
| | | |||||
| * | Unit tests: Disable stale interaction tests only on testswarm, but allow ↵ | jzaefferer | 2010-04-14 | 4 | -16/+48 |
| | | | | | | | | them to run locally | ||||
| * | Unit tests: Try to disable tests only for testswarm; if this works, I'll ↵ | jzaefferer | 2010-04-14 | 1 | -4/+12 |
| | | | | | | | | modify the other ones as well | ||||
| * | Position unit tests: Add module for testswarm to run all tests | jzaefferer | 2010-04-14 | 1 | -0/+2 |
| | | |||||
| * | Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria ↵ | jzaefferer | 2010-04-13 | 1 | -2/+2 |
| | | | | | | | | attributes test | ||||
| * | Autocomplete unit tests: Fix event handling in IE | jzaefferer | 2010-04-13 | 1 | -2/+3 |
| | |