Timeline


and

12/22/10:

17:59 Changeset [e724f585bf0a31ceb0b22a0264af8da2f4e19414] by jzaefferer <joern.zaefferer@…>
  • demos/menu/contextmenu.html
  • demos/menu/default.html
  • tests/unit/menu/menu.html
  • tests/visual/compound/tabs_tooltips.html
  • tests/visual/menu/menubar.html
Fixed bad references to jQuery-1.4.4.js
17:58 Changeset [0479ab6af6414c7a8e779c3cab3e7e8406f9eb62] by jzaefferer <joern.zaefferer@…>
  • build/build.xml
  • build/build/yuicompressor-2.4.2.jar
  • build/release/changelog-shell
  • build/release/prepare-release
  • build/themes
  • demos/accordion/collapsible.html
  • demos/accordion/custom-icons.html
  • demos/accordion/default.html
  • demos/accordion/fillspace.html
  • demos/accordion/hoverintent.html
Merge remote branch 'origin/tooltip' Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
17:31 Changeset [3552947c19b8ea1b779dc9809783c6ac6a218d68] by jzaefferer <joern.zaefferer@…>
  • build/build.xml
  • build/build/yuicompressor-2.4.2.jar
  • build/release/changelog-shell
  • build/release/prepare-release
  • build/themes
  • demos/accordion/collapsible.html
  • demos/accordion/custom-icons.html
  • demos/accordion/default.html
  • demos/accordion/fillspace.html
  • demos/accordion/hoverintent.html
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
17:00 Changeset [8d39171fa285519203688084f3cf66c1e2ae0ada] by jzaefferer <joern.zaefferer@…>
  • demos/index.html
  • demos/spinner/time.html
Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo.
16:36 Changeset [2c89e9587eb0c0cc92ceca690bcbc8b3f0d907ca] by jzaefferer <joern.zaefferer@…>
  • build/build.xml
  • build/release/changelog-shell
  • build/release/prepare-release
  • demos/accordion/collapsible.html
  • demos/accordion/custom-icons.html
  • demos/accordion/default.html
  • demos/accordion/fillspace.html
  • demos/accordion/hoverintent.html
  • demos/accordion/mouseover.html
  • demos/accordion/no-auto-height.html
Merge remote branch 'origin/spinner'
15:44 Ticket #6777 (Autocomplete callback when search is complete) created by hoxworth
The autocomplete component needs to have an event that is fired when a …
13:50 Ticket #6776 (problem dialog click on dialog.) closed by scott.gonzalez
worksforme: Not enough info. zIndex is defined in jquery.ui.core.js.
13:43 Ticket #6776 (problem dialog click on dialog.) created by fernanbar
Error: $(event.target).zIndex is not a function Source File: …
13:40 Ticket #6775 (DatePicker remains open when tabbing out) created by postb99
Hello, I stumbled upon the following behavior and applied the proposed …
01:58 Ticket #6771 (Items not dropping properly into a Tab with a multi-sorted list) closed by scott.gonzalez
invalid: We'd need a reduced test case (one that doesn't include multiple other …
01:52 Ticket #6770 (Collision doesn't work correctly in Internet Explorer.) closed by scott.gonzalez
worksforme: Seems to be working fine for me.
01:50 Ticket #6772 (Improve autocomplete _render documentation) closed by scott.gonzalez
fixed: Updated as well as adding a link to the html extension.
01:42 Ticket #6774 (Widgets reset scrollable elements that they contain) closed by scott.gonzalez
invalid: This is just how browsers work, as soon as you hide an element, it loses …
01:39 Ticket #6773 (slider #change event not firing) closed by scott.gonzalez
worksforme: Works fine for me:  http://jsbin.com/ivivo3/edit

12/21/10:

23:04 Ticket #6774 (Widgets reset scrollable elements that they contain) created by derleek
Excuse me if this ticket isn't up to the usual standards - it's my first …
21:48 Ticket #6773 (slider #change event not firing) created by dcarper
According to the docs: "This event is triggered on slide stop, or if the …
21:37 Ticket #6772 (Improve autocomplete _render documentation) created by mjpowersjr
After upgrading from jquery ui 1.8 to 1.8.4, I found that html is …
20:27 Ticket #6771 (Items not dropping properly into a Tab with a multi-sorted list) created by danoman7
Hi all. Great job on this library BTW. I think I found a defect or at …
20:17 Ticket #6770 (Collision doesn't work correctly in Internet Explorer.) created by mgolus
In Internet Explorer (8 and earlier), collision only seems to affect the …
13:14 Ticket #6769 (Dropdown Month/Year in IE8 opens and immediately closes) closed by scott.gonzalez
duplicate
11:49 Ticket #6769 (Dropdown Month/Year in IE8 opens and immediately closes) created by pavel
steps to reproduce: 1. open …

12/20/10:

21:37 Ticket #6768 (Dialog box button iteration bug) closed by scott.gonzalez
invalid: We don't support modifying native prototypes.
21:28 Ticket #6767 (Very slow interactions in Chrome on very large pages (3+ Mb HTML)) closed by scott.gonzalez
duplicate
21:27 Ticket #6768 (Dialog box button iteration bug) created by SlappyZA
I have stumbled on a edge case where by if the Array prototype has been …
21:19 Ticket #6767 (Very slow interactions in Chrome on very large pages (3+ Mb HTML)) created by zig145
The jquery-ui-1.8.7.custom.css appears to be the source of the problem. …
14:00 Ticket #6766 (Dialog: Clicks on close button don't bubble) closed by Max Schnur
fixed: Dialog: Modified close button binding to use event.preventDefault() …
14:00 Changeset [727d00dec81671f26a15596acfb0df38920071a1] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.dialog.js
Dialog: Modified close button binding to use event.preventDefault() instead of return false. Fixes #6766 - Dialog: Clicks on close button don't bubble.
13:53 Ticket #6766 (Dialog: Clicks on close button don't bubble) created by scott.gonzalez
13:51 Ticket #6765 (Tabs: Use event.preventDefault() instead of returning false) closed by MaxPower15
fixed: Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - …
13:50 Changeset [e104f6cfa0324f9625c6258bb87f708d7c35d7bd] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.tabs.js
Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - Tabs: Use event.preventDefault() instead of returning false.
13:47 Ticket #6765 (Tabs: Use event.preventDefault() instead of returning false) created by scott.gonzalez
Tabs prevents event bubbling in cases where it should only prevent the …
13:42 Ticket #5857 (Tabs should use context when searching for panels) closed by scott.gonzalez
duplicate

12/19/10:

21:53 Ticket #6764 (Use toggleClass instead of [ bool ? "addClass" : "removeClass" ]) closed by Xavi
fixed: All: Use .toggleClass() instead of conditionally using .addClass() and …
21:52 Changeset [956697bfca1b386ae20eb27ccfd8c1df3234f1f2] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.accordion.js
  • ui/jquery.ui.sortable.js
  • ui/jquery.ui.tabs.js
  • ui/jquery.ui.widget.js
All: Use .toggleClass() instead of conditionally using .addClass() and .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
21:38 Changeset [d6edba5a89ab5e84044666bb9d50a4663c1412c8] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_defaults.js
  • ui/jquery.ui.accordion.js
Accordion: Move code for deprecated height options into an extension at the bottom of the plugin.
21:26 Changeset [f908281bc3aecc187f5f13abf8c2144d6a45fa82] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_options.js
Accordion: Added test for heightStyle: fill with absolutely positioned sibling.
21:22 Changeset [32945202da1854a1b603db4994a263f4f789d398] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.accordion.js
Accordion: Don't include the height of absolute/fixed positioned siblings when calculating size for heightStyle: fill.
21:19 Changeset [75b94a1c12277b024ed1833ef20aa893bcfb379c] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.accordion.js
Accordion: Handle changes to deprecated options: autoHeight, clearStyle, fillSpace.
21:14 Changeset [e0ae1929a04044b1d0b23a5b35bf266f2dba7995] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_options.js
  • tests/visual/accordion/accordion_option_fillSpace_true.html
  • tests/visual/addClass/addClass_queue.html
  • ui/jquery.ui.accordion.js
  • ui/jquery.ui.autocomplete.js
  • ui/jquery.ui.dialog.js
Merge remote branch 'Adovenmuehle/master' into accordion-height
20:05 Ticket #6764 (Use toggleClass instead of [ bool ? "addClass" : "removeClass" ]) created by Xavi
Several times in the jquery-ui code base a class is conditionally added to …
19:24 Ticket #6762 (Microsoft JScript runtime error: Object doesn't support this property or ...) closed by scott.gonzalez
invalid: idleTimeout isn't part of jQuery UI.
18:24 Ticket #6763 (ui.dialog & resizable & button & opera 11) created by demimurych
Run opera 11 Go to  http://jqueryui.com/demos/dialog/#modal-message Try to …
13:10 Ticket #6762 (Microsoft JScript runtime error: Object doesn't support this property or ...) created by itresumesha
<script type="text/javascript" src="jquery/jquery-1.3.2.min.js"></script> …

12/18/10:

19:44 Changeset [2aabc3911c3f9e4ca2bbb48d298ee6e5648b4c12] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
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.
19:44 Changeset [d2a12ff825ebb0e620b25abdbcbaf024881ef537] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
Autocomplete: Abort pending ajax requests when disabled and prevent handling results when disabled. Fixes #6752 - Menu may still render when autocomplete is disabled.
19:40 Ticket #6761 (Autocomplete: Loading class removed when multiple Ajax requests occur) closed by Scott González
fixed: Autocomplete: Track pending requests and only remove the loading class …
19:40 Ticket #6752 (Menu may still render when autocomplete is disabled) closed by Scott González
fixed: Autocomplete: Abort pending ajax requests when disabled and prevent …
02:38 Changeset [94a1786d5614aefeb1c14e492126bfe8aa28a804] by Alex Dovenmuehle <adovenmuehle@…>
  • tests/unit/accordion/accordion_options.js
  • ui/jquery.ui.accordion.js
Accordion: API Redesign. Made style changes and changed 'fill' implementation to use $.siblings()
00:53 Changeset [c614889b30d6ddd8ddaed7d1da78336f2648056b] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.dialog.js
Dialog: Coding standards.

12/17/10:

16:35 Changeset [c4701388e4d70756b726234c435b75fae1ce18f9] by Scott González <scott.gonzalez@…>
  • tests/visual/addClass/addClass_queue.html
addClass: Added visual test page for animation queueing.
16:15 Changeset [08422d69da9b916e645aefc1d6996dde24a44788] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
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.
16:14 Ticket #6761 (Autocomplete: Loading class removed when multiple Ajax requests occur) created by scott.gonzalez
If a second Ajax requests starts before the previous request completes, …
15:48 Changeset [0d0c86210c4a6473888089ddcea918df8c156022] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
Autocomplete: Abort pending ajax requests when disabled and prevent handling results when disabled. Fixes #6752 - Menu may still render when autocomplete is disabled.
13:08 Ticket #6759 (validDays - list of selectable days) closed by scott.gonzalez
wontfix: You can implement this using the beforeShowDay event.
13:07 Ticket #6758 (autocomplete: then type value by keys completely, select event do not ...) closed by scott.gonzalez
invalid: This is by design, the user hasn't explicitly selected a value. There's …
11:52 Ticket #6760 (use effect throws unlimited errors) created by adam88
I have downloaded the newest version of jQuery (1.4.4) and jQuery UI …
09:54 Ticket #6759 (validDays - list of selectable days) created by jsalitros
New property named validDays which is a list of Dates that you can select. …
07:50 Ticket #6758 (autocomplete: then type value by keys completely, select event do not ...) created by opa
I have value list (1,2,3,4) When I type 2 and press tab or click on …
03:55 Changeset [490792be6a17f53108f96e077948db5f3cbafa05] by Alex Dovenmuehle <adovenmuehle@…>
  • tests/unit/accordion/accordion_options.js
  • tests/visual/accordion/accordion_option_fillSpace_true.html
  • ui/jquery.ui.accordion.js
Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a new option called heightStyle

