Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated tests to account for scrollbar width/height | David Murdoch | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -12/+8 |
| | | | | beneficial, and making some other changes based on the code review | ||||
* | position now passes all tests! 0/ | David Murdoch | 2011-05-13 | 1 | -15/+18 |
| | |||||
* | Update position to work properly when window and/or within element is scrolled. | David Murdoch | 2011-05-13 | 1 | -6/+11 |
| | |||||
* | Update var name to avoid confusion | David Murdoch | 2011-05-13 | 1 | -20/+20 |
| | |||||
* | 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 |
| | |||||
* | Tabs: Fixed select event. | Scott González | 2011-05-10 | 1 | -9/+10 |
| | |||||
* | Tabs: Fixed show event. | Scott González | 2011-05-10 | 1 | -11/+15 |
| | |||||
* | 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. | ||||
* | | Merge remote branch 'origin/master' | Jörn Zaefferer | 2011-05-10 | 2 | -84/+113 |
|\ \ | |||||
| * \ | Merge remote branch 'gnarf37/ticket-7067' | Scott González | 2011-05-10 | 2 | -84/+113 |
| |\ \ | |||||
| | * | | 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.*: 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 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 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 | ||||
* | | | | | Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option. | Scott González | 2011-05-10 | 1 | -39/+32 |
| | | | | | |||||
* | | | | | Tabs: Only trigger tabsload on success. | Scott González | 2011-05-09 | 1 | -3/+2 |
| | | | | | |||||
* | | | | | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵ | Scott González | 2011-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | event; deprecate ajaxOptions and cache options. | ||||
* | | | | | Merge pull request #235 from kborchers/bug_4333_2 | Scott González | 2011-05-09 | 1 | -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 ↵ | kborchers | 2011-05-09 | 1 | -4/+8 |
| | |/ / / | |/| | | | | | | | | | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE | ||||
* | | | | | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵ | Scott González | 2011-05-09 | 1 | -24/+18 |
| |/ / / |/| | | | | | | | | | | | spinner option. | ||||
* | | | | Merge pull request #229 from kzys/strange-whitespace | Richard D. Worth | 2011-05-09 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020). | ||||
| * | | | | Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020). | Kato Kazuyoshi | 2011-05-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Popup: Fix keyboard handling to prevent scrolling on keydown | Jörn Zaefferer | 2011-05-07 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 2 | -0/+444 |
|/ / / / | |||||
* | | | | Merge pull request #218 from kborchers/bug_6775 | Scott González | 2011-05-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Datepicker: Moved the setting of _datepickerShowing to after postProcess. Fixed #6775 | ||||
| * | | | | Datepicker: Moved the setting of _datepickerShowing to after postProcess to ↵ | kborchers | 2011-05-06 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out | ||||
* / / / | Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need ↵ | eddiemonge | 2011-05-06 | 1 | -0/+0 |
|/ / / | | | | | | | | | | to have execute permissions. | ||||
* | | | Button: stop disabled button from firing click events. fixes #5945. Behavior ↵ | Eike Send | 2011-05-05 | 1 | -0/+5 |
| | | | | | | | | | | | | was inconsisten between BUTTON and A elements. | ||||
* | | | Merge pull request #200 from kzys/trac-6704-2 | Scott González | 2011-05-04 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths. | ||||
| * | | | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed ↵ | Kato Kazuyoshi | 2011-05-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths. | ||||
* | | | | Merge pull request #201 from kzys/trac-7062 | Scott González | 2011-05-04 | 1 | -7/+17 |
|\ \ \ \ | | | | | | | | | | | Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings. | ||||
| * | | | | Datepicker: Greedy matching in month name. Fixed #7062 - ↵ | Kato Kazuyoshi | 2011-05-05 | 1 | -7/+17 |
| |/ / / | | | | | | | | | | | | | $.datepicker.parseDate does not work for some locale date strings. | ||||
* / / / | Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with ↵ | Kato Kazuyoshi | 2011-05-05 | 31 | -31/+31 |
|/ / / | | | | | | | | | | JavascriptPacker. | ||||
* | | | Tooltip: Also close on click. Essential for tooltips on menu buttons. | Jörn Zaefferer | 2011-05-04 | 1 | -1/+2 |
| | | | |||||
* | | | Menu: Restore _destroy - remove tabIndex (gets added), don't remove ID | Jörn Zaefferer | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | (can get generated, but removing only generated ideas hopefully isn't necessary). May have to fix that later. |