Timeline


and

08/04/10:

23:45 Ticket #5444 (build incomplete since removing yuimin and adding closure compiler) reopened by rdworth
The commit message for …
23:42 Ticket #5902 (DRYer CSS) created by danielrb
Hi, It would be great if the css from theme-roller would be DRYer, …
20:31 Ticket #5901 (Apply additional dialogClass(es) to modal dialog's overlay div) created by josh3736
When creating a dialog, it is possible to …
19:52 Ticket #5900 (Autocomplete: mousing over menu option replaces text box contents, moves ...) closed by scott.gonzalez
fixed: Hovering items with the mouse does not alter the text field at all. Using …
19:32 Ticket #5900 (Autocomplete: mousing over menu option replaces text box contents, moves ...) reopened by triblondon
Scott, I appreciate the rapid fix, and this'll enable me to revert to …
17:28 Ticket #5900 (Autocomplete: mousing over menu option replaces text box contents, moves ...) closed by scott.gonzalez
fixed: Fixed in …
17:26 Changeset [ed07f0a05656d2c66db453c8f6d664f69ec1a04d] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
Autocomplete: Don't reset text field value on blur unless it will actually change the value. Fixes #5900 - Autocomplete: mousing over menu option replaces text box contents, moves caret.
17:06 Ticket #5899 (Using a secondary icon only is displayed on the left) closed by rdworth
duplicate: Duplicate of #5382 fixed in 1.8.3 which is not yet live on jqueryui.com
16:48 Ticket #5900 (Autocomplete: mousing over menu option replaces text box contents, moves ...) created by triblondon
I'm building a search bar with per-term autocomplete similar to the …
16:02 Ticket #5899 (Using a secondary icon only is displayed on the left) created by plaflamme
Specifying only a secondary icon on a button will display this icon on the …
15:32 Ticket #5898 ($('button').button("enable") re-creates the button) closed by rdworth
worksforme: While what you describe is true in terms of the button re-creating the …
15:20 Ticket #5898 ($('button').button("enable") re-creates the button) created by plaflamme
Calling "enable" after a "disable" will re-create the spans inside the …
09:40 Ticket #5897 (Datepicker: inconsistent behavior in IE when click to close month and year ...) closed by rdworth
fixed: Fixed in …
09:39 Changeset [85b8816fa9480005aedb3354714abbc1ead06897] by Richard D. Worth <rdworth@…>
  • ui/jquery.ui.datepicker.js
Datepicker: use a setTimeout 0 so the same code can run in IE (as other browsers) to set focus back to the datepicker text input if a month or year drop-down is clicked closed. Fixes #5897 - Datepicker: inconsistent behavior in IE when click to close month and year drop-downs
09:29 Ticket #5897 (Datepicker: inconsistent behavior in IE when click to close month and year ...) created by rdworth
Using a datepicker with month and year drop-downs, if you click to expand …
01:07 Ticket #5896 (Focus can leave a modal dialog when using the tab key in some browsers ...) created by erik
== Steps to Reproduce == * Use a browser other than Firefox or Opera …
01:05 Changeset [26b2d2d8671a79ea99ffee201545bc9342bec871] by Scott González <scott.gonzalez@…>
  • version.txt
Updating the master version to 1.9pre
01:04 Changeset [23a64982a47b02f8dd6cb53894e5d503dd574117] by Scott González <scott.gonzalez@…>
  • version.txt
Tagging the 1.8.3 release.
01:04 Milestone 1.8.3 completed

08/02/10:

16:33 Ticket #5895 (Button: Using .button() from inside an onchange handler prevents the ...) created by swalke16
I have a basic form containing a button element that is styled with the …
16:24 Ticket #5860 (Dialog: Destroying a dialog during animated close leaves ...) reopened by swalke16
 http://jsbin.com/iheka Here is a simple reproduction case... Note that …
12:07 Ticket #5894 (of.property) closed by scott.gonzalez
invalid: It doesn't. Please use the  forums for questions.
00:20 Ticket #5894 (of.property) created by vanalen
When options: of: "#selector" how can a string "#selector" have …

08/01/10:

