aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - ↵Scott González2011-05-091-8/+37
| |/ / |/| | | | | | | | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).
* | | 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
| | | |
* | | | Merge pull request #231 from itsadok/patch-1Richard D. Worth2011-05-091-1/+1
|\ \ \ \ | | | | | | | | | | fix: delete runaway backslash
| * | | | fix: delete runaway backslash itsadok2011-05-081-1/+1
| |/ / /
* | | | Popup and Menubar demosJörn Zaefferer2011-05-0813-431/+376
| | | |
* | | | 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-075-7/+28
| | | |
* | | | Popup: Better key handling on trigger, along with a few more TODO commentsJörn Zaefferer2011-05-071-4/+14
| | | |
* | | | Tooltip/Popup: Improve video-player demoJörn Zaefferer2011-05-071-5/+15
|/ / /
* | | Popup: Improve key handlingJörn Zaefferer2011-05-071-5/+5
| | |
* | | Popup/Tooltip: Fix tab order and add notifications (on select) inJörn Zaefferer2011-05-072-22/+43
| | | | | | | | | | | | video-player demo.
* | | Popup: If popup is a menu, focus the first menu item, as menubar does.Jörn Zaefferer2011-05-071-0/+4
| | |
* | | Popup: Fix the reopens-issue when clicking the trigger while popup isJörn Zaefferer2011-05-071-3/+10
| | | | | | | | | | | | visible, while still handling an actualy blur properly.
* | | 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.
* | Merge pull request #207 from eikes/bug-5945Scott González2011-05-051-0/+5
|\ \ | | | | | | Button: stop disabled button from firing click events. fixes #5945.
| * | Button: stop disabled button from firing click events. fixes #5945. Behavior ↵Eike Send2011-05-051-0/+5
| | | | | | | | | | | | was inconsisten between BUTTON and A elements.
* | | Popup: Rename open flag to isOpen to avoid name conflict with open method.Jörn Zaefferer2011-05-051-4/+4
|/ /
* | Merge pull request #200 from kzys/trac-6704-2Scott González2011-05-042-2/+9
|\ \ | | | | | | 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-052-2/+9
| | | | | | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths.