Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated tests to account for scrollbar width/height | David Murdoch | 2011-05-26 | 2 | -7/+32 |
| | |||||
* | Now takes scrollbar width into account in collision detection | David Murdoch | 2011-05-26 | 1 | -4/+30 |
| | |||||
* | Removing unnecessary variables, caching 'within' in tests where its ↵ | David Murdoch | 2011-05-16 | 3 | -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 Murdoch | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | position now passes all tests! 0/ | David Murdoch | 2011-05-13 | 3 | -21/+23 |
| | |||||
* | Update position to work properly when window and/or within element is scrolled. | David Murdoch | 2011-05-13 | 1 | -6/+11 |
| | |||||
* | Update test to make things a bit easier to test | David Murdoch | 2011-05-13 | 1 | -3/+7 |
| | |||||
* | Update var name to avoid confusion | David Murdoch | 2011-05-13 | 1 | -20/+20 |
| | |||||
* | The qunit-fixture were preventing the results from being clicked. Make the ↵ | David Murdoch | 2011-05-12 | 2 | -10/+9 |
| | | | | results appear on top of the qunit-fixture | ||||
* | Another whitespace fix | David Murdoch | 2011-05-12 | 1 | -103/+103 |
| | |||||
* | Add tests for position's `within` | David Murdoch | 2011-05-12 | 3 | -19/+586 |
| | |||||
* | Whitespace fix | David Murdoch | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | Fix typos in original tests | David Murdoch | 2011-05-12 | 1 | -3/+2 |
| | |||||
* | Update title to reflect test | David Murdoch | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | Add a new visual test for position | David Murdoch | 2011-05-12 | 1 | -0/+177 |
| | |||||
* | Replace comma with semi-colon. How'd that get there? | David Murdoch | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | fix spacing and add in a missing comma | David Murdoch | 2011-05-11 | 1 | -5/+6 |
| | |||||
* | Fix issue when window is "within". | David Murdoch | 2011-05-11 | 1 | -22/+24 |
| | |||||
* | Fix #5645 - Position: Allow for arbitrary element to be containing element | David Murdoch | 2011-05-11 | 1 | -25/+37 |
| | |||||
* | Autocomplete scrollable demo: Added missing menu dependency. | Scott González | 2011-05-11 | 1 | -0/+1 |
| | |||||
* | Tabs: Fixed select event. | Scott González | 2011-05-10 | 2 | -27/+47 |
| | |||||
* | Tabs: Fixed show event. | Scott González | 2011-05-10 | 2 | -25/+50 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Scott González | 2011-05-10 | 4 | -30/+80 |
|\ | |||||
| * | Autocomplete: Add comment to fix for #7269 | Jörn Zaefferer | 2011-05-10 | 1 | -0/+1 |
| | | |||||
| * | Merge remote branch 'treyhunner/topic/arrow-keys' | Jörn Zaefferer | 2011-05-10 | 1 | -0/+26 |
| |\ | |||||
| | * | Autocomplete: Fix list traversal bug. Fixes #7269 - autocomplete: holding ↵ | Trey Hunner | 2011-04-20 | 1 | -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 Zaefferer | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Combobox: Incorrect button size | ||||
| * | | Combobox demo: Set tooltip class via option | Jörn Zaefferer | 2011-05-10 | 1 | -4/+3 |
| | | | |||||
| * | | Merge remote branch 'kzys/trac-7197' | Jörn Zaefferer | 2011-05-10 | 1 | -24/+29 |
| |\ \ | |||||
| | * | | Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ↵ | Kato Kazuyoshi | 2011-05-07 | 1 | -24/+29 |
| | | | | | | | | | | | | | | | | - Combobox: not valid value is set. | ||||
| * | | | Merge remote branch 'origin/master' | Jörn Zaefferer | 2011-05-10 | 3 | -90/+121 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote branch 'kborchers/unitTest_bug_7024' | Jörn Zaefferer | 2011-05-10 | 1 | -0/+16 |
| |\ \ \ \ | |||||
| | * | | | | Autocomplete: Added unit test to check for preventing value change when an ↵ | kborchers | 2011-05-10 | 1 | -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 Zaefferer | 2011-05-10 | 2 | -1/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Autocomplete: Added check to determine if menu has just been created to ↵ | kborchers | 2011-05-09 | 2 | -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ález | 2011-05-10 | 2 | -5/+27 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | effects.test: adding a test for size using toggle | gnarf | 2011-05-04 | 2 | -7/+22 |
| | | | | | | | |||||
| * | | | | | | effects.tests: Adding 'size' effect to the visual effect tests | gnarf | 2011-05-04 | 2 | -0/+7 |
| | | | | | | | |||||
* | | | | | | | Merge remote branch 'gnarf37/ticket-7067' | Scott González | 2011-05-10 | 3 | -90/+121 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | effects.pulsate: tweaking 'times' - if showing / hiding the animation has an ↵ | gnarf | 2011-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | extra 'half' time as opposed to removing a 'half' time | ||||
| * | | | | | | effects.bounce: Fixing hide bounce distance calculation | gnarf | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | effect.bounce: ignoring the margins for the height calc | gnarf | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | effect.bounce: fixing default distance to be 1/3 the size of the bouncing ↵ | gnarf | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | box - thx @scott_gonzalez for catching this | ||||
| * | | | | | | effects.pulsate: set default mode to 'effect' | gnarf | 2011-05-03 | 1 | -3/+4 |
| | | | | | | | |||||
| * | | | | | | Some minor tweaks to the effects, trying to clean up code a bit + style guidance | gnarf | 2011-05-01 | 2 | -55/+63 |
| | | | | | | | |||||
| * | | | | | | effects.bounce: removing the opti for duration, the normalizeArguments in ↵ | gnarf | 2011-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | core will ALWAYS set a duration, no need to default here | ||||
| * | | | | | | effects.tests: changing the way the effects test runs - using delay() ↵ | gnarf | 2011-03-27 | 1 | -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 ↵ | gnarf | 2011-03-27 | 2 | -60/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ms - Fixes #7067 - Also making sure the queued animations run DIRECTLY after the effect | ||||
* | | | | | | | Merge pull request #234 from carsonmcdonald/issue6948 | Scott González | 2011-05-10 | 1 | -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 McDonald | 2011-05-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Resizable autoHide Doesn't Work With Resizable's disable |