19:48 Ticket #5893 (Tabs: ability to contain sublists) created by ph.ausseil
If there are a sublist in "this.list" (for exemple a jQuery 1.9m2 menu …
02:11 Ticket #5891 (Autocomplete fails to call event handler for combobox) closed by scott.gonzalez
invalid: You're instantiating a combobox and then trying to set options using …
01:53 Ticket #5892 (Autocomplete fails to call event handler for combobox) closed by scott.gonzalez
duplicate: Duplicate of #5891.

07/31/10:

22:24 Ticket #5892 (Autocomplete fails to call event handler for combobox) created by JonathansCorner.com
I have an autocomplete that appears from a UI perspective to be working, …
22:23 Ticket #5891 (Autocomplete fails to call event handler for combobox) created by JonathansCorner.com
I have an autocomplete that appears from a UI perspective to be working, …
14:15 Ticket #5890 (Sortable:sortout fires on sortstart and sortstop too) created by Peter007
Working example  http://jsfiddle.net/FrbW8/22/ Can your fix this bug? …
11:10 Ticket #5889 (ui.autocomplete don't escape labels) closed by scott.gonzalez
duplicate: Duplicate of #5275.
11:01 Ticket #5889 (ui.autocomplete don't escape labels) created by riquito
I used as source data a list of "name <email>" and the email part wasn't …
09:37 Ticket #5888 (multiple datepicker with yearRang option set in one form causes error) created by JMW1
I use the datepicker in multiple sections of one form. Within the head …
02:21 Ticket #5887 (Dialog: Removing existing dialog data on init) closed by scott.gonzalez
invalid: You need to either manually destroy the dialog yourself, or move it back …
00:31 Ticket #5887 (Dialog: Removing existing dialog data on init) created by rozwell
If you init dialog, it will add it's hidden box at the end of documents …

07/30/10:

19:31 Ticket #5886 (connectWith performance problem with Sortable) created by matdumsa
We broke down the time it took to generate one of the huge javascript …
19:15 Ticket #5531 (dialog width should be at least minWidth on creation) closed by scott.gonzalez
fixed: Fixed in …
19:14 Changeset [c5770c0e84b786ebe55a60034da0ff06dc02f422] by Scott González <scott.gonzalez@…>
  • tests/unit/dialog/dialog_tickets.js
  • ui/jquery.ui.dialog.js
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width should be at least minWidth on creation.
17:00 Ticket #5619 (Autocomplete widget keeps looking for remote data even when it's disabled) closed by scott.gonzalez
fixed: Fixed in …
16:59 Changeset [90caa93a9b4b9b894b055cfb8dae0661ac7788b0] by Scott González <scott.gonzalez@…>
  • tests/unit/autocomplete/autocomplete_options.js
  • ui/jquery.ui.autocomplete.js
Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget keeps looking for remote data even when it's disabled.
16:39 Ticket #5732 (Widget: Make the widget method maintain the stack) reopened by scott.gonzalez
Reverted the commit. See commit notes.
16:38 Changeset [58ae7ce2fd20fb865c9087fb2eae0dbdb39fc9a7] by Scott González <scott.gonzalez@…>
  • tests/unit/autocomplete/autocomplete_methods.js
  • tests/unit/button/button_methods.js
  • tests/unit/dialog/dialog_methods.js
  • tests/unit/widget/widget_core.js
  • ui/jquery.ui.autocomplete.js
  • ui/jquery.ui.button.js
  • ui/jquery.ui.dialog.js
  • ui/jquery.ui.widget.js
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
14:35 Ticket #5592 (Datepicker doesn't work in IE 7 after copy Elements with cloneNode(true);) closed by scott.gonzalez
invalid: We don't support cloning elements with plugins.
14:34 Ticket #5878 (Is it a bug for datepicker when I want to create multiple datepicker?) closed by scott.gonzalez
invalid
14:18 Ticket #5879 (Autocomplete and custom display : empty imput => return all) closed by scott.gonzalez
invalid: This is not a bug, the minLength is set to 0.
13:31 Ticket #5686 (Autocomplete selection in IE places cursor at the front of the textbox.) closed by scott.gonzalez
duplicate: Duplicate of #5639.
12:42 Ticket #5885 (Build: Try to use Closure Compiler's Advanced mode) created by joern.zaefferer
Probably needs some metadata to keep the right exports intact. See …
12:39 Changeset [dffcba0ba6d77413f700fba46e4ed5eabe74359f] by jzaefferer <joern.zaefferer@…>
  • external/qunit.css
  • external/qunit.js
  • tests/unit/slider/slider_events.js
Update to latest QUnit.
12:30 Changeset [96977edecc134d9212a304a1236e823237e8e274] by jzaefferer <joern.zaefferer@…>
  • tests/unit/tooltip/tooltip_methods.js
  • ui/jquery.ui.tooltip.js
Use pushStack in tooltip's widget method. See #5732
12:28 Ticket #5732 (Widget: Make the widget method maintain the stack) closed by joern.zaefferer
fixed: Fixed in …
12:26 Changeset [ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d] by jzaefferer <joern.zaefferer@…>
  • tests/unit/autocomplete/autocomplete_methods.js
  • tests/unit/button/button_methods.js
  • tests/unit/dialog/dialog_methods.js
  • tests/unit/widget/widget_core.js
  • ui/jquery.ui.autocomplete.js
  • ui/jquery.ui.button.js
  • ui/jquery.ui.dialog.js
  • ui/jquery.ui.widget.js
Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack
12:07 Ticket #5756 (Widget: Use $.data instead of .data for performance reasons) closed by joern.zaefferer
fixed
12:06 Ticket #5884 (Interactions: Replace usage of .data() with $.data) created by joern.zaefferer
.data() has a lot of overhead by triggering various events. jQuery UI …
12:04 Changeset [b3940d2f78dfcc37792ceb97e5659b78f156794c] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.widget.js
Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Use $.data instead of .data for performance reasons
12:02 Changeset [39f0c1010ac81eafab2e6a0cac8a552049c9e544] by jzaefferer <joern.zaefferer@…>
  • tests/unit/index.html
Added widget to unit tests index page.
11:47 Ticket #5883 (Increased z-index on dialog focus) created by ralf57
The css z-index property of the dialog is increased by one each time that …
11:47 Ticket #5882 (UI.Sortable .sortable( "cancel" ) call the this._mouseUp method without ...) created by tobias.istvan
The .sortable( "cancel" ) call the this._mouseUp without param. For the …
11:46 Ticket #5715 (Problem with Sortable) closed by joern.zaefferer
invalid: The browser just rewrites the shorthand style to equivalent individual …
11:41 Ticket #5881 (UI.Sortable require item position refresh when scroll) created by tobias.istvan
After do scrolling (in _mouseDrag) the ui doesn't refresh the positions of …
11:40 Ticket #5664 (Using "trigger('mouseup')" to stop dragging returns "this.helper is null") closed by joern.zaefferer
invalid: Triggering a mouseup event without the necessary event properties causes …
11:36 Ticket #5880 (IE8 Issue with prototype and dialog modal box) created by paramiliar
When loading a Modal box in IE8 with prototype loaded as well as Jquery …
10:53 Ticket #5397 (Error Eval to create control resizable) closed by joern.zaefferer
invalid
10:28 Ticket #5549 (week calculate error) closed by joern.zaefferer
invalid: Please use the  forum to verify …
10:26 Ticket #5879 (Autocomplete and custom display : empty imput => return all) created by ph.ausseil
This happen on 1.8.2 to github-lastest (30/07/2010) When using the …
10:24 Ticket #5461 (jquery ui tabs not loading in ie8) closed by joern.zaefferer
invalid: Please use the  forum for support …
10:22 Ticket #4965 (Pull up selector-escaping from tabs into ui.core) closed by joern.zaefferer
wontfix: Introducing a new method for a rather simple regex-replace isn't really …
09:41 Ticket #5391 (Position: remove bgiframe option from docs) closed by joern.zaefferer
fixed: Already gone: …
09:33 Changeset [3f45f5ccf93853e9f309cdb052dc47d88e393516] by jzaefferer <joern.zaefferer@…>
  • tests/visual/position/position.html
Improving visual testcase for position. Partial fix for #5284 - Position: Smarter collision detection
07:35 Ticket #5878 (Is it a bug for datepicker when I want to create multiple datepicker?) reopened by zbqworktest
I have use $('.datepicker').datepicker("destroy"); to Unbind the …
07:06 Ticket #5878 (Is it a bug for datepicker when I want to create multiple datepicker?) closed by scott.gonzalez
invalid: You're essentially cloning an existing datepicker field, which we don't …
06:32 Ticket #5878 (Is it a bug for datepicker when I want to create multiple datepicker?) created by zbqworktest
When a new datepicker is created automatically, these dynamic datepicker …
04:39 Ticket #5877 (Dialog: when using the title attribute, the title option should be updated) created by jokerx
{{{<div id="example" title="example">Example</div> $("#example").dialog() …
01:05 Ticket #5478 (jquery ui 1.8 weird behavior .dialog("open")) closed by scott.gonzalez
invalid: Closing due to inactivity.
01:02 Ticket #2450 (dialog over the div with scrollbars in firefox 2/mac) closed by scott.gonzalez
wontfix: We dropped support for Firefox 2.
01:01 Ticket #5287 (dialog buttons is lacking configurabillity) closed by scott.gonzalez
duplicate
00:57 Ticket #4529 (dialog buttons are accessed in wrong order using tab) closed by scott.gonzalez
fixed: Fixed in …
00:56 Changeset [61e0aeac7e626df711e7066f27b652602387b784] by Scott González <scott.gonzalez@…>
  • tests/unit/dialog/dialog_options.js
  • themes/base/jquery.ui.dialog.css
  • ui/jquery.ui.dialog.js
Dialog: Wrap buttons in a div so we can float the div instead of the individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab.

07/29/10:

16:39 Ticket #5876 (UI Dialog Form resulting in error) closed by scott.gonzalez
invalid: Please use the  forums for help, or provide a …
16:17 Ticket #5876 (UI Dialog Form resulting in error) created by DevlshOne
uncaught exception: [Exception... "Illegal operation on WrappedNative …
16:09 Ticket #5875 (Accordion panel can't be acivated if accordion is hidden) created by SeanMcMillan
I don't think this is a duplicate of 3905. when you call …
11:02 Ticket #5874 (escaping in selectors does not work as documented and like ff native impl ...) closed by scott.gonzalez
invalid: Please report this in  jQuery core's bug tracker.
10:29 Ticket #5874 (escaping in selectors does not work as documented and like ff native impl ...) created by gnarkj
according to the jquery doc all "meta-characters: #;&,.+*~':"^$[]()=>|/" …
09:38 Changeset [f00c03139bf83e573b60376a146ae4584c5f5d17] by Scott González <scott.gonzalez@…>
  • tests/unit/progressbar/progressbar_options.js
  • ui/jquery.ui.progressbar.js
Progressbar: cleanup.
09:33 Ticket #5873 (Progressbar: resize demo is broken) closed by scott.gonzalez
fixed: Fixed in …
09:32 Changeset [ee1f5b54de149e10444ba7a3c4084173e851a7a2] by Scott González <scott.gonzalez@…>
  • demos/progressbar/resize.html
Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progressbar: resize demo is broken.
09:31 Ticket #5873 (Progressbar: resize demo is broken) created by scott.gonzalez
07:51 Ticket #5668 (Download builder marks "core" is a dependency for "widget") closed by scott.gonzalez
fixed: Fixed in site SVN 1291.
07:38 Ticket #5171 (No clear message as to which jQuery Version goes with which jQueryUI ...) closed by scott.gonzalez
fixed: This was fixed a while ago.

07/28/10:

21:53 Ticket #5872 (Accordion: Remove autoHeight and fillSpace options) created by scott.gonzalez
See #5871.
21:52 Ticket #5871 (Accordion: Merge autoHeight and fillSpace options) created by scott.gonzalez
autoHeight and fillSpace are mutually exclusive. Deprecate both and create …
21:50 Ticket #5870 (Accordion: Remove navigation options) created by scott.gonzalez
See #5869.
21:49 Ticket #5869 (Accordion: Deprecate navigation options) created by scott.gonzalez
Deprecate the navigation and navigationFilter options. Create a demo …
21:47 Ticket #5868 (Accordion: Remove clearStyle option) created by scott.gonzalez
See #5867.
21:15 Ticket #5866 (Problem With Autocomplete Of Cloned Element) closed by scott.gonzalez
invalid: We don't support cloning plugins.
20:49 Ticket #5867 (Accordion: Deprecate clearStyle option) created by scott.gonzalez
Make the accordion clear styles if autoHeight: false.
20:48 Ticket #5866 (Problem With Autocomplete Of Cloned Element) created by john123
Hi, It appears that autocomplete cannot be overridden on a cloned …
19:37 Ticket #5442 (Put Google CDN themes link on site) closed by scott.gonzalez
fixed: Fixed in site SVN 1289.
17:36 Ticket #5865 (Fix link to Google CDN) closed by scott.gonzalez
fixed: Fixed in site SVN 1287.
15:56 Changeset [94cefc19b0d7ea69b62e62a2eb52f0b27da14a5d] by Scott González <scott.gonzalez@…>
  • tests/unit/tabs/tabs_defaults.js
Tabs: coding standard.
15:28 Changeset [5a8c7e86e17abcf947bb3907c78d1472ba407e50] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.tabs.js
Tabs: coding standards.
00:46 Changeset [d7fa82bc5ef79b787ca01f0fa145949f3b35da82] by Scott González <scott.gonzalez@…>
  • demos/droppable/photo-manager.html
  • demos/tabs/manipulation.html
Added position plugin to demo pages that use dialogs.
00:30 Ticket #5458 (Update plugins to expose .position() API) closed by scott.gonzalez
fixed: I'm closing this ticket, datepicker is the only plugin left and it will …
Note: See TracTimeline for information about the timeline view.