Alex Dovenmuehle
|
497ec8588c
|
Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - Accordion header margins disappear in IE 8
|
2011-01-12 21:43:53 -05:00 |
|
Scott González
|
c1cc00f609
|
Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: Collision detection fails on the right side in Internet Explorer.
|
2011-01-12 08:43:18 -05:00 |
|
Alex Dovenmuehle
|
b6ed9328ef
|
Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader.
|
2011-01-11 15:38:47 -05:00 |
|
Scott González
|
04667b1518
|
Dialog: Fixed creation of close button in IE.
Thanks dkiselev.
|
2011-01-11 14:34:17 -05:00 |
|
aaronpeterson
|
d1372ea8c6
|
Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: Typesetting on title bar is inconsistent with other widget title bars/headers.
|
2011-01-11 14:20:42 -05:00 |
|
Scott González
|
dd89ea5ff3
|
Accordion: Start the accordion animation before changing classes. Fixes #6720 - Accordion: ol numbering bug.
Thanks Tony Ross.
|
2011-01-11 13:20:50 -05:00 |
|
Scott González
|
723e0d6b6e
|
Autocomplete demo (combobox): Fixed tooltips and clearing of select on invalid entry.
|
2011-01-10 22:47:30 -05:00 |
|
Scott González
|
da1517eda7
|
Compound visual test: Added missing reference to autocomplete.
|
2011-01-10 22:07:03 -05:00 |
|
Scott González
|
33fa0ce2b2
|
Button demo: Coding standards.
|
2011-01-10 21:58:17 -05:00 |
|
Scott González
|
fb71ebad6a
|
Build: Added spinner and menu to docs-download.
|
2011-01-10 21:48:41 -05:00 |
|
Scott González
|
f91c3305cf
|
Fixed headers for menu, spinner, tooltip stylesheets.
|
2011-01-10 21:44:25 -05:00 |
|
Scott González
|
392d79f2fe
|
Fixed broken reference to theme file.
|
2011-01-10 21:40:03 -05:00 |
|
Scott González
|
16692ed5f0
|
Fixed references to jQuery.
|
2011-01-10 21:38:58 -05:00 |
|
gnarf
|
51482a9d65
|
Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.
|
2011-01-10 20:20:14 -05:00 |
|
Saji
|
cce7dbe8f2
|
Datepicker: Added Malayalam translation. Fixes #6822 - Datepicker: Add i18n translation for Malayalam.
|
2011-01-08 01:39:27 +05:30 |
|
jzaefferer
|
74ddb3061e
|
Cleanup bad earlier merge.
|
2010-12-28 15:31:14 +01:00 |
|
jzaefferer
|
e724f585bf
|
Fixed bad references to jQuery-1.4.4.js
|
2010-12-22 18:59:29 +01:00 |
|
jzaefferer
|
0479ab6af6
|
Merge remote branch 'origin/tooltip'
Conflicts:
demos/autocomplete/combobox.html
demos/index.html
tests/unit/index.html
|
2010-12-22 18:58:57 +01:00 |
|
jzaefferer
|
3552947c19
|
Merge remote branch 'origin/menu'
Conflicts:
demos/autocomplete/categories.html
demos/autocomplete/combobox.html
demos/autocomplete/custom-data.html
demos/autocomplete/default.html
demos/autocomplete/folding.html
demos/autocomplete/multiple-remote.html
demos/autocomplete/multiple.html
demos/autocomplete/remote-jsonp.html
demos/autocomplete/remote-with-cache.html
demos/autocomplete/remote.html
demos/autocomplete/xml.html
demos/button/splitbutton.html
demos/index.html
tests/visual/menu/nested.html
themes/base/jquery.ui.autocomplete.css
ui/jquery.ui.autocomplete.js
|
2010-12-22 18:31:27 +01:00 |
|
jzaefferer
|
8d39171fa2
|
Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo.
|
2010-12-22 18:00:28 +01:00 |
|
jzaefferer
|
2c89e9587e
|
Merge remote branch 'origin/spinner'
|
2010-12-22 17:36:41 +01:00 |
|
Max Schnur
|
727d00dec8
|
Dialog: Modified close button binding to use event.preventDefault() instead of return false. Fixes #6766 - Dialog: Clicks on close button don't bubble.
|
2010-12-20 09:00:28 -05:00 |
|
MaxPower15
|
e104f6cfa0
|
Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - Tabs: Use event.preventDefault() instead of returning false.
|
2010-12-20 08:50:23 -05:00 |
|
Xavi
|
956697bfca
|
All: Use .toggleClass() instead of conditionally using .addClass() and .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
|
2010-12-19 16:52:22 -05:00 |
|
Scott González
|
d6edba5a89
|
Accordion: Move code for deprecated height options into an extension at the bottom of the plugin.
|
2010-12-19 16:38:15 -05:00 |
|
Scott González
|
f908281bc3
|
Accordion: Added test for heightStyle: fill with absolutely positioned sibling.
|
2010-12-19 16:26:03 -05:00 |
|
Scott González
|
32945202da
|
Accordion: Don't include the height of absolute/fixed positioned siblings when calculating size for heightStyle: fill.
|
2010-12-19 16:22:26 -05:00 |
|
Scott González
|
75b94a1c12
|
Accordion: Handle changes to deprecated options: autoHeight, clearStyle, fillSpace.
|
2010-12-19 16:19:54 -05:00 |
|
Scott González
|
e0ae1929a0
|
Merge remote branch 'Adovenmuehle/master' into accordion-height
|
2010-12-19 16:14:13 -05:00 |
|
Alex Dovenmuehle
|
94a1786d56
|
Accordion: API Redesign. Made style changes and changed 'fill' implementation to use $.siblings()
|
2010-12-17 21:38:29 -05:00 |
|
Scott González
|
c614889b30
|
Dialog: Coding standards.
|
2010-12-17 19:53:22 -05:00 |
|
Scott González
|
c4701388e4
|
addClass: Added visual test page for animation queueing.
|
2010-12-17 11:35:47 -05:00 |
|
Scott González
|
08422d69da
|
Autocomplete: Track pending requests and only remove the loading class when the last request completes. Fixes #6761 - Autocomplete: Loading class removed when multiple Ajax requests occur.
|
2010-12-17 11:15:17 -05:00 |
|
Scott González
|
0d0c86210c
|
Autocomplete: Abort pending ajax requests when disabled and prevent handling results when disabled. Fixes #6752 - Menu may still render when autocomplete is disabled.
|
2010-12-17 10:48:17 -05:00 |
|
Alex Dovenmuehle
|
490792be6a
|
Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a new option called heightStyle
|
2010-12-16 22:55:59 -05:00 |
|
Mario Visic
|
cf48a3c5c8
|
Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms.
|
2010-12-16 07:59:37 -05:00 |
|
Scott González
|
6731b0e2d6
|
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
|
2010-12-14 09:02:00 -05:00 |
|
Kevin Dalman
|
2084549344
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
|
Scott González
|
f73d421753
|
Accordion: Split out navigation options into an extension. Fixes #5869 - Accordion: Deprecate navigation options.
|
2010-12-11 15:57:49 -05:00 |
|
Scott González
|
ca0ac5a64f
|
All: Remove workaround for .offset() setter bug from older versions of jQuery.
|
2010-12-11 15:19:25 -05:00 |
|
Scott González
|
9681b1fd7e
|
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
|
2010-12-10 15:13:10 -05:00 |
|
Scott González
|
162364fae4
|
Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.
|
2010-12-10 15:06:22 -05:00 |
|
Alex Dovenmuehle
|
f54747b302
|
Accordion: Added .ui-accordion-heading class to header's first child. Fixes #6743 - Accordion: Add .ui-accordion-heading class.
|
2010-12-10 14:54:50 -05:00 |
|
Scott González
|
0cc1a0c030
|
Position: Use $.isWindow()
|
2010-12-10 14:34:21 -05:00 |
|
Scott González
|
b42125af43
|
Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - Dialog: remove deprecated dialog option beforeclose.
|
2010-12-10 14:31:36 -05:00 |
|
Scott González
|
9ad2a4b1cc
|
Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw error for non-existent method calls.
|
2010-12-10 14:11:20 -05:00 |
|
Scott González
|
0e15f573d6
|
Revert "Dialog: Moved the default value for the position.of option inside the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError."
This reverts commit 22671ad4f8 .
|
2010-12-10 13:42:29 -05:00 |
|
Scott González
|
866c595926
|
Merge branch 'master' of github.com:jquery/jquery-ui
|
2010-12-10 13:07:20 -05:00 |
|
Scott González
|
67fd950ad0
|
Build (release): Added note for part of the manual process.
|
2010-12-10 13:07:05 -05:00 |
|
Scott González
|
2e16f4b022
|
Updating the master version to 1.9pre
|
2010-12-08 13:28:26 -05:00 |
|