12/16/10:

21:10 Ticket #6757 (.ui-widget :active { outline: none; } causes slowness in FF) created by lukebrookhart
The following CSS class causes 1-3 second slowness with larger forms in …
19:58 Ticket #6756 (Dialog: show: "blind" with link in content doesn't animate properly) created by mjrjweb
Blind effect on open (show) does not seem to go smoothly if there is a …
13:00 Changeset [ffc08557ad764d7aca17ea1c6e75a62f6eb65c15] by Scott González <scott.gonzalez@…>
  • demos/autocomplete/combobox.html
Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms.
13:00 Ticket #6755 (Autocomplete: The combobox "show all" button submits forms) closed by Mario Visic
fixed: Autocomplete (Combobox demo): Set the button type to button to prevent …
12:59 Changeset [cf48a3c5c8da7bc90a9424e333d53d0e178e7885] by Scott González <scott.gonzalez@…>
  • demos/autocomplete/combobox.html
Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms.
12:58 Ticket #6755 (Autocomplete: The combobox "show all" button submits forms) created by scott.gonzalez
12:55 Ticket #6754 (Autocomplete performs extremely slow on local arrays exceeding 200 items ...) closed by scott.gonzalez
duplicate: Thanks for the performance analysis. I had already tracked this down and …
10:43 Ticket #6754 (Autocomplete performs extremely slow on local arrays exceeding 200 items ...) created by asutor
== Performance Analysis on Autocomplete == Current Situation
04:54 WikiStart edited by scott.gonzalez
(diff)
04:48 Changeset [cba92afe257e51e18ca2bb2161559e8928e82fad] by Scott González <scott.gonzalez@…>
  • ui/jquery.effects.core.js
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
04:43 Changeset [b475ae74dfc72a46b2ed7e988ffad461e76b2ea2] by Scott González <scott.gonzalez@…>
  • ui/jquery.effects.blind.js
  • ui/jquery.effects.bounce.js
  • ui/jquery.effects.clip.js
  • ui/jquery.effects.core.js
  • ui/jquery.effects.drop.js
  • ui/jquery.effects.fold.js
  • ui/jquery.effects.scale.js
  • ui/jquery.effects.shake.js
  • ui/jquery.effects.slide.js
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.
04:41 Changeset [b5601cc9f919e28332dca1ebabe77724b1b7d8e8] by Scott González <scott.gonzalez@…>
  • version.txt
Setting version.txt to 1.8.8pre.

12/15/10:

18:40 Ticket #6753 (Reinstate HTML labels (and query highlighting)) closed by scott.gonzalez
duplicate
17:06 Ticket #6753 (Reinstate HTML labels (and query highlighting)) created by draenor
Reinstate (as in jQuery UI 1.8.2) HTML labels when plotting the result. …
16:58 Ticket #6752 (Menu may still render when autocomplete is disabled) created by draenor
When the autocomplete plugin is disabled with outstanding ajax requests, …
13:44 Ticket #6124 (altField doesn't clear when primary field is manually cleared) closed by scott.gonzalez
duplicate
13:27 Ticket #6751 (Tab Issues) closed by scott.gonzalez
invalid: There is no information here at all. In the future, please link to a …
12:25 Ticket #6751 (Tab Issues) created by pandiarajank
First of all, All the tab contents are displayed in the same page. When I …
10:08 Ticket #6750 (IE8 problem with slider (animate: true; orientation: vertical)) created by bigor
slider_filter_floor.slider({ range: true, min: 0, max: total - 1, step: 1, …
Note: See TracTimeline for information about the timeline view.