Timeline
03/26/08:
- 23:34 Ticket #2564 (event.fix performance tweaks patch) closed by
- duplicate: duplicate of #2565
- 23:29 Ticket #2591 (Slider size method only returns the width of the slider) created by
- When checking for a sliders size, the size method only returns it's …
- 22:19 Ticket #2574 (Issue with jQuery1.2.3 and Interface Plug-in) closed by
- wontfix: Interface is no longer supported. You may want to consider switching to …
- 18:59 Ticket #2011 (Problem with Accordian in Netscape 7.1) closed by
- wontfix: Netscape 7.1 isn't supported. Unless you can provide a patch, I don't plan …
- 18:29 Ticket #2590 (prev() doesn't work in IE) created by
- Code $("ul").prev("li") doesn't work in IE. Opera & Firefox work as …
- 17:02 Ticket #2552 (UI Plugins - disabled option, with getter and setter) reopened by
- This also needs to be done for: resizable selectable slider tabs
- 16:54 Ticket #2589 (ui.slider.js range problem getting handle values) created by
- I am using the latest ui.slider.js (revision 5107) and have created a …
- 15:18 Ticket #2573 (Incompatibility with Scriptaculous scripts) closed by
- worksforme: Please see [ http://docs.jquery.com/Core/jQuery.noConflict …
- 15:08 Ticket #2585 (Expose the namespaced event type on event object - easy and useful!) closed by
- invalid: This would break the intended functionality of triggering a namespaced …
- 14:30 Ticket #2588 ($ function does not find elements with several css classes) created by
- JQuery does not allow to select a element with several css classes to be …
- 09:17 Ticket #2534 (ui.sortable - imbricate sortable bug) reopened by
- it still doesnt work in my case, in the ui.sortable_nested_bug file.
- 08:07 Ticket #2586 (Firefox3b4 hangs on page leave) created by
- I have a huge page that uses jQuery.hover function. In case I use Firefox …
- 03:16 Ticket #1311 ($(document).unbind('ready');) closed by
- fixed: This functionality is now available in 1.2.2+ Although you must use the …
- 03:12 Ticket #2247 ($.fn.offset() is shifted by 2px in Quirks Mode) closed by
- fixed
03/25/08:
- 20:57 Ticket #2585 (Expose the namespaced event type on event object - easy and useful!) created by
- If I'm using one handler to listen to several events, it would be super …
- 20:09 Ticket #2584 ([Resizable & Draggable] Element jumps up & left after resize in Mozilla) created by
- The code below produces a draggable and resizable div, as expected. …
- 19:59 Ticket #2583 ([Resizable & Draggable] Doesn't work in Opera when called before ...) created by
- The code below produces in Opera 9.23 non-draggable and non-resizable div. …
- 16:07 Ticket #2571 ([UI Draggable] greedy should affect hover status) closed by
- fixed: Fixed, thanks!
- 15:49 Ticket #2552 (UI Plugins - disabled option, with getter and setter) closed by
- fixed: Done!
- 15:38 Ticket #2554 (ui.sortable - IE Bug in serialize with custom attribute) closed by
- fixed: Fixed in rev.5122 in trunk. Thanks!
- 15:34 Ticket #2463 (Shadow causes elements it doesn't own to change size on DOM modifications) closed by
- fixed: Fixed in trunk.
- 15:31 Ticket #2524 ([ui.sortable] handle is not working as expected) closed by
- fixed: fixed in trunk.
- 15:17 Ticket #2057 (Droppable tolerance for draggable that completely overlaps) closed by
- fixed: check out the tolerance "fit": this should be exactly what you need!
- 15:11 Ticket #2396 (jQuery UI - Draggables) closed by
- fixed
- 15:10 Ticket #2539 (draggable - grid: [x,y] and containment incompatible) closed by
- fixed: This is fixed in the latest trunk version. However, it's not quite …
- 15:05 Ticket #2428 (ui.slider will not work if slider is hidden during slider() init call.) reopened by
- 15:03 Ticket #2582 ([tooltip] Manipulate tooltip in select) created by
- When you hover a tooltip in a select, it should disappear when you are …
- 14:57 Ticket #2581 (Resizable destroy) created by
- When destroy() on resizable is called, the handles and wrappers isn't …
- 14:46 Ticket #2580 (Toggle table rows is leading to residual spaces) created by
- attatched you will find a testcase which shows the problem. if clicking …
- 14:44 Ticket #2534 (ui.sortable - imbricate sortable bug) closed by
- fixed: This should work now in the latest trunk version. Make sure the sortables …
- 14:39 Ticket #2579 ($.fn.is and $.fn.not should accept functions like $.fn.filter) created by
- Since $.fn.is and $.fn.not basically perform the same functionality as …
- 14:24 Ticket #2339 (nested list sortables not functional) closed by
- fixed: This has been fixed in the newest SVN version.
- 13:41 Ticket #2578 ([accordion] definition list no longer automatically finds headers) created by
- With version 1.6 of the stand-alone plug-in and the one labeled 1.5 as a …
03/24/08:
- 15:35 Ticket #2577 (+/- Icons not clickable) created by
- jQuery 1.4 treeview 1.2.3 http://www.scooterworks.com +/- icons are …
- 13:54 Ticket #2450 (dialog over the div with scrollbars in firefox 2/mac) reopened by
- This problem is for Macs only. See …
- 01:03 Ticket #2428 (ui.slider will not work if slider is hidden during slider() init call.) closed by
- invalid
03/23/08:
- 18:32 Ticket #2478 ([Resizable] - Direction flag(s) available to resize callback) closed by
- fixed: Replaced the old uil.instance.options.axis for ui.instance.axis
- 14:36 Ticket #2576 (css( name, value ) problem with opera 9.26) created by
- the following code doesn't work with opera 9.26. In IE7 and firefox 2 it …
- 12:02 Ticket #2575 (Hide does not "hide" non-visible elements) created by
- if I try to do $("#B").hide() and the containing div "#A" is already …
- 08:54 Ticket #2574 (Issue with jQuery1.2.3 and Interface Plug-in) created by
- I am trying to run a demo on IE7. Demo uses jQuery version1.1.2 with …
03/22/08:
- 23:54 Ticket #2573 (Incompatibility with Scriptaculous scripts) created by
- Hello, I'm using jquery (jquery base + tablesorter + tablehover) scripts …
- 19:04 Ticket #2572 (IE 6 bug jquery 1.2.3 and sortable lists (from interface ...) created by
- Hello I want to report a bug when using the sortable list from …
03/21/08:
- 19:29 Ticket #2571 ([UI Draggable] greedy should affect hover status) created by
- Parent droppables should have their hover class removed when the droppable …
- 15:43 Ticket #2570 (Opera 9.2.6 AJAX requiring authentication) created by
- I am using $.ajax to submit several forms on a page - some go to php files …
- 11:23 Ticket #2569 ([ui Dialog] functional demo -> dialog stays) created by
- This is only a simple one: When browsing the functional demos on …
03/20/08:
- 14:52 Ticket #2568 (elem has no properties error in nodeName method) created by
- When we run the $.getJSON method sometimes an unusual issue rise in. "elem …
- 12:39 Ticket #2360 ([treeview] Branches with checkboxes) closed by
- fixed: Fixed in [5100].
- 12:20 Ticket #2562 ([validate] Russian localization for error messages) closed by
- fixed: Done: [5099].
- 12:15 Ticket #2424 ([validate] custom rule dont work with maxlength property.) closed by
- fixed: Fixed in [5098].
- 11:57 Ticket #2473 ([validate]) closed by
- fixed: The problem here is that required: false is handled exactly as required: …
- 11:27 Ticket #2424 ([validate] custom rule dont work with maxlength property.) reopened by
- I take that back. The issue described in #2473 is similar, but not the …
- 06:16 Ticket #2567 ($.ajax should allow filtering JS and JSON responses to remove security ...) created by
- Responses that contain executable JS or even bare JSON may pose a security …
- 05:29 Ticket #2566 (24 hour Time Picker Added to UI Datepicker v3.4) created by
- For an internal project we needed a calendar with time picker as well so …
- 02:42 Ticket #2565 (event.fix performance tweaks patch) created by
- Using lazy function definition it is possible to optimize quite …
- 02:42 Ticket #2564 (event.fix performance tweaks patch) created by
- Using lazy function definition it is possible to optimize quite …
03/19/08:
- 21:30 Ticket #2563 ([treeview] Folders only expand, no linking possible) created by
- The text in folders with children is always bind to expand/collapse its …
- 20:26 Ticket #2562 ([validate] Russian localization for error messages) created by
- I translated error messages on russian language. Please put attached file …
- 20:16 Ticket #2561 ([validate] custom errorPlacement) created by
- Text below taken from …
- 19:00 Ticket #2560 (BUG with slide up and down effects) created by
- I am using the slide up and down effects. It works in firefox but not in …
- 18:48 Ticket #2424 ([validate] custom rule dont work with maxlength property.) closed by
- duplicate: Duplicate of #2473.
- 18:43 Ticket #2498 (Jquery Validate Plugin) closed by
- worksforme: errorPlacement is called only when inserting the error in the DOM the …
- 16:55 Ticket #2559 (Scrollbars from layers below show Draggable if zIndex is set Firefox Mac) created by
- If you drag a Draggable window over a layer with scrollbars on Firefox 2 …
- 15:28 Ticket #2558 ($(...).attr returns different values in IE7 and Firefox) created by
- $(...).attr('onclick') firefox: returns the text contained within the …
- 15:19 Ticket #2557 (ui.slider inter explorer (6,7) problem) created by
- the script works great with mozilla and opera, but i can't seem to move …
- 14:48 Ticket #2556 (UI.slider plugin) created by
- Hello, I would like to re-program the slider once it has been created to …
- 14:45 Ticket #2499 (UI Slider changing slider on the fly) reopened by
- Hi, I am still having problems with this functionality, it DOES not seem …
- 14:03 Ticket #2555 (Dojo ShrinkSafe compatibility fix) created by
- jQuery version 1.2.3 cannot be correctly compressed with Dojo ShrinkSafe. …
- 13:57 Ticket #2554 (ui.sortable - IE Bug in serialize with custom attribute) created by
- Serializing a sortable in IE with a custom attribute as option returns …
- 10:44 Ticket #2553 ([UI Tests] Draggable - unit test failure - draggable-options-delay-400) created by
- See: …
- 10:29 Ticket #2552 (UI Plugins - disabled option, with getter and setter) created by
- For any UI plugin that can be disabled, in addition to two convenience …
- 03:23 Ticket #2551 (val() failed after reset form in ie6/ie7) created by
- Getting value with val() failed after reset form in ie6/ie7: […]
- 02:07 Ticket #2550 (Try removing with() from offset.) created by
- Maybe, removing the with() call from offset() can improve its perfomance. …
- 00:42 Ticket #2549 ([ui.DatePicker] Multiple periods with an attached classname) created by
- For displaying multiple valid periods of time in the calendar it would be …
Note: See TracTimeline
for information about the timeline view.
