Timeline


and

09/16/08:

22:23 Ticket #3436 (Opening a dialog with no tabbable elements) closed by scott.gonzalez
worksforme: I'm not seeing any problems. If you continue to have problems please …
22:12 Ticket #3445 (ASP.NET support) closed by scott.gonzalez
invalid: Dialogs are not meant to be part of the page. If you're gathering data in …
19:41 Ticket #3446 (draggable does not work with images when resizable is applied) created by amclemore
I am trying to make an image resizable and draggable. The image drag …
14:26 Ticket #3234 (datepicker demo broken) closed by paul
fixed: Seems to be fixed
14:25 Ticket #3326 (Spinner demo doesn't work) closed by paul
fixed: Fixed in r686.
13:38 Changeset [73d70bcb6719de8d12f41d51698417d7b33e400b] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: default value for forcePlaceholderSize
13:29 Ticket #3172 (UI sortables update event not firing when sorting within same div sorting ...) closed by paul
invalid: I already see the problem here. In the sortableUpdate function, you're …
13:19 Changeset [dd8c1188e95094e10461626fc30f54299103536f] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: Refactored a bunch of stuff, moved over some fixes from draggable
13:02 Ticket #3164 (Sortables do not work on sorted elements that are also resizable) closed by paul
fixed: Fixed in r683.
13:02 Changeset [9d8e83845cc92e2f5b1671b3bdf4a7d903844283] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
  • ui/ui.resizable.js
  • ui/ui.sortable.js
draggable, resizable, sortable: proper usage of _mouseCapture, fixes interaction issues when many plugins are used on the same element (Fixes #3164)
12:44 Ticket #3163 (Nesting Sortables is not working - connecting all groups of same class) closed by paul
worksforme
12:41 Ticket #3269 (placeholder does not have any styles added) closed by paul
wontfix: If you specify a className for the placeholder option, Sortable thinks the …
12:40 Changeset [cef66ee99f3924f5f74ac8c3f3190bfd125bd845] by Paul Bakaus <paul.bakaus@…>
  • demos/functional/templates/ui.sortable.ex3.html
  • demos/functional/templates/ui.sortable.html
  • tests/sortable.js
  • ui/ui.sortable.js
sortable: Fixed the floating functional demo, implemented forcePlaceholderSize
12:07 Ticket #3445 (ASP.NET support) created by LM
In ASP.NET there can be only one <form> element on the page. If I create …
11:19 Ticket #3277 (IE/Opera draggables bug) closed by paul
wontfix: Hey there, it's a bug with the offset method. If you remove the doctype …
10:44 Ticket #3078 (Containment dimensions calculation bug in msie 7) closed by paul
worksforme: I wasn't able to reproduce the issue. Could you produce a test page for me …
10:40 Ticket #3424 (Draggable CSS classes aren't removed on destroy) closed by paul
fixed: Fixed in r681.
10:39 Changeset [fd40ff0fe036cf4c38b93f0345505052f83dbb66] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
draggable: destroy method now properly removes the class ui-draggable (Fixes 3424)
10:38 Ticket #3328 (Containment (resizable and draggable) not working when container has ...) closed by paul
fixed: Looks good, thanks! Fixed in r680.
10:38 Changeset [b08ae847bf20721545cec87e6e08aa4c3a51d0a8] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.core.js
  • ui/ui.draggable.js
core: hasScroll now checks for overflow hidden, since then the users wants scroll to be hidden draggable: containment respects overflow hidden (fixes #3328)
10:32 Ticket #3434 (invalid increment operand) closed by paul
fixed: Fixed in r679.
10:32 Changeset [fe73615204227f177a2dcf54a6e10d2e47fd5505] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.datepicker.js
datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)
09:03 Changeset [dc31bc2f3e8e31788cb10b59ba8fe691863022d8] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.droppable.js
use $.isFunction instead of checking the constructor
07:38 Ticket #3436 (Opening a dialog with no tabbable elements) created by skorpan
Revision 671 introduced a bug in ui.dialog, which was said to be a partial …
05:58 Ticket #3434 (invalid increment operand) created by floating.eye22@…
target.id='dp'+++this.uuid; This code which is included in version …
01:43 Ticket #3429 (Selectable to select area of photo) created by randy@…
I decided to use selectable for a project I am developing. Basically it …

09/15/08:

22:51 Ticket #3424 (Draggable CSS classes aren't removed on destroy) created by scott.gonzalez
Creating and destroying a draggable element will leave the element with …
22:50 Ticket #3423 (Resizable: Can't change handles after init) created by scott.gonzalez
$(el).data('handles.resizable', X) doesn't work.
22:45 Ticket #3325 (ui - not compatible with jQuery.noConflict()) closed by scott.gonzalez
worksforme: This works for me. Please review how to use jQuery.noConflict(). If you …
20:57 Ticket #3386 (accept.droppable not an option) closed by paul
fixed: Fixed in r677.
20:57 Changeset [aed298125decb717e4b2b7527386997bde45cc50] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.droppable.js
Setting data.accept now works fine (Fixes #3386)
20:36 Ticket #3250 (First drag event missed with ui.droppable.js file (only Firefox 3)) closed by paul
worksforme: This is likely a Firebug bug. Can you try to disable Firebug and see if it …
20:33 Ticket #3256 (draggable problem with helper clone) closed by paul
fixed: Fixed in r676.
20:32 Ticket #3166 (Dragging fixed position elements) closed by paul
fixed: Should be fixed in r676.
20:30 Ticket #3268 (Droppable Elements jump and move below mouse when page is scrolled down) closed by paul
fixed: Fixed in r676.
20:28 Ticket #3227 (ui.draggable positioning problem with IE6) closed by paul
fixed: Should be fixed in r676.
20:27 Ticket #3263 (drag & drop functional demos && FF3) closed by paul
fixed: Fixed in r676.
20:26 Changeset [7ba2beb903276f43e1ac322abd6e1fcc522e3b9e] by Paul Bakaus <paul.bakaus@…>
  • tests/draggable.html
  • tests/draggable.js
  • ui/ui.draggable.js
- kickass draggable refactoring - fixes many bugs, many edge case issues - added many new tests to draggable, especially related to scrolling and helper clone

09/14/08:

23:40 Ticket #3402 (Method to cancel a sortable attempt) created by buzz
It would be great if there was a method to cancel a sortable event. So, if …
19:46 Ticket #3395 (The current day won't highlight for some days March) created by honestegg@…
When the date is set to any day in March past the second Sunday, the class …
14:50 Ticket #3389 (fix handling on non-draggable dialgos) closed by scott.gonzalez
fixed: Fixed in [674].
14:50 Ticket #3220 (fixed-size dialogs still have resizable border) closed by scott.gonzalez
fixed: Fixed in [673].
14:49 Changeset [ee30dbbd216065aeee60cddf3ab04e9fa3eee564] by Scott González <scott.gonzalez@…>
  • ui/ui.dialog.js
Dialog: Reordered functions.
14:48 Changeset [608cab6e3bc43475305cddd4bc50cba6e18069a8] by Scott González <scott.gonzalez@…>
  • ui/ui.dialog.js
Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.
14:47 Changeset [8bd855a162784f138ed8764692d472d97c725fcb] by Scott González <scott.gonzalez@…>
  • ui/ui.dialog.js
Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.
14:44 Ticket #3389 (fix handling on non-draggable dialgos) created by scott.gonzalez
Dialogs with the draggable option set to false currently create disabled …
14:33 Ticket #3285 (Download builder page needs UI version number) closed by scott.gonzalez
fixed: The version number is now displayed above the download link. You can now …
07:52 Ticket #3386 (accept.droppable not an option) created by smurkas@…
accept.droppable is not counted as an option when called through …

09/13/08:

11:01 Ticket #3372 (Datepicker IE7 problem) created by anonymous
if have a test page, where i have five input fields. I attach to each one …
03:28 Milestone 1.6rc1 completed

09/12/08:

00:07 Ticket #3327 (Focus not going to Modal Dialog) closed by scott.gonzalez
fixed: I split the remaining issue into a new ticket: #3350.
00:06 Ticket #3350 (modal dialogs aren't greedy enough with element focus) created by scott.gonzalez
It is currently possible to cause an element outside of a modal dialog to …

09/11/08:

23:22 Changeset [7e9dcd21defaba1038a0a4901d0b02a6817472d9] by Scott González <scott.gonzalez@…>
  • ui/ui.dialog.js
Dialog: Partial fix for #3327: When opening a dialog, give focus to the first tabbable element inside the dialog.
23:01 Ticket #3349 (Opening dialog in IE7 results in javascript error) closed by scott.gonzalez
duplicate: Duplicate of #3186.
21:51 Ticket #3349 (Opening dialog in IE7 results in javascript error) created by mitya_mukhin@…
Opening dialog in IE7 results in javascript error caused by an attempt of …
15:20 Ticket #3342 (Slider: keyboard event not swalled, causes scrolling) closed by davidb
fixed: fixed in trunk (rev 670)
15:18 Changeset [bb84cbf7fd345d8bf37f637604e607db4ce772a7] by David Bolter <david.bolter@…>
  • ui/ui.slider.js
Fixes #3342, prevents bubbling (and default key behaviour) for slider based key events.
14:56 Ticket #3342 (Slider: keyboard event not swalled, causes scrolling) created by davidb
On a page with a lot of content before or after the slider, tab to the …
13:58 Ticket #3327 (Focus not going to Modal Dialog) reopened by davidb
04:59 Ticket #3339 (Repeating date on Aprils) created by mutatas2
I downloaded jquery.ui-1.5.2 development bundle. When I open the …
01:27 Ticket #3327 (Focus not going to Modal Dialog) closed by scott.gonzalez
worksforme: The current behavior works for me. Please provide a test page if you …

09/10/08:

18:51 Ticket #3338 (Big datepicker bug with IE and no id on the attached input element) created by skoon
I'm seeing a bug using the datepicker that appears to be related to having …
16:39 Ticket #3331 (Injection of span elements screws up list in IE7) created by noah@…
I've modified my ui.accordion.js file to read: if …
11:46 Ticket #3330 (JQuery UI Themeroller does not respect clear/close button) created by matt83uk
When mandatory is set to false on a jQuery UI Datapicker used in …
08:10 Ticket #3329 (fast click bugs with sortable) created by dodge
while you are dragging out the item, you fast release the mouse button and …
00:26 Changeset [a681cd97c90b3a1573ba1a9712ab55cd7cc04bb6] by Chi Cheng <cloudream@…>
  • release/build.xml
build:jquery.ui.i18n.all.js

09/09/08:

23:29 Ticket #3328 (Containment (resizable and draggable) not working when container has ...) created by c_t
Assume you have a resizable and/or draggable inside a container with the …
16:28 Ticket #3327 (Focus not going to Modal Dialog) created by michelled
Focus does not seem to be getting set to the modal dialog automatically. …
12:57 Ticket #3326 (Spinner demo doesn't work) created by snobo
 http://docs.jquery.com/UI/Spinner because …
09:35 Ticket #3325 (ui - not compatible with jQuery.noConflict()) created by daniel@…
Hello, it seems that ui is not compatible with jquery.noConflict(); I …
09:32 Ticket #3015 (cookie value is not checked on init + selected tab is not stored in cookie ...) closed by klaus.hartl
fixed: [668]
09:28 Changeset [32f4412c2bbba3376a0c61a816d3b28b7635f240] by Klaus Hartl <klaus.hartl@…>
  • ui/ui.tabs.js
UI Tabs: fixed cookie name generation which wasn't based on DOM element any longer after change in this.element, update cookie after init/add/destroy (fixes #3015)
08:23 Changeset [accc76bc64e8844153954868258b9dd59b9ba294] by Ca-Phun Ung <pazu2k@…>
  • tests/visual/spinner.html
  • ui/ui.spinner.js
Spinner: added an init callback which exposes the addItem method for dynamic population of spinner via an external objects.
02:38 Ticket #3322 (DatePicker Position On Scroll) created by anonymous
Sometimes if I have the datepicker open and I scroll the page and click …
00:24 Ticket #3317 (destroyOnClose option for dialog?) closed by scott.gonzalez
worksforme: Seeing as how this is currently one line of code to implement by using the …
Note: See TracTimeline for information about the timeline view.