aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Simplify logic for showing/hiding tabs.Scott González2011-05-111-36/+10
|
* Menu: Fixed variable name.Scott González2011-05-111-2/+2
|
* Menu: Use appropriate methods for getting scroll values for .prop()/.attr() ↵Scott González2011-05-111-4/+5
| | | | compat. Fixes #7354 - Autocomplete: Scrollable results don't visually update with jQuery 1.6.
* Autocomplete scrollable demo: Added missing menu dependency.Scott González2011-05-111-0/+1
|
* Tabs: Fixed select event.Scott González2011-05-102-27/+47
|
* Tabs: Fixed show event.Scott González2011-05-102-25/+50
|
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2011-05-104-30/+80
|\
| * Autocomplete: Add comment to fix for #7269Jörn Zaefferer2011-05-101-0/+1
| |
| * Merge remote branch 'treyhunner/topic/arrow-keys'Jörn Zaefferer2011-05-101-0/+26
| |\
| | * Autocomplete: Fix list traversal bug. Fixes #7269 - autocomplete: holding ↵Trey Hunner2011-04-201-0/+26
| | | | | | | | | | | | | | | | | | | | | down arrow keys in Firefox does not traverse list Use keypress event for listening for arrow keys because Firefox and Opera do not repeat keydown events for these keys.
| * | Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - ↵Jörn Zaefferer2011-05-101-1/+1
| | | | | | | | | | | | Combobox: Incorrect button size
| * | Combobox demo: Set tooltip class via optionJörn Zaefferer2011-05-101-4/+3
| | |
| * | Merge remote branch 'kzys/trac-7197'Jörn Zaefferer2011-05-101-24/+29
| |\ \
| | * | Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ↵Kato Kazuyoshi2011-05-071-24/+29
| | | | | | | | | | | | | | | | - Combobox: not valid value is set.
| * | | Merge remote branch 'origin/master'Jörn Zaefferer2011-05-103-90/+121
| |\ \ \
| * \ \ \ Merge remote branch 'kborchers/unitTest_bug_7024'Jörn Zaefferer2011-05-101-0/+16
| |\ \ \ \
| | * | | | Autocomplete: Added unit test to check for preventing value change when an ↵kborchers2011-05-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | unintended mouseover event (Firefox) is fired before blur. Proposed fix is in pull request 236
| * | | | | Merge remote branch 'kborchers/bug_7024'Jörn Zaefferer2011-05-102-1/+4
| |\ \ \ \ \
| | * | | | | Autocomplete: Added check to determine if menu has just been created to ↵kborchers2011-05-092-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | override mouseover event and reset that variable from autocomplete on close. Fixed #7024 - Autocomplete menu options are activated even if mouse is not moved
* | | | | | | Merge remote branch 'gnarf37/effects-visual-test'Scott González2011-05-102-5/+27
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | effects.test: adding a test for size using togglegnarf2011-05-042-7/+22
| | | | | | |
| * | | | | | effects.tests: Adding 'size' effect to the visual effect testsgnarf2011-05-042-0/+7
| | | | | | |
* | | | | | | Merge remote branch 'gnarf37/ticket-7067'Scott González2011-05-103-90/+121
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | effects.pulsate: tweaking 'times' - if showing / hiding the animation has an ↵gnarf2011-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | extra 'half' time as opposed to removing a 'half' time
| * | | | | | effects.bounce: Fixing hide bounce distance calculationgnarf2011-05-031-1/+1
| | | | | | |
| * | | | | | effect.bounce: ignoring the margins for the height calcgnarf2011-05-031-1/+1
| | | | | | |
| * | | | | | effect.bounce: fixing default distance to be 1/3 the size of the bouncing ↵gnarf2011-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | box - thx @scott_gonzalez for catching this
| * | | | | | effects.pulsate: set default mode to 'effect'gnarf2011-05-031-3/+4
| | | | | | |
| * | | | | | Some minor tweaks to the effects, trying to clean up code a bit + style guidancegnarf2011-05-012-55/+63
| | | | | | |
| * | | | | | effects.bounce: removing the opti for duration, the normalizeArguments in ↵gnarf2011-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | core will ALWAYS set a duration, no need to default here
| * | | | | | effects.tests: changing the way the effects test runs - using delay() ↵gnarf2011-03-271-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of callbacks can help us see if we have places where we destroyed the queue
| * | | | | | effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ↵gnarf2011-03-272-60/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ms - Fixes #7067 - Also making sure the queued animations run DIRECTLY after the effect
* | | | | | | Merge pull request #234 from carsonmcdonald/issue6948Scott González2011-05-101-0/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Resizable: Skip autohide hover action when resizable is disabled. Fix #69
| * | | | | | Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 ↵Carson McDonald2011-05-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Resizable autoHide Doesn't Work With Resizable's disable
* | | | | | | Tabs: Remvoed spinner image from tests.Scott González2011-05-101-0/+0
| | | | | | |
* | | | | | | Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-102-66/+59
| | | | | | |
* | | | | | | Tabs: Moved tests out of tickets file.Scott González2011-05-105-40/+29
| | | | | | |
* | | | | | | Tabs: Updated tests for destroy method.Scott González2011-05-091-13/+4
| | | | | | |
* | | | | | | Tabs: Added tests for beforeload event on init.Scott González2011-05-091-6/+24
| | | | | | |
* | | | | | | Tabs: Updated tests for disabled option.Scott González2011-05-091-13/+19
| | | | | | |
* | | | | | | Tabs: Added tests for event option.Scott González2011-05-091-2/+49
| | | | | | |
* | | | | | | Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.Scott González2011-05-091-2/+12
| | | | | | |
* | | | | | | Tabs: Only trigger tabsload on success.Scott González2011-05-092-5/+7
| | | | | | |
* | | | | | | Tabs: Add tabsload event tests.David Petersen2011-05-091-2/+60
| | | | | | |
* | | | | | | Readme update: Some instructions for cherry-picking from pull requestsJörn Zaefferer2011-05-091-0/+17
| | | | | | |
* | | | | | | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵Scott González2011-05-092-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | event; deprecate ajaxOptions and cache options.
* | | | | | | Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add ↵Scott González2011-05-091-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beforeload event; deprecate ajaxOptions and cache options. Thanks gnarf for the unit test idea.
* | | | | | | Merge pull request #235 from kborchers/bug_4333_2Scott González2011-05-091-4/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
| * | | | | | | Mouse: Changed mouseHandled check to a local var rather than using ↵kborchers2011-05-091-4/+8
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE
* | | | | | | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵Scott González2011-05-092-50/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | spinner option.