aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* updated tests to account for scrollbar width/heightDavid Murdoch2011-05-261-1/+1
|
* 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-161-12/+8
| | | | beneficial, and making some other changes based on the code review
* position now passes all tests! 0/David Murdoch2011-05-131-15/+18
|
* Update position to work properly when window and/or within element is scrolled.David Murdoch2011-05-131-6/+11
|
* Update var name to avoid confusionDavid Murdoch2011-05-131-20/+20
|
* 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
|
* Tabs: Fixed select event.Scott González2011-05-101-9/+10
|
* Tabs: Fixed show event.Scott González2011-05-101-11/+15
|
* 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.
* | Merge remote branch 'origin/master'Jörn Zaefferer2011-05-102-84/+113
|\ \
| * \ Merge remote branch 'gnarf37/ticket-7067'Scott González2011-05-102-84/+113
| |\ \
| | * | 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.*: 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 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 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: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-101-39/+32
| | | | |
* | | | | Tabs: Only trigger tabsload on success.Scott González2011-05-091-3/+2
| | | | |
* | | | | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵Scott González2011-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | event; deprecate ajaxOptions and cache options.
* | | | | 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-091-24/+18
| |/ / / |/| | | | | | | | | | | spinner option.
* | | | Merge pull request #229 from kzys/strange-whitespaceRichard D. Worth2011-05-091-1/+1
|\ \ \ \ | | | | | | | | | | 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
| * | | | Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).Kato Kazuyoshi2011-05-071-1/+1
| | | | |
* | | | | Popup: Fix keyboard handling to prevent scrolling on keydownJörn Zaefferer2011-05-071-0/+2
| | | | |
* | | | | Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-072-0/+444
|/ / / /
* | | | Merge pull request #218 from kborchers/bug_6775Scott González2011-05-061-1/+1
|\ \ \ \ | | | | | | | | | | Datepicker: Moved the setting of _datepickerShowing to after postProcess. Fixed #6775
| * | | | Datepicker: Moved the setting of _datepickerShowing to after postProcess to ↵kborchers2011-05-061-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 ↵eddiemonge2011-05-061-0/+0
|/ / / | | | | | | | | | to have execute permissions.
* | | Button: stop disabled button from firing click events. fixes #5945. Behavior ↵Eike Send2011-05-051-0/+5
| | | | | | | | | | | | was inconsisten between BUTTON and A elements.
* | | Merge pull request #200 from kzys/trac-6704-2Scott González2011-05-041-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 Kazuyoshi2011-05-051-2/+1
| | | | | | | | | | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths.
* | | | Merge pull request #201 from kzys/trac-7062Scott González2011-05-041-7/+17
|\ \ \ \ | | | | | | | | | | Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings.
| * | | | Datepicker: Greedy matching in month name. Fixed #7062 - ↵Kato Kazuyoshi2011-05-051-7/+17
| |/ / / | | | | | | | | | | | | $.datepicker.parseDate does not work for some locale date strings.
* / / / Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with ↵Kato Kazuyoshi2011-05-0531-31/+31
|/ / / | | | | | | | | | JavascriptPacker.
* | | Tooltip: Also close on click. Essential for tooltips on menu buttons.Jörn Zaefferer2011-05-041-1/+2
| | |
* | | Menu: Restore _destroy - remove tabIndex (gets added), don't remove IDJörn Zaefferer2011-05-031-1/+1
| | | | | | | | | | | | | | | (can get generated, but removing only generated ideas hopefully isn't necessary). May have to fix that later.