Timeline


and

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 …

    11/22/08:

    19:29 Changeset [0472ff10bbd12648b57905d0833fb6e572853dd5] by Richard Worth <rdworth@…>
    • tests/accordion.html
    • tests/core.html
    • tests/datepicker.html
    • tests/dialog.html
    • tests/draggable.html
    • tests/droppable.html
    • tests/progressbar.html
    • tests/resizable.html
    • tests/selectable.html
    • tests/slider.html
    tests: formatting and cleanup for consistency
    11:18 Changeset [f389497e48c1f8d4024f479364a8b5cba8f8a88d] by Richard Worth <rdworth@…>
    • tests/core.html
    removed some old references to 'flora'
    11:17 Changeset [bec5c8dbf120609d46aa749ab3d91fc42bdc3033] by Richard Worth <rdworth@…>
    • demos/functional/index.html
    • demos/functional/templates/ui.tabs.php
    • demos/real-world/range-interface/index.html
    • tests/all.html
    • tests/all_2.html
    • tests/core.html
    • tests/datepicker.html
    • tests/dialog.html
    • tests/selectable.html
    • tests/ui.html
    removed some old references to 'flora'
    05:49 Changeset [78dfd2607f003640fa707342e6dd8e7f9b63c3bb] by Eduardo Lundgren <eduardolundgren@…>
    • ui/ui.resizable.js
    Resizable: disableSelection using jquery plugin.

    11/21/08:

    19:40 Changeset [0036aaf4b67d55e621ac2e4553a98dc80d2ca727] by Paul Bakaus <paul.bakaus@…>
    • tests/draggable.js
    • tests/droppable.html
    • ui/ui.draggable.js
    draggable: added missing default for zIndex and cursorAt, added missing scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6)
    18:41 Changeset [65289463debbc3d32cf4de045372bc7e076f7e0c] by Eduardo Lundgren <eduardolundgren@…>
    • ui/ui.sortable.js
    Sortables: using isOverAxis.
    18:41 Changeset [6a621b6d0e9b60ec75352429a3d1015989a0bd78] by Eduardo Lundgren <eduardolundgren@…>
    • ui/ui.core.js
    Core: isOverAxis avoid duplicated method logic.
    18:17 Ticket #3599 (Draggable - helper does not work with function) closed by paul
    fixed: This bug has already been fixed in the trunk version.
    16:52 Ticket #3592 (id repetition on IE and FF 2.x) closed by paul
    fixed: This is fixed in the current version of datepicker. The new version …
    15:30 Changeset [89793957e5df2ec64a2aa63b0d0ecdded791cf97] by Eduardo Lundgren <eduardolundgren@…>
    • ui/ui.sortable.js
    Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _intersectsWithPointer.
    14:01 Changeset [4b2a73e2b2d54d95b3536392a46bdac5e0db1a06] by Paul Bakaus <paul.bakaus@…>
    • ui/ui.draggable.js
    draggable: the snap events 'release' and 'snap' now both have valid mousemove events attached.
    13:00 Changeset [fa38ac52ab475696109ad6d9b3cbe368e3970670] by Paul Bakaus <paul.bakaus@…>
    • MIT-LICENSE.txt
    fixed header information in MIT license
    05:07 Ticket #3616 (progressbar: the label text should be unselectable) created by rdworth
    The progressbar label text is currently selectable, which acts weird since …
    04:58 Changeset [03d6a64695d86e103eb5c8464aeb231e651c4256] by Richard Worth <rdworth@…>
    • ui/ui.accordion.js
    accordion: formatting changes - moved some things around for consistency. _init and destroy at the top. Sorted defaults alphabetically.
    04:48 Changeset [1c97a20d019946bdb6010ca8dd7ee3e6f14cf1fc] by Richard Worth <rdworth@…>
    • ui/ui.tabs.js
    tabs: formatting changes - moved some things around for consistency. _init and destroy at the top. ui last. Sorted defaults alphabetically.
    04:45 Changeset [f2ad7ea32a829aa2449c889672b528c09398f3a4] by Ca-Phun Ung <pazu2k@…>
    • AUTHORS.txt
    changed author url for Ca-Phun Ung
    04:40 Changeset [e98934200f606d7973902495450ea5b5d79440af] by Richard Worth <rdworth@…>
    • ui/ui.slider.js
    slider: formatting changes - moved some things around for consistency. _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.
    04:17 Changeset [8ab19f209a8effbbd5ee4d1cba2a49ca8e6672b6] by Richard Worth <rdworth@…>
    • ui/ui.dialog.js
    dialog: formatting changes
    04:12 Changeset [89a113ba196ff283b8577753838c222d66f3d53b] by Richard Worth <rdworth@…>
    • ui/ui.progressbar.js
    progressbar: formatting changes
    04:05 Changeset [64f6baeaf47bc41ce18b36d97d49a14d5293dbc8] by Richard Worth <rdworth@…>
    • tests/selectable.js
    • ui/ui.selectable.js
    selectable: removed toggle method as widget factory provides enable/disable methods.
    04:04 Changeset [47f8e9042fbe4d48c1cf9579beba5f4fc2966149] by Richard Worth <rdworth@…>
    • ui/ui.droppable.js
    droppable: removed disabled default as it's provided by widget factory
    04:01 Changeset [fb94a4e34e25941443bdd7c52c41844e29f2db9f] by Richard Worth <rdworth@…>
    • ui/ui.draggable.js
    • ui/ui.droppable.js
    • ui/ui.resizable.js
    • ui/ui.selectable.js
    • ui/ui.sortable.js
    draggable, droppable, resizable, selectable, sortable: formatting changes - moved some things around for consistency. _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically.
    02:14 Changeset [2192c024e2b8dd4b3a27170400107400dc5a72b4] by Richard Worth <rdworth@…>
    • AUTHORS.txt
    • MIT-LICENSE.txt
    • ui/effects.blind.js
    • ui/effects.bounce.js
    • ui/effects.clip.js
    • ui/effects.core.js
    • ui/effects.drop.js
    • ui/effects.explode.js
    • ui/effects.fold.js
    • ui/effects.highlight.js
    New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
    01:58 Ticket #3615 (clicking today doesnot parse today's date) created by testme
    It seems like a bug to me: when I click on "today" and it doesn't parse …

    11/20/08:

    13:42 Changeset [2747b5c018b31eb69e77f07a6616428cf206f967] by Eduardo Lundgren <eduardolundgren@…>
    • release/build.xml
    build.xml - Added zip task.
    13:18 Changeset [217c5e2c2f505c8fbbb6e6513276600624f5d42b] by Eduardo Lundgren <eduardolundgren@…>
    • release/build/class.JavaScriptPacker.php
    • release/build/pack.php
    build.xml - Pack task now using PHP packer.
    08:38 Ticket #3614 (Accordion: support multiple events being set at the same time) created by joern.zaefferer
    Here is a hoverintent implementation as a special event: […] Its …
    08:34 Ticket #3613 (Accordion: cookie persistence) created by joern.zaefferer
    Here is an example of adding external cookie persistence to an accordion: …
    05:51 Changeset [491e5b2f1817e0640e01c7d319366a8660b38a71] by Eduardo Lundgren <eduardolundgren@…>
    • ui/build.xml
    Added a build.xml file to help us removing trailing spaces when needed.
    05:18 Changeset [1a6848de17c53e98e9a73e4b60a62b54546f1c6c] by Eduardo Lundgren <eduardolundgren@…>
    • ui/build.xml
    Added a build.xml file to help us removing trailing spaces when needed.
    05:07 Changeset [b70f701f6d2c5fd032f07820172747eb313bf254] by Eduardo Lundgren <eduardolundgren@…>
    • release/build.xml
    build.xml - Added replace-version task. Pack task now using PHP packer. i18n minify and pack support.
    04:10 Changeset [558218f2aacde62323e8d5c6ccc62aa7c05c4ed5] by Eduardo Lundgren <eduardolundgren@…>
    • ui/effects.blind.js
    • ui/effects.bounce.js
    • ui/effects.clip.js
    • ui/effects.core.js
    • ui/effects.drop.js
    • ui/effects.explode.js
    • ui/effects.fold.js
    • ui/effects.highlight.js
    • ui/effects.pulsate.js
    • ui/effects.scale.js
    Source formatting: Removing trailing spaces

    11/19/08:

    21:47 Ticket #3611 (Animation clears radio button's CHECKED attribute in IE) created by brostbeef
    I have a <DIV> container which contains radio buttons. When I …
    19:55 Ticket #3610 (Error in french l18n file for ui.datepicker) created by Arnaud
    There's mistakes in the french file ui/i18n/ui.datepicker-fr.js: - first …
    18:18 Ticket #3609 (resizing table columns in ie6) created by sorpigal
    I'm not sure if this is properly a UI bug or a problem in jquery proper, …
    15:34 Ticket #3608 (Incorrect Calendar in Datepicker) created by Apreche
    The jquery ui datepicker has an incorrect calendar. Go to the demo page @ …
    15:25 Ticket #3607 (Draggable div not constrained within containing div when window scrollbars ...) created by Wobble
    I've looked at other open bugs; #3568 looked similar, but I have checked, …
    15:20 Ticket #3485 (sortable + select boxes + safari) closed by paul
    fixed: Fixed in r970.
    15:20 Changeset [352287b7efeaf400463eae637a2230a350c6e2d9] by Paul Bakaus <paul.bakaus@…>
    • ui/ui.core.js
    core: this fixes the Safari issue that select options can't be selected if the mouse widget is used, since the mousedown returns false which calls preventDefault. Returning true causes text to be selectable in FF/Opera though, so this needs to be Safari only for now.
    15:08 Changeset [c3df1b6df6527cee743783cdb90d5a0fa4273b91] by Paul Bakaus <paul.bakaus@…>
    • ui/ui.sortable.js
    sortable: removing ui.options caused plugins not to work anymore - fixed all regressions
    14:58 Ticket #3249 (<select> options not selectable in Safari when container is resizable) closed by paul
    worksforme: I tried to replicate the issue, but it seems to be fixed. It could not be …
    14:53 Ticket #3480 (Resizable css cursor not getting applied) closed by paul
    fixed: Fixed in r968.
    14:49 Changeset [fbde8766ba2dc3b70df1d4b95eefe316556bdae5] by Paul Bakaus <paul.bakaus@…>
    • ui/ui.resizable.js
    resizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet for the axes, it's maintained (fixes #3480)
    14:41 Ticket #3606 (accordion: rename change event (and remove namespacing?)) created by joern.zaefferer
    Currently the accordion binds a change-event handler by default, which …
    14:39 Ticket #3489 (ui.slider steps option) closed by paul
    fixed: Hi there, this is adressed/fixed in r967 (or if you want to wait for a …
    14:38 Changeset [06e7783c93a92003adff093e564ce9a9e14bd014] by Paul Bakaus <paul.bakaus@…>
    • ui/ui.slider.js
    slider: defered all parseInt / Math.round calls for values to this._round, implemented option 'round' (bool), that is enabled on default (old behaviour), can be disabled to return floating values (fixes 3489)
    14:21 Ticket #3568 (Drag is jumping with scrollbar) closed by paul
    fixed: Hi there, please try the latest trunk version in SVN (or the 1.6rc3 …
    11:15 Changeset [c57ea5721c47f3497e6f9d59978abf65ad74d4a1] by Richard Worth <rdworth@…>
    • demos/functional/index.html
    removed unused conditional comments for ie5, ie6, ie7
    11:06 Ticket #3557 (Draggable: Undocumented options - connectToSortable, iframeFix, scope, ...) closed by paul
    fixed: Fixed!
    10:22 Ticket #3605 (actualSize in ui.slider not calculated correctly if element is hidden) created by FreakCERS
    If the slider element (or it's parents) are hidden via display: none; its …
    09:54 Changeset [2a6a3561092a3c34d3f5c6b759e4af3ec01fcf0f] by Paul Bakaus <paul.bakaus@…>
    • ui/ui.sortable.js
    sortable: removed ui.element and ui.options from the UI object, corrected the callback for the items option, now includes event if applicable
    07:18 Ticket #3603 (Re-open #3258) created by mikecar
    The bug described in ticket #3258 still exists, it is valid, and the patch …
    06:24 Ticket #3602 (Download Builder needs to be updated for 1.6rc3) created by rdworth
    Since 1.6rc2, the following plugins have been removed from the 1.6 release …
    06:19 Ticket #3601 (ThemeRoller needs to be updated for 1.6rc3) created by rdworth
    Since 1.6rc2, the following plugins have been removed from the 1.6 release …
    06:09 Changeset [8306e62887be2bcc70984fd3b3b6c9d8158843cf] by Richard Worth <rdworth@…>
    • demos/functional/templates/ui.effects.easing.ex2.html
    • tests/droppable.html
    • tests/droppable.js
    • tests/ui.html
    • tests/ui.js
    • ui/i18n/ui.datepicker-fa.js
    • ui/i18n/ui.datepicker-sq.js
    set svn:eol-style to native
    02:34 Changeset [027e4d57b7085a6f2a2135646d04f2510192c2b7] by Richard Worth <rdworth@…>
    • demos/functional/index.html
    • demos/functional/templates/ui.spinner.html
    • tests/all.html
    • tests/all_2.html
    • tests/spinner.html
    • tests/spinner.js
    • tests/ui.html
    • tests/ui.js
    • tests/visual/spinner.html
    • themes/default/ui.all.css
    Removed spinner from trunk. See /branches/dev/spinner
    Note: See TracTimeline for information about the timeline view.