Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: ↵ | marcneuwirth | 2011-06-27 | 1 | -2/+1 | |
| | | | | | | | | _selectDate restores focus to non-object | |||||
| * | Updating the 1-8-stable version to 1.8.15pre | Scott González | 2011-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | Tagging the 1.8.14 release.1.8.14 | Scott González | 2011-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | Datepicker: Set font-size to 0em on ui-datepicker-row-break to override ↵ | kborchers | 2011-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | font-size coming from ui-widget which caused the height to be too tall in IE (cherry picked from commit abf833049d4e56b591595b65c5150baa0ff2223f) | |||||
| * | Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row ↵ | kborchers | 2011-06-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | datepicker. (cherry picked from commit ed7802090fc6ec8109d69c91a425adfffb8cff39) | |||||
| * | Datepicker: Calculate the max number of rows necessary when displaying ↵ | kborchers | 2011-06-16 | 1 | -1/+7 | |
| | | | | | | | | | | | | months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed (cherry picked from commit 1d984e76b79bfeda15eff392e06d8ed0eab72333) | |||||
| * | Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be ↵ | Scott González | 2011-06-13 | 1 | -10/+15 | |
| | | | | | | | | used with jQuery 1.3.2 due to use of .delegate(). | |||||
| * | Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo ↵ | Scott González | 2011-05-28 | 1 | -1/+1 | |
| | | | | | | | | 'easding'. | |||||
| * | Droppable: Added dragStart and dragStop to ddmanager and call them from ↵ | kborchers | 2011-05-27 | 2 | -0/+18 | |
| | | | | | | | | | | | | draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo (cherry picked from commit 67bd872fe1f8c4763d646f4eca852777e6f7a126) | |||||
| * | Mouse: Optimize the cancel locator, works around a bug where ↵ | Jay Merrifield | 2011-05-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog) (cherry picked from commit 09e88d6220af2f90197c826ac3a31a0ca97f2c8f) | |||||
| * | Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ↵ | Jeff Remy | 2011-05-26 | 1 | -3/+31 | |
| | | | | | | | | | | | | - Resizable with aspectRatio true & a maxWidth doesn't obey ratio once hit max width. (cherry picked from commit 981e96948f45e5c5c32d005e379a5030c98c3d8d) | |||||
| * | Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still ↵ | Andrew Powell | 2011-05-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | allow clicks (cherry picked from commit 597a313ab67bc10627d9c17c941776514ea5bd7c) | |||||
| * | Button: modified the event bindings for focus and blur. Fixed #6711 - ↵ | Glenn Goodrich | 2011-05-26 | 2 | -7/+17 | |
| | | | | | | | | | | | | checkbox/radio button do not show focused state when using Keyboard Navigation (cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579) | |||||
| * | Simulate: account for document scroll in findCenter function. Fixes #6859 - ↵ | Richard D. Worth | 2011-05-26 | 1 | -3/+3 | |
| | | | | | | | | | | | | Jquery.Simulate drag behaves incorrect when container scrolled (cherry picked from commit de3fc0050ee672ce155f0dd65ee9ecdfd818c063) | |||||
| * | Sortable: Changed to check the parent's length so that the dom position of ↵ | kborchers | 2011-05-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. (cherry picked from commit 8e8a7b015f4f5a76c187dfca9af7519ae356bb16) | |||||
| * | Resizable: Remove workaround for handles not working in IE when transparent ↵ | Scott González | 2011-05-20 | 1 | -6/+1 | |
| | | | | | | | | | | | | with overlapping content. Fixes #7397 - Resizable: icon not showing. Fixes #7390 - Resizable: https domain reports 'unsecured items' in IE7. Reopens #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps. (cherry picked from commit 42dd56de5a0d67a7db2c2f49dc665e62afce8dda) | |||||
| * | CSS: added support for konqueror border-radius. Fixed #6097. | jgv | 2011-05-18 | 1 | -5/+5 | |
| | | | | | | | | (cherry picked from commit 0f860cdd9cd378dd9b72bb71e97cf169abb8459b) | |||||
| * | missing comma(cherry picked from commit ↵ | Jesse Baird | 2011-05-18 | 1 | -1/+1 | |
| | | | | | | | | 39fab1f39811818887e8906ede21453ef21833af) | |||||
| * | There's no guard against unparsed characters at the end of the date string, ↵ | Jörn Zaefferer | 2011-05-18 | 2 | -0/+12 | |
| | | | | | | | | | | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years (cherry picked from commit 92b0f6702a9408f4bd7d71ccca7e0e851d0efc6b) | |||||
| * | Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. ↵ | Jörn Zaefferer | 2011-05-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | Fixed #3623 - Opening a Modal Dialog shows a horizontal scroll bar (cherry picked from commit 29b36bb4090632aaf306cc44591386c0263c9d27) | |||||
| * | Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh ↵ | Scott González | 2011-05-18 | 1 | -7/+5 | |
| | | | | | | | | | | | | scope in formResetHandler unintentionally wide. (cherry picked from commit e0fafbb73526f60fdeab3f75532d6a4059d0d82a) | |||||
| * | Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵ | Kato Kazuyoshi | 2011-05-18 | 3 | -4/+18 | |
| | | | | | | | | | | | | onClose event not triggered. (cherry picked from commit 2063a113d6dbae006413896a93d46a34ebc9b155) | |||||
| * | Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera | Ben Boyle | 2011-05-16 | 1 | -1/+1 | |
| | | | | | | | | (cherry picked from commit a6a8611556205aee7c1d6cb82d4ac47050b94678) | |||||
| * | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵ | Jay Merrifield | 2011-05-16 | 2 | -1/+6 | |
| | | | | | | | | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time. (cherry picked from commit 41205cef4b23749592c832605452af6575970623) | |||||
| * | Draggable: Changed logic to only subtract left and top offsets of ↵ | kborchers | 2011-05-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable (cherry picked from commit 6e6d0b749c4724955a88a0a53ae1378391991064) | |||||
| * | Button: Don't fire click/change events if mouse was dragged during click of ↵ | Kris Borchers | 2011-05-13 | 1 | -3/+26 | |
| | | | | | | | | | | | | toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button. (cherry picked from commit a69a1788bc5cd67c6e627e519e20897a0c238945) | |||||
| * | Draggable: Check for grid elements set to 0 to prevent divide by 0 error ↵ | kborchers | 2011-05-13 | 1 | -2/+3 | |
| | | | | | | | | | | | | causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error (cherry picked from commit d136e4333e117b33aa16eb9a3a5831a25b1a2dd9) | |||||
| * | Button: no longer calls _resetButton() after changing the disabled option. ↵ | Doug Neiner | 2011-05-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | Fixed #6242 - Button .enable() strange behavior on Webkit (Google Chrome, Safari) (cherry picked from commit 8df834f68c4337cb6d128360c76a4621f050bd60) | |||||
| * | Button: Added rtl detection so corner classes would properly be applied to ↵ | Doug Neiner | 2011-05-12 | 2 | -2/+18 | |
| | | | | | | | | | | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl (cherry picked from commit 50a4186ef949ecaf7ab4977048160820587218d2) | |||||
| * | Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing ↵ | gnarf | 2011-05-12 | 1 | -9/+4 | |
| | | | | | | | | | | | | size of some CSS (cherry picked from commit 5a5fc9fb410725f333975b5ecd86ea3ad4131758) | |||||
| * | Updating the 1-8-stable version to 1.8.14pre | Scott González | 2011-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | improved: selector, thx to @Ninkasi | Felix Nagel | 2011-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | fixed: resize now forces a close the list, follow-up #147 | Felix Nagel | 2011-10-10 | 1 | -3/+1 | |
| | | ||||||
* | | fixed: nsufficient right padding for .ui-selectmenu-status, thx to ↵ | Felix Nagel | 2011-09-13 | 1 | -1/+1 | |
| | | | | | | | | @jfirebaugh, see #161 | |||||
* | | fixed: toggle dropdown when icon is clicked, related to #147, thx to ↵ | Felix Nagel | 2011-09-13 | 1 | -1/+1 | |
| | | | | | | | | @brainTrain, see #159 | |||||
* | | fixed: jumping in IE9, follow up to #147, see #154, thx to @Ninkasi | Felix Nagel | 2011-08-20 | 1 | -3/+3 | |
| | | ||||||
* | | fixed: disable tab index when init from disabled select, thx to @gcko, see #136 | Felix Nagel | 2011-08-10 | 1 | -1/+1 | |
| | | ||||||
* | | fixed: problem when hiding first option by css, thx to @RobertSheaO, see #152 | Felix Nagel | 2011-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | fixed: zIndex, follow up to #147, thx to @viskenxp, see: ↵ | Felix Nagel | 2011-08-05 | 1 | -3/+1 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/151 | |||||
* | | changed: li element creation, thx to @lephyrius, see selectOptionData[ i ↵ | Felix Nagel | 2011-08-03 | 1 | -2/+21 | |
| | | | | | | | | ].disabled | |||||
* | | fixed: code quality | Felix Nagel | 2011-08-02 | 1 | -10/+9 | |
| | | ||||||
* | | changed: code cleanup | Felix Nagel | 2011-08-02 | 1 | -9/+10 | |
| | | ||||||
* | | changed: code quality, missing semicolon | Felix Nagel | 2011-08-02 | 1 | -42/+42 | |
| | | ||||||
* | | fixed: problem with disabled transfer, THX to Dimitri B., via email | Felix Nagel | 2011-08-02 | 1 | -1/+1 | |
| | | ||||||
* | | fixed: hopefully some issues with positioning and jumping, see: ↵ | Felix Nagel | 2011-08-02 | 2 | -19/+27 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/147 | |||||
* | | fixed: optimize element creation | Felix Nagel | 2011-07-31 | 2 | -47/+57 | |
| | | | | | | | | fixed: wrapper element is now fixed, fixes: https://github.com/fnagel/jquery-ui/issues/80 | |||||
* | | Merge pull request #145 from Netson/patch-1 | Felix Nagel | 2011-07-29 | 1 | -7/+8 | |
|\ \ | | | | | | | Minor optimization | |||||
| * | | Edited ui/jquery.ui.selectmenu.js via GitHub | Netson | 2011-07-24 | 1 | -8/+9 | |
| | | | ||||||
* | | | added: empty select support | Felix Nagel | 2011-06-29 | 1 | -60/+67 | |
|/ / | ||||||
* | | fixed: disabled Selectmenu receives focus on tab, thx to gcko, see ↵ | Felix Nagel | 2011-06-29 | 1 | -17/+20 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/136 |