aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Effects (blind): direction now accepts up/down/left/right as well as ↵gnarf2011-05-031-13/+42
| | | | vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
* Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵Scott González2011-05-031-2/+2
| | | | Deprecate select method.
* Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵Scott González2011-05-031-12/+8
| | | | selected option to active.
* Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵Scott González2011-05-031-4/+6
| | | | enable and disable events.
* Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵Jean-Francois Remy2011-05-031-9/+26
| | | | - Position: Collision: fit doesn't work at top of window when scrolled.
* Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize ↵Adam Baratz2011-05-021-13/+19
| | | | initialization.
* Merge pull request #187 from virgofx/master.Scott González2011-05-021-18/+20
|\ | | | | Fix #7270 - Draggable iFrameFix
| * Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270.Mark Johnson2011-04-191-18/+20
| |
* | Merge pull request #191 from whittet/patch-1.Scott González2011-05-021-1/+1
|\ \ | | | | | | Bug fix for another use case, see comment by whittet here: http://bugs.jq
| * | Bug fix for another use case, see comment by whittet here: ↵whittet2011-04-271-1/+1
| | | | | | | | | | | | http://bugs.jqueryui.com/ticket/6702
* | | Merge pull request #192 from ef4/master.Scott González2011-05-021-14/+28
|\ \ \ | | | | | | | | Fixed #4445 containment ignored when scrolling in overflow div
| * | | Draggable: containment now updates dynamically to handle scrolling ↵Edward Faulkner2011-04-281-14/+28
| | | | | | | | | | | | | | | | container. Fixed #4445 containment ignored when scrolling in overflow div
* | | | Tooltip: Replace offset property with inline my+offset to make it easierJörn Zaefferer2011-05-021-3/+2
| | | | | | | | | | | | | | | | | | | | to override the offset. Fixes the odd offset in the video player demo. Also doesn't need units.
* | | | Datepicker: bind hover events using delegate. Fixed #7256 - minimize event ↵adambaratz2011-05-021-20/+27
| | | | | | | | | | | | | | | | binding in Datepicker initialization.
* | | | Widget: show/hide effects added BackCompatgnarf2011-05-021-2/+2
| | | |
* | | | widget: Updating code for show/hide to use new effects API namespace - ↵gnarf2011-05-021-12/+3
| | | | | | | | | | | | | | | | DRY'ed out a bit as well
* | | | Merge branch 'master' into tooltip-animationsJörn Zaefferer2011-05-029-194/+271
|\ \ \ \
| * | | | Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.adambaratz2011-04-291-21/+25
| | | | |
| * | | | Tabs: Cleaned up add and remove methods.Scott González2011-04-281-24/+30
| | | | |
| * | | | Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-22/+14
| | | | |
| * | | | Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-13/+23
| | | | |
| * | | | Tabs: Remove refresh dependancy in _setOptionsDavid Petersen2011-04-281-2/+15
| | | | |
| * | | | Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-281-0/+3
| | | | |
| * | | | Tabs: enable/disable handle when current state already matches, fix error ↵David Petersen2011-04-281-1/+9
| | | | | | | | | | | | | | | | | | | | when disabled = true and enable gets called
| * | | | Tabs: simplify disabled logicDavid Petersen2011-04-281-46/+40
| |/ / /
| * | | Tabs: Make sure prototype.url is defined before trying to shim itDavid Petersen2011-04-281-8/+9
| | | |
| * | | Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and ↵Scott González2011-04-271-25/+24
| |/ / | | | | | | | | | adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6."
| * | Merge branch 'master' into menubarJörn Zaefferer2011-04-265-10/+38
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ui/jquery.ui.menu.js
| | * | Widget: define a null default for the create callback.Scott González2011-04-251-1/+4
| | | |
| | * | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-253-5/+25
| | | |
| | * | Menu: Add ui-state-active to parent item when submenu item receives focus.jzaefferer2011-04-231-2/+3
| | | |
| | * | Menu: Add icons supportjzaefferer2011-04-201-1/+4
| | | |
| | * | Menu: Make keyboard focus matching take submenus into accountjzaefferer2011-04-201-2/+2
| | |/
| * | Fix collapsing submenus issueHans Hillen2011-04-221-3/+1
| | |
| * | Prevent branch menuitems from firing select eventHans Hillen2011-04-221-2/+9
| | |
| * | Fix "menubar does not collapse when clicking on other menubar" + minor changesHans Hillen2011-04-181-0/+1
| | |
| * | ARIA & Focus changes to menu, specifically to how aria-activedescendant is ↵Hans Hillen2011-04-151-30/+43
| |/ | | | | | | handled
| * Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day ↵Lopo2011-04-151-1/+1
| | | | | | | | name for Slovak localization.
| * Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: ↵Scott González2011-04-151-1/+1
| | | | | | | | Incorrect dateFormat in jquery.ui.datepicker-nl.js.
* | Tooltip: Overhaul widget animations code to allow delay with plain show/hideJörn Zaefferer2011-05-021-5/+16
| |
* | Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-212-3/+5
| | | | | | | | out how to combine that with non-animated show/hide.
* | Stop show animation on hide. Now that we don't reuse the tooltipjzaefferer2011-04-151-0/+1
| | | | | | | | element, we can safely do that.
* | Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-152-2/+22
|/
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-62/+68
| | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that.
* Tabs: Fixed issues with collapsible and active options.Scott González2011-04-111-0/+10
|
* Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ↵Kyle Florence2011-04-091-0/+1
| | | | hidden when value is at 0%
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-0/+4
|