aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated tests to account for scrollbar width/heightDavid Murdoch2011-05-262-7/+32
|
* Now takes scrollbar width into account in collision detectionDavid Murdoch2011-05-261-4/+30
|
* Removing unnecessary variables, caching 'within' in tests where its ↵David Murdoch2011-05-163-201/+83
| | | | beneficial, and making some other changes based on the code review
* Update core visual test to allow testing while the window is scrolled.David Murdoch2011-05-131-1/+1
|
* position now passes all tests! 0/David Murdoch2011-05-133-21/+23
|
* Update position to work properly when window and/or within element is scrolled.David Murdoch2011-05-131-6/+11
|
* Update test to make things a bit easier to testDavid Murdoch2011-05-131-3/+7
|
* Update var name to avoid confusionDavid Murdoch2011-05-131-20/+20
|
* The qunit-fixture were preventing the results from being clicked. Make the ↵David Murdoch2011-05-122-10/+9
| | | | results appear on top of the qunit-fixture
* Another whitespace fixDavid Murdoch2011-05-121-103/+103
|
* Add tests for position's `within`David Murdoch2011-05-123-19/+586
|
* Whitespace fixDavid Murdoch2011-05-121-1/+1
|
* Fix typos in original testsDavid Murdoch2011-05-121-3/+2
|
* Update title to reflect testDavid Murdoch2011-05-121-1/+1
|
* Add a new visual test for positionDavid Murdoch2011-05-121-0/+177
|
* Replace comma with semi-colon. How'd that get there?David Murdoch2011-05-121-1/+1
|
* fix spacing and add in a missing commaDavid Murdoch2011-05-111-5/+6
|
* Fix issue when window is "within".David Murdoch2011-05-111-22/+24
|
* Fix #5645 - Position: Allow for arbitrary element to be containing elementDavid Murdoch2011-05-111-25/+37
|
* 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