Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 ↵ | ALLPRO | 2010-06-10 | 1 | -20/+33 |
| | | | | - Invalid reference in UI Resizable hack for Opera. Fixes #5662/5695/3842 - When resizing from top or left edge, Dialog adds top/left CSS values to content element. Enhances Dialog - Allows dialog-content to have position:relative to 'contain' floated and positioned elements. Bug Demo for #5662 - http://layout.jquery-dev.net/samples/ui_dialog_bug.html | ||||
* | Selectable: moved position absolute and z-index to css. Fixed #4475 - ↵ | Richard D. Worth | 2010-05-26 | 1 | -2/+0 |
| | | | | Selectable helper has z-index hard coded | ||||
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵ | Richard D. Worth | 2010-05-26 | 1 | -3/+3 |
| | | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left | ||||
* | Core: Better detection of when core is loaded twice. Fixes #5636 - Load ↵ | Scott González | 2010-05-19 | 1 | -3/+12 |
| | | | | ui.position before ui.core couse ui.core not execute. | ||||
* | Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long ↵ | jzaefferer | 2010-05-18 | 1 | -1/+7 |
| | | | | mousedown. Fix for #5405 - Autocomplete: select event not triggered when mousedown duration > blur timeout | ||||
* | Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in ↵ | Scott González | 2010-05-17 | 1 | -2/+10 |
| | | | | closure compiler. Fixes #5576 - invalid increment operand. | ||||
* | Selectable: Creation of helper must conform with style guide. | adam j. sontag | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Selectable: Add default CSS for ui-selectable-helper to CSS framework to ↵ | adam j. sontag | 2010-05-13 | 1 | -3/+1 |
| | | | | allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS | ||||
* | Datepicker: cleaning up the datepicker open transition. fixed #5609 - ↵ | Paul Irish | 2010-05-13 | 1 | -2/+2 |
| | | | | Datepicker: change default opening animation to fadeIn | ||||
* | Selectable: modified _mouseStart function to unselect event.target if the | Jack Hsu | 2010-05-12 | 1 | -4/+11 |
| | | | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect | ||||
* | Selectable: modified _mouseStart function to unselect event.target if the ↵ | Jack Hsu | 2010-05-12 | 1 | -6/+9 |
| | | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect | ||||
* | Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ↵ | Richard D. Worth | 2010-05-11 | 1 | -2/+2 |
| | | | | go outside min and max with keyboard | ||||
* | Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong ↵ | Richard D. Worth | 2010-05-11 | 1 | -1/+1 |
| | | | | date format for polish regional | ||||
* | Slider: fixed step alignment to handle negative fractional values. Fixed ↵ | Richard D. Worth | 2010-05-11 | 1 | -3/+3 |
| | | | | #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe. | ||||
* | Slider: trim value to min and max when page_up or page_down is pressed. ↵ | Richard D. Worth | 2010-05-11 | 1 | -2/+2 |
| | | | | Fixed #5591 - Slider: can go below its defined minimum with PageDown | ||||
* | Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - ↵ | Richard D. Worth | 2010-05-11 | 1 | -1/+1 |
| | | | | Datepicker localization SK. Thanks borsuk | ||||
* | Fix 'this.options is undefined' in sortable by using this instead of self | ornicar | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - ↵ | Richard D. Worth | 2010-05-04 | 1 | -3/+6 |
| | | | | invalid increment operand | ||||
* | Remove previous text/icon classes when updating buttons. | Scott González | 2010-04-29 | 1 | -4/+4 |
| | | | | Fixes #5567 - button text, hide then show again. | ||||
* | Removed case-sensitive .nodeName check. | Scott González | 2010-04-27 | 1 | -3/+1 |
| | | | Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems. | ||||
* | Revert "Draggable: Don't use computed style for top and left of ↵ | Richard D. Worth | 2010-04-23 | 1 | -2/+2 |
| | | | | | | position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera" This reverts commit dc94bbf53628ada1b5d8e7da909f63bfe10f25ff. | ||||
* | Autocomplete: Ignore command (left and right/menu/windows), insert, caps ↵ | Scott González | 2010-04-23 | 1 | -0/+7 |
| | | | | | | lock, home, end keys. Fixes #5415 - Catch all common keys while typing a word. | ||||
* | Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes. | Scott González | 2010-04-23 | 1 | -1/+6 |
| | | | | Fixes #5542 - Add keyCodes for command buttons. | ||||
* | Button: Added missing semicolon. | Scott González | 2010-04-23 | 1 | -1/+1 |
| | | | | Fixes #5536 - Mission semicolon on line 5368. | ||||
* | Draggable: Don't use computed style for top and left of position:relative ↵ | Richard D. Worth | 2010-04-22 | 1 | -2/+2 |
| | | | | elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera | ||||
* | Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file | Richard D. Worth | 2010-04-21 | 1 | -6/+6 |
| | |||||
* | Autocomplete: Refactored code for array filtering into ↵ | jzaefferer | 2010-04-16 | 1 | -5/+7 |
| | | | | $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data | ||||
* | sortable: don't call the base widget _setOption for disabled to avoid the ↵ | Richard D. Worth | 2010-04-09 | 1 | -0/+12 |
| | | | | ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class | ||||
* | Autocomplete: Track input changes and fire change-event on blur, along with ↵ | jzaefferer | 2010-04-08 | 1 | -2/+9 |
| | | | | selected item, if available. Fix for #5490 | ||||
* | Fixed spelling of Poniedziałek - Fix for #5487 - Datepicker localization: ↵ | Jörn Zaefferer | 2010-04-06 | 1 | -1/+1 |
| | | | | Spelling of dayname wrong | ||||
* | Accordion: Fixed case for tabIndex (was tabindex), fixes failing ↵ | jzaefferer | 2010-04-03 | 1 | -2/+2 |
| | | | | destroy-test in IE6 | ||||
* | slider: jslint cleanup (thanks for the start zhaoz) and style changes to ↵ | Richard D. Worth | 2010-04-02 | 1 | -334/+382 |
| | | | | meet http://docs.jquery.com/JQuery_Core_Style_Guidelines | ||||
* | ui core: enableSelection, disableSelection: Removed selectstart event ↵ | Richard D. Worth | 2010-04-02 | 1 | -4/+2 |
| | | | | filters from enableDisable and disableSelection as these are general utility convenience methods intended to prevent native browser text selection not jQuery UI Selectable selection. Fixes #5477 - core: enableSelection and disableSelection should only prevent native browser text selection | ||||
* | slider: corrected a regression introduced by commit 5ffd3ab | Richard D. Worth | 2010-04-02 | 1 | -2/+2 |
| | |||||
* | Slider: added support for canceling start event. Fixes #5472 - slider: event ↵ | Richard D. Worth | 2010-04-01 | 1 | -3/+9 |
| | | | | start not cancelable | ||||
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ↵ | Richard D. Worth | 2010-04-01 | 1 | -19/+22 |
| | | | | programatically | ||||
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 1 | -145/+0 |
| | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master. | ||||
* | Merge branch 'tooltip' of github.com:jquery/jquery-ui | jzaefferer | 2010-04-01 | 1 | -0/+145 |
|\ | |||||
| * | Tooltip: Renamed show to open and open to _show (based on spec), changed ↵ | unknown | 2010-03-31 | 1 | -6/+8 |
| | | | | | | | | trigger(show) to trigger(open) and added trigger(close); always use element as target, enabling programmatic opening and closing | ||||
| * | Merge branch 'master' into tooltip | jzaefferer | 2010-03-27 | 3 | -18/+13 |
| |\ | |||||
| * \ | Merge branch 'master' into tooltip | jzaefferer | 2010-03-26 | 3 | -5/+9 |
| |\ \ | |||||
| * | | | Tooltip: Added comment about asny response handling | jzaefferer | 2010-03-25 | 1 | -0/+1 |
| | | | | |||||
| * | | | Tooltip: Add role='application' to body when there is no role attribute; ↵ | jzaefferer | 2010-03-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | required for screenreaders to interpret aria attributes correctly | ||||
| * | | | Tooltip: Fix positioning | jzaefferer | 2010-03-25 | 1 | -1/+4 |
| | | | | |||||
| * | | | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) ↵ | jzaefferer | 2010-03-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | support for event delegation | ||||
| * | | | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 1 | -0/+134 |
| | | | | |||||
* | | | | Changed widget factory to keep generic css framework class -state-disabled ↵ | Richard D. Worth | 2010-03-29 | 1 | -2/+2 |
| |_|/ |/| | | | | | | | | in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful | ||||
* | | | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2010-03-27 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Position: Use parseInt() to prevent fractional pixel values. | Scott González | 2010-03-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Fixes #5280 - ui.position generates different position in static context. | ||||
* | | | | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵ | jzaefferer | 2010-03-27 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too |