Timeline


and

09/08/11:

22:00 Ticket #5029 (Enter key does not submit modal dialog form in IE with hidden submit input) closed by scott.gonzalez
worksforme: Works for me:  http://jsfiddle.net/6esCS/
20:45 Ticket #7707 (Tabs: Incorrect documentation for 3.6 ...follow a tab's URL instead of ...) closed by scott.gonzalez
worksforme: The documented code works fine for me:  http://jsbin.com/onakan/edit#source
19:47 Ticket #7707 (Tabs: Incorrect documentation for 3.6 ...follow a tab's URL instead of ...) reopened by scott.gonzalez
ugh, sorry, I was testing against master.
18:35 Ticket #7707 (Tabs: Incorrect documentation for 3.6 ...follow a tab's URL instead of ...) closed by scott.gonzalez
fixed: Updated the docs.
16:42 Ticket #7707 (Tabs: Incorrect documentation for 3.6 ...follow a tab's URL instead of ...) created by spindlegoose
It seems this feature does not work via http. If I browse straight to the …
14:19 Ticket #7705 (Autocomplete: option to select search method) closed by scott.gonzalez
wontfix: You can implement whatever you want with the search option. We're not …
13:46 Ticket #7705 (Autocomplete: option to select search method) created by pingvinen
It would be very nice to have an option to select how the default search …
13:07 WikiStart edited by scott.gonzalez
(diff)
13:04 WikiStart edited by scott.gonzalez
(diff)
11:54 Ticket #7704 (uiDialog.draggable: override containment and scroll options) closed by scott.gonzalez
wontfix: We don't expose any plugin's full API through another plugin. If we expose …
11:34 Ticket #7704 (uiDialog.draggable: override containment and scroll options) created by binduck
In ui.dialog.makeDraggable, when calling uiDialog.draggable method, it …

09/07/11:

20:05 Ticket #7703 (Slider Can't Handle Multiple Ranges) closed by scott.gonzalez
duplicate
19:30 Ticket #7703 (Slider Can't Handle Multiple Ranges) created by machineghost
Currently the slider can only handle one range/two handles ... but there …
13:03 Ticket #7532 (jquery dialog box - close icon sometimes hidden) closed by scott.gonzalez
worksforme: This works fine for me. See #5087. Note that if you have a very long …
11:40 Ticket #7702 (css class ui-state-disabled not applied after refresh when inline) created by MikeH
The css class ui-state-disabled is applied on div.ui-datepicker-header and …
09:48 Ticket #7701 (Dialog: Custom icon in the dialog titlebar) created by alexeevdv
That would be nice to append the 'icon' option. I think that many people …
07:47 Ticket #7700 (accordion for vertical) created by patra.abani
There should be an option in ui.accordion which help us to create vertical …

09/06/11:

22:34 Ticket #7628 (Datepicker fails in IE9 when <base> tag is set) closed by scott.gonzalez
worksforme: I'm not seeing any problems. Datepicker never actually follows any of …
17:01 Ticket #7698 (Panels do not sort when a tab is sorted which can cause a mismatch error ...) closed by Scott González
fixed: Tabs: Find panels using aria-controls instead of index for remove method. …
16:52 Ticket #7699 (Derived Widgets Don't Inherit "Static Methods" From Base Widget) created by askohen
I have a need to attach a few methods to all widgets, but I need to call …
15:31 Ticket #7698 (Panels do not sort when a tab is sorted which can cause a mismatch error ...) created by haraldo
When sorting tabs the panel does not get sorted. This can lead to mismatch …
15:01 Ticket #7697 (Buttonset: Incorrect corners for disconnected elements) closed by Scott González
fixed: Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: …
14:56 Ticket #7697 (Buttonset: Incorrect corners for disconnected elements) created by scott.gonzalez
When a buttonset is disconnected, it is interpreted as RTL instead of LTR. …
14:12 Ticket #7695 (Wrong jquery in 'smoothness' zip file) closed by scott.gonzalez
fixed: This is fixed and live. You may need to clear your cache in order to get …
12:49 Ticket #7690 (Possibility to style the chosen items/tokens that are inside the input ...) closed by scott.gonzalez
invalid: This doesn't make sense for autocomplete since the values are in an input. …
04:40 Ticket #7696 (slider handle overlays datepicker popup) created by tc
Basically any slider handles that are beneath a datepicker dialog when it …

09/05/11:

19:01 Ticket #7695 (Wrong jquery in 'smoothness' zip file) created by pn2865
I believe that "query-ui-1.8.16.custom.min.js" in the Smoothness zip file …
18:30 Ticket #7694 (Relatively or absolutely positioned body causes incorrect helper placement) closed by scott.gonzalez
invalid: jQuery and jQuery UI don't support modifying the positioning of the body.
06:33 Ticket #7694 (Relatively or absolutely positioned body causes incorrect helper placement) created by David Mulder
As described in summary, a relatively or absolutely positioned body …
05:28 Ticket #7693 (DatePicker clear button) created by kounterfeit
I don't see why over the last several years, even with all the valid cases …
05:26 Ticket #7692 (Dialog height bug) created by JamesKhoury
When .ui-dialog class has a padding set the dialog is larger that …
01:53 Ticket #7691 (In webkit browsers elements positioned using percentages will not be ...) closed by scott.gonzalez
invalid: Position doesn't support percentages. See #7028 for the feature request.

09/04/11:

20:47 Ticket #7691 (In webkit browsers elements positioned using percentages will not be ...) created by maximiato
When positioning an element with CSS top and left coordinates set in …
17:51 Ticket #7690 (Possibility to style the chosen items/tokens that are inside the input ...) created by balteo
It would be very nice if the autocomplete could allow styling of the …
14:19 Ticket #7683 (Calling .accordion("activate", false) fires changestart event with ...) closed by scott.gonzalez
fixed: This is already fixed in master.

09/03/11:

12:21 Ticket #7688 (Datepicker events can't be bound) closed by rdworth
invalid: As documented (see  http://docs.jquery.com/UI/Datepicker#event-onSelect ) …
10:53 Ticket #7689 (Wrong height of parent container when using) closed by rdworth
invalid: No bug in the position utility here, as demonstrated by removing it from …
08:29 Ticket #7689 (Wrong height of parent container when using) created by hilbert00
I have found this strange behaviour when using ui.position. I have a …

09/02/11:

14:37 Ticket #7688 (Datepicker events can't be bound) created by be.davestein
I saw a few bugs in regards to events not being fired when switching …
12:04 Ticket #7687 (Sortable Bug in 1.8.16) closed by scott.gonzalez
invalid: This is an intentional change. Cloning an element with an id is invalid.
11:12 Ticket #7687 (Sortable Bug in 1.8.16) created by DarsVaeda
 http://jsfiddle.net/dsm3J/ -> jqueryUI 1.8.5  http://jsfiddle.net/dsm3J/1/

09/01/11:

20:43 Ticket #7686 (infinite loop when onclose event shows a second calendar) created by vegancorr2
It worked fine in 1.8.12. In 1.8.13 a bug was introduced and the second …
20:34 Ticket #7685 (Slider Create Event Gives Empty Object For Callback) closed by scott.gonzalez
invalid: It's supposed to be that way.
20:22 Ticket #7685 (Slider Create Event Gives Empty Object For Callback) created by michaelcordingley@…
Specifically, the ui object comes back empty. Browser, is FF 6.0.1. Code …
17:32 Ticket #7684 (jQuery UI Tab yields IE8 Security Warning) created by CraigCeleste
Possibly a bug in jQuery.core. See below. jQuery: 1.6.2 jQuery UI Tabs: …
12:57 Ticket #7683 (Calling .accordion("activate", false) fires changestart event with ...) created by lukas.olson
Example code: […]
Note: See TracTimeline for information about the timeline view.