Timeline


and

11/30/08:

13:45 Ticket #3611 (Animation clears radio button's CHECKED attribute in IE) reopened by joern.zaefferer
Whoops, nevermind.
13:45 Ticket #3611 (Animation clears radio button's CHECKED attribute in IE) closed by joern.zaefferer
invalid: Invalid, not related to jQuery UI. Use the jQuery bugtracker instead: …
13:43 Ticket #3630 (teste) closed by joern.zaefferer
invalid
13:40 Ticket #3603 (Re-open #3258) closed by joern.zaefferer
invalid
13:40 Ticket #3232 (Datepicker Position Problem in IE 6/7) reopened by joern.zaefferer
According to #3603, this issue is still open.
13:36 Ticket #3608 (Incorrect Calendar in Datepicker) closed by joern.zaefferer
invalid: Fixed in 1.6.2.
13:35 Ticket #3625 (datepicker shows incorrect calendar) closed by joern.zaefferer
invalid
13:25 Ticket #3606 (accordion: rename change event (and remove namespacing?)) closed by joern.zaefferer
invalid: Turned out the issue occured only in my customized copy. Nevermind.

11/29/08:

15:21 Ticket #3630 (teste) created by testeUser
teste

11/28/08:

21:48 Milestone 1.5.3 completed
15:43 Changeset [95c6c6dd62684c388590087b97001bd67ce46a07] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.core.js
  • ui/ui.draggable.js
  • ui/ui.slider.js
  • ui/ui.sortable.js
Source formatting

11/27/08:

05:29 Ticket #3629 (Supporting of Jalali Calendar (Hijiri Date)) created by jmowla
It sounds good to support Jalali Calendar by Datepicker. I just added this …
01:18 Ticket #3628 (Resizable position: fixed is not supported) created by tmm1
if a div is position fixed, ui.resizable will make it position absolute, …

11/26/08:

20:43 Ticket #3627 (ajax tabs fail in internet explorer when url has a fragment) created by mtk
<html> <head> <script type="text/javascript" …
18:14 Ticket #3626 (ui.accordion resize not possible) created by tud
It's not possible to resize ui.accordion menu when the browser window is …

11/25/08:

22:42 Ticket #3625 (datepicker shows incorrect calendar) created by linoj
There are two Nov 2nd's, and the rest of the calendar is off. Using …
22:39 Ticket #3624 (ui download crashes safari) created by linoj
I went to create a custom download in safari and it crashed Safari, closed …
12:25 Ticket #3623 (Opening a Modal Dialog shows a horizontal scroll bar) created by teaspoon000
Whenever I open a dialog box, there appears a horizontal scroll bar when …
09:57 Changeset [91232f6ed53abdc2e2d36929a5129f9a7d8069b9] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: - merged back all position and scroll fixed from draggables - renamed accurate to accurateIntersection and set it to true by default - refactored intersection code (no change in logic) - added forceHelperSize option (default: false), a forced helper size is also triggered when the generated helper doesn't have any styles set for width/height, so this option won't be needed in most cases
09:56 Ticket #3622 (.datepicker("setDate", date) doesn't update altField) created by deebo
using the following option: […] the actual field updates on …

11/24/08:

22:48 Ticket #3621 (placeholder option problem with sortable elements) created by chag
The 'placeholder' option doesn't work as it should with sortable object. …
17:02 Changeset [2b92a02170babdf2d970ecabd2a326a0a7d64f5b] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.slider.js
slider: fixed regression caused by a recent change in the mouse core - since the mouse core doesn't stop mousedown propagation by default now, the mousedown event was triggered twice - once by the bound handle, and once by the actual element.
14:10 Ticket #3579 (ALL DOCS: e, ui should be changed to event, ui) closed by paul
fixed: Done.
13:52 Changeset [0ef9a8ac3dd1d3f1e98012c9744ae98770da4272] by Richard Worth <rdworth@…>
  • tests/progressbar.js
progressbar tests: started refactor
13:49 Ticket #3541 (Events removed on sortable elements) closed by paul
fixed: Fixed in r1002 by an ugly regex that removes the expando attribute.
13:48 Changeset [19a7d6bc5bceb82892b063f678740ae09b630973] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: Another regex for the innerHTML copying in the placeholder, removes the expando attribute in IE (fixes #3541)
13:25 Ticket #3567 (toArray not working) closed by paul
fixed: This has recently been fixed.
13:24 Ticket #3007 (Click event missing for resizable with proxy) closed by paul
wontfix: This is not a bug, but expected behaviour - since what you are doing on …
12:54 Ticket #3620 (When yearRange rolls over, the resulting dates dont) created by deebo
When using something like […] in december during year 2008, and you …
12:37 Ticket #3619 (Setting a date pops up the datepicker window) created by deebo
When using datepicker as a "container for dates", where outside elements …
00:22 Ticket #3618 (slider handle runs over right slider track edge by 3px) created by mpj
the slider handle does not seem to be evenly distributed about the slider …

11/23/08:

18:14 Changeset [3d87c249fce478020df20a6492084d7c95bab863] by Paul Bakaus <paul.bakaus@…>
    draggable: correct mime type on scroll test
    18:12 Ticket #3548 (Draggables causing overflow bug in IE) closed by paul
    invalid: You have to set the position of the overflowing container to relative - …
    18:09 Ticket #3589 (dragged out of the viewport - in the top of the browser) closed by paul
    invalid: This is not wrong behaviour - if you don't want to make that happen, then …
    18:00 Ticket #3552 (document elements can't retrieve mouse down/up event when dragging layer) closed by paul
    fixed: Fixed in r1000.
    18:00 Changeset [42da86279e3606e0a5bebdce233dfe1f4dcbcc6b] by Paul Bakaus <paul.bakaus@…>
    • ui/ui.core.js
    core (mouse): preventDefault in most cases instead of returning false, that blocks all bubbling events (fixed #3552)
    17:50 Ticket #3535 (Bug on "auto-scrolls to container") closed by paul
    fixed: This has been fixed in r998.
    17:46 Changeset [8e734e4a221d6ddb6705d5bb485271cd93cd0dfd] by Paul Bakaus <paul.bakaus@…>
    • tests/visual/draggable.scroll.html
    draggable: advanced visual representation of the new automated tests that can be used for debugging purposes
    17:42 Changeset [a42894b1d7a248d274ff309bf8b4b3bd45a7d4a8] by Paul Bakaus <paul.bakaus@…>
    • tests/draggable.js
    • ui/ui.core.js
    • ui/ui.draggable.js
    core: improved logic of $.fn.scrollParent, taking positioning in account draggable: fixed and updated tests, rewrote positioning core, now passes the test suite completely in FF, IE6, IE7
    13:39 Ticket #2514 (Add ARIA semantics to UI) closed by scott.gonzalez
    invalid: This is being closed in favor of creating separate tickets for each …
    Note: See TracTimeline for information about the timeline view.