Timeline


and

11/03/08:

21:42 Ticket #3402 (Method to cancel a sortable attempt) closed by paul
fixed: Implemented in r860 (use ui.cancel() in the callbacks to cancel a sortable …
21:42 Ticket #3283 (a way to cancel a sort in sortable) closed by paul
fixed: Implemented in r860 (use ui.cancel() in the callbacks to cancel a sortable …
21:41 Changeset [5e5116b3d4ce615baaa62c8cf2a45a5dd3523ffa] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: implemented ui.cancel(), a function that can be called to completely cancel the sortable attempt, and revert to the original state (implements #3283, #3402)
20:58 Ticket #3539 (Stacked dialogs can be closed even when not in front) created by BrianHV
The escape key can be used to close a modal dialog even when it's not in …
20:55 Ticket #3538 (Sortable elements not staying inside container) created by Kickboy
Originally Posted to …
19:09 Ticket #3537 (repeated october 26) created by rodrigocuriel
October 26th is repeated, you can see it in the demos …
15:37 Ticket #3536 (persian locale) created by jmowla
it's so nice to support persian text on datapicker component
14:58 Ticket #3466 (sortable with default radio (prev ticket 2930)) closed by paul
fixed: Fixed in r859.
14:58 Changeset [1045a83f49a5f7938e4c81ee2924f3fbc697245b] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: checked inputs are not unchecked anymore after drag start (fixes #3466)
14:23 Ticket #3459 (enableSelection and disableSelection should be standard jQuery methods) closed by paul
fixed: Fixed in r858.
14:23 Changeset [04688e3eee7e68f056a38c3bbfc3870ac49bf772] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.core.js
  • ui/ui.dialog.js
  • ui/ui.resizable.js
core: restructured helper functions, made enableSelection/disableSelection jQuery plugins (fixes 3459)
13:51 Ticket #3491 (Sortables:temp. inline styles not removed prior to stop callback fcn) closed by paul
wontfix: Hi there, this is actually not a bug, let me explain it to you: In 1.6, …
13:47 Ticket #3132 (Sortable events bug) closed by paul
fixed: Fixed in r856.
13:24 Ticket #3488 (ui.sortable - IE6+ doesn't fire click-event after sorting) closed by paul
fixed: Fixed in r857. Very strange issue, took me hours to debug, it's caused by …
13:23 Changeset [0e16fcf1e865a6ea553265e202ed54b6935c54f4] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: all events of the inner nodes of the sortable item were unbound after the sort (this is related to remove() in jQuery, bugfix is not to use remove()), fixes #3488
12:45 Ticket #3177 (click is fired for draggagble elements on mouseUp) closed by paul
fixed: Fixed in r856.
12:44 Changeset [9be9c9f699611f18a229efca381ec223a8bd14ec] by Paul Bakaus <paul.bakaus@…>
  • tests/draggable.js
  • ui/ui.core.js
mouse: events and default actions on click are not fired after a drag action has been initiated
11:25 Ticket #3511 (Draggable: Incorrect helper checking) closed by paul
fixed: Fixed in r855.
11:24 Changeset [77d2c66690b7b622779e289d052fa73b4d56e7fc] by Paul Bakaus <paul.bakaus@…>
  • tests/draggable.js
  • ui/ui.draggable.js
draggable: fixed two missing defaults
00:58 Ticket #3372 (Datepicker IE7 problem) closed by kbwood
fixed: Generated IDs were set based on timestamp, possibly resulting in some …
00:37 Ticket #3522 (Datepicker - Daylight Savings) closed by kbwood
fixed: Fixed in 1.6.
00:21 Ticket #3516 (DatePicker: Safari can't handle multiple inputs without IDs) closed by kbwood
fixed: Generated IDs were based on timestamp, so both of these would have …
00:15 Ticket #3286 (datepicker draws calendar incorrect) closed by kbwood
fixed: I believe this is related to the timezone of the client machine and has …

11/02/08:

23:36 Ticket #3515 (DatePicker broken by ID with period) closed by kbwood
fixed: Already fixed in 1.6.

11/01/08:

14:50 Ticket #3193 (Cannot select scrollbars inside dialog in Opera 9.51) closed by rdworth
fixed: Fixed in [854]
14:49 Changeset [e560194aaa5d3a78b66a0611208a2a2f97380168] by Richard Worth <rdworth@…>
  • ui/ui.dialog.js
Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51
10:32 Changeset [8ce1db36db2fc1830960db39c596e70ff9e25d2b] by Richard Worth <rdworth@…>
  • ui/ui.resizable.js
resizable: defined defaults
10:20 Changeset [19c534188a9e5784571248ac0054daba8ea71ed2] by Richard Worth <rdworth@…>
  • tests/resizable.js
tests resizable: Updated defaults test
08:24 Changeset [d5402ae4025207b824933c27c626225f43db8f7c] by Richard Worth <rdworth@…>
  • tests/visual/all.css
test visual: fixed colors to match UI website

10/31/08:

17:51 Ticket #3535 (Bug on "auto-scrolls to container") created by jzu
Dear UI Developer, I like jquery and UI very much, but I found a very bug …
17:45 Ticket #3534 (Dialog: Modal dialog disables all input elements on page.) created by Bethrezen
If i create a dialog using this code: […] Then all my input …
15:45 Ticket #3533 (Add accordion "duration" option) created by sunshine
Many widgets which perform animation allow the duration option to be …
15:24 Ticket #3532 (Accordion: Activating a panel during animation fails) created by sunshine
Accordion's clickHandler() ignores animation requests if an animation is …
02:32 Ticket #3530 ($.widget.prototype._trigger() should automatically add the options hash) created by scott.gonzalez
As suggested in #3528, ._trigger() should automatically add the options …
01:38 Changeset [100cc350b3ed8516619d1946b38a339cdac7e1a0] by Richard Worth <rdworth@…>
  • tests/visual/dep_loader.html
moved dep_loader.html test page to experimental branch
01:13 Ticket #3529 (Remove .ariaRole() and .ariaState()) created by scott.gonzalez
Instead of defining .ariaRole() and .ariaState(), ui.core should just …

10/30/08:

20:58 Ticket #3527 (No way to disable AJAX/remote tabs in ui.tabs) closed by klaus.hartl
invalid: The alternative is to use in-page tabs, it's as simple as that. The remote …
19:51 Ticket #3528 (improvement for _trigger-Method and more consistency in slider events) created by trixta
Hi, this is related to ui.core and ui.slider. I realy like the way ui …
18:21 Ticket #3520 (Datepicker displays today, October 26 for both today and tomorrow) closed by grabanski
fixed: Duplicate day issues should be fixed in the latest build of datepicker. …
12:13 Ticket #3527 (No way to disable AJAX/remote tabs in ui.tabs) created by abitgone
There doesn't appear to be a way to turn off the remote/AJAX tabs feature, …
09:49 Ticket #3526 (Default Year is 1998 with options: changeYear:false, dateFormat: 'dd.mm.') created by insekticid
$('#datepicker').datepicker({'minDate':$.datepicker.parseDate("yy-mm-dd", …
06:57 Changeset [be7db1369d708292a1ad0925e1cdb32aa8e2a599] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.sortable.js
Sortable - accurate option added, If you prefer better accuracy and low performance set accurate: true.

10/29/08:

17:49 Ticket #3525 (Selectable: Add ARIA semantics to Selectable) created by davidb
For accessibility, we should add an attribute to elements that are …
17:03 Ticket #3482 (Add ARIA semantics to progress bar) closed by davidb
fixed: I chained some of the calls and committed, thanks! rev:[847]
16:57 Changeset [b0772dc3d81f00da5d4ce478e36dd5e94649f0d4] by David Bolter <david.bolter@…>
  • tests/progressbar.js
  • ui/ui.progressbar.js
added ARIA semantics, and tests. patch review:scott.gonzalez@gmail.com (fixes bug #3482)
12:49 Ticket #3524 (Dialog is not opening after closing it) closed by scott.gonzalez
worksforme: You're trying to initialize the dialog each time, which won't work. You …
08:00 Ticket #3524 (Dialog is not opening after closing it) created by elffikk
I have content in a div and a button "show dialog". First time clicking on …

10/28/08:

21:31 Ticket #3523 (Dialog: onclick return value ignored) created by BrianHV
The onclick return value on a link is being overridden when that link is …
21:11 Ticket #3522 (Datepicker - Daylight Savings) created by dubiousdavid
Calendar repeats November the 2nd for Sunday and Monday. This is where …
18:05 Changeset [95980d34da7f4ef6637a107df5fd669c624fd9c6] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.sortable.js
Sortable - delta direction improved
14:44 Changeset [fe12e22f47263a5956065c831cccf0f907c0177d] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.sortable.js
Sortable - Float elements tolerance fixed
09:03 Ticket #3521 (maxDate causes "next>" link to appear in month selection boxes.) created by mattih5
When I apply a "maxDate" restriction say date:maxDate="new Date(2008, 12 - …
06:41 Changeset [cd01814a85a765759f2e1205355514c75bcdfa2d] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.sortable.js
Sortable - Prevent mouseCapture while help is reverting
06:35 Changeset [f69197bcec073b6f73b26e93e5fc407b4c5e485e] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.sortable.js
Sortable - Checking if helper exists
06:01 Changeset [8d11141859df2366aadc87f251ec4ff373f6d7af] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.resizable.js
Changing the author name on Resizable
05:44 Changeset [429a36fee9b3e12396a31d08b53a0d43f8c0a969] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.sortable.js
Sortable - Tolerance accuracy sortable improved
Note: See TracTimeline for information about the timeline view.