Timeline
Apr 21, 2008:
- 9:36 PM Ticket #2094 (append to textarea broken in firefox) closed by
- wontfix: The .val() method should be used to get/set form values.
- 9:29 PM Ticket #2618 (Draggable offset is incorrect in IE6 (in quirksmode)) closed by
- wontfix: The issue arrises when you zero-out the html border ... usually from …
- 9:22 PM Ticket #2550 (Try removing with() from offset.) closed by
- fixed: Patch applied in [5274] and [5275].
- 6:54 PM Changeset [9de35ce]1.12-stable2.2-stablekillphp by
- src/offset.js
- 6:54 PM Changeset [3e285bd6]1.12-stable2.2-stablekillphp by
- src/core.js
- 5:38 PM Ticket #2730 (Unable to retreive index of sortable element during update event.) created by
- At no point during the internal handler for the
stop
event can the … - 5:03 PM Ticket #2729 (Add a hook in sortables to generate the list of sortables) created by
- Hey, I have created a nested sortable list which can only be 1 level …
- 4:56 PM Ticket #2728 (Make activate() in ui.dialog, public.) created by
- activate() needs to be public so other interactions can be added to it …
- 4:44 PM Ticket #2727 (combining resize and dragging throws an error) created by
- While combining resizing and dragging I got an error. I combined the …
- 4:41 PM Ticket #2352 (Simulated click event on anchors in IE6 does not work) closed by
- fixed: Fixed in REV 5273.
- 4:39 PM Changeset [5d033db]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 12:41 PM Ticket #2726 (AJAX functions don't pass JSON with arrays properly) created by
- With all the AJAX functions (ie. .load, .post .get, etc) the JSON data …
- 12:36 PM Ticket #2285 (clone() issue with textarea) closed by
- worksforme: The text method uses the innerText property which is still the …
- 11:35 AM Ticket #2725 (Resizable: this in stop() method) created by
- I guess this in stop() method should point to the object being resized.
- 9:30 AM Ticket #2724 (jQuery UI Datepicker v3.4.3 => Date range + Restricting) created by
- Hi, When I want to use the both functionalities (Date range + …
Apr 20, 2008:
- 11:34 PM Ticket #2723 (ui.tabs does not fire tabsshow when the intial panel is shown) created by
- When $ul.tabs({selected: 1}) is used, panel index 1 is initially …
- 10:35 AM Ticket #2540 (UI Dialog ESC key) closed by
- fixed: Fixed in [5272]. As long as an element in the dialog has focus, …
- 6:00 AM Ticket #2722 (Draggable: click event shouldn't fire after dragging) created by
- "Click" event shouldn't fire when item is released after being …
Apr 19, 2008:
- 10:22 AM Ticket #2721 (Object.prototype) closed by
- invalid: Modifying Object.prototype is an extremely bad practice. jQuery is …
- 10:05 AM Ticket #2409 (jQuery UI Dialog incompatible with ASP.NET) closed by
- wontfix: Dialogs are not meant to be used as actual content on a page, and what …
- 7:02 AM Ticket #2721 (Object.prototype) created by
- […] In Firefox2 and Konqueror test1 considered as event handler …
- 5:39 AM Ticket #2720 (draggable, scrolling bug in ie7) created by
- scroll to botton, drag the last div, you will see the bug.
- 4:22 AM Ticket #2719 (ui.droppable very slow) created by
- There're 100 DIV need drag&drop. Make them draggable only, it's …
Apr 18, 2008:
- 10:58 PM Ticket #2718 (draggable connectToSortable causes "no properties" error) created by
- Using jquery-1.2.4a.js & jquery.ui-all-1.5b2.js the code bellow causes …
- 5:48 PM Ticket #2717 (Accordion 1.6 autoheight not working) created by
- Autoheight:false doesn't work in Accordion 1.6. The problem is line 72 …
- 5:42 PM Ticket #1872 (Charachter Encoding on Ajax Load) reopened by
- sorry, i thought that this will remain unanswered... yes i see now …
- 12:46 PM Ticket #2716 (Main page 'quick and dirty' first demo doesn't work in Konqueror) created by
- I wanted to give jquery a try so I loaded the main page. The small …
- 12:41 PM Ticket #2715 (ui:tabs breaks when tab links contain colons) created by
- It appears that if my tab links contain colons, ui:tabs doesn't work. …
- 10:51 AM Ticket #2676 (Error on window close after showing ui dialog: ...) closed by
- worksforme: I have a feeling you're modifying the Object prototype (based on …
- 9:07 AM Ticket #2714 (Making element draggable out of iframe (affects jQuery core)) created by
- It would be very helpful to create the ability to make an item …
- 8:45 AM Ticket #2713 (realMax not initiated correcly when using multiple handles, maybe also ...) created by
- This is my first time using jQuery so I might be wrong on this one, …
- 8:44 AM Ticket #2712 (Setting slider maxValue isn't working properly) created by
- Hello, I am trying to set maxValue for handles to 500 …
- 7:30 AM Ticket #2675 (toJSONString button in dialog in JQuery UI 1.5b) closed by
- worksforme: I was not able to reproduce with the latest beta (1.5b2). If you're …
- 3:08 AM Ticket #2711 (Officially support callback as argument for load method) created by
- […] Already works, but doesn't play nice with cache option (load …
- 2:29 AM Ticket #2710 (slideUp and slideDown flick) created by
- I added some effects to an ul li list to make it expandable. When you …
Apr 17, 2008:
- 11:21 PM Ticket #2703 (Wrap manipulation resets state of radiobutton in IE) closed by
- duplicate: I'm sorry but this was deemed too much of a performance hit to fix. …
- 11:20 PM Ticket #2702 (Wrap manipulation resets state of radiobutton in IE) closed by
- duplicate: duplicate of #2703
- 9:11 PM Ticket #2214 ([magnifier] add option for which elements to magnify) closed by
- fixed: Fixed in [5267].
- 8:54 PM Ticket #2687 ([UI Dialog] Remove "helpful element detection") closed by
- fixed: Fixed in [5266].
- 7:16 PM Ticket #2709 (globalEval works incorrectly in IE6 if the current page has <base ...) created by
- That's a weird problem, but I've experienced it on a production site …
- 4:14 PM Ticket #2708 (Cross Browser event object) created by
- When attaching an event, e.g. keydown, to an element using bind or …
- 3:17 PM Ticket #2707 (Event isn't fired into an iframe) created by
- Code $("iframe").contents().trigger("myevent"); doesn't fire event to …
- 3:06 PM Ticket #2706 ($("iframe").contents().width() throws exception) created by
- Code $("iframe").contents().width() throws exception in Opera & …
- 11:52 AM Ticket #2705 (eval scripts in AJAX response does not work well in IE) created by
- jQuery append the scripts and remove them immediately in globalEval …
- 9:16 AM Ticket #2704 (ui.droppable.js and removing droppables) created by
- I have come across an error when trying to remove a droppable when I …
- 9:14 AM Ticket #2686 (Sortable bug) closed by
- fixed
- 9:08 AM Ticket #2685 (ui.droppable.js & overflow) closed by
- wontfix: I won't "fix" this due to performance reasons. It makes everything …
- 9:01 AM Ticket #2657 (UI Draggable: "containment: parent" behaves wrong when the parent ...) closed by
- fixed
- 8:14 AM Ticket #2534 (ui.sortable - imbricate sortable bug) closed by
- fixed: I still don't know why it happended in a old version of UI - some of …
- 7:48 AM Ticket #2638 ([UI Droppable] Remove wrapper object in manager) closed by
- fixed: sorry, seems it didn't commit it..
- 7:47 AM Ticket #2597 (Droppable events fired on hidden elements) closed by
- fixed
- 4:56 AM Ticket #2703 (Wrap manipulation resets state of radiobutton in IE) created by
- Wrap manipulation resets state of radiobutton in IE 6 only …
- 4:55 AM Ticket #2702 (Wrap manipulation resets state of radiobutton in IE) created by
- Wrap manipulation resets state of radiobutton in IE 6 only …
- 3:09 AM Ticket #2701 (Security warning message with effect "show" on https) created by
- A security warning message occurs if you use the effect "show" on an …
Apr 16, 2008:
- 10:44 PM Ticket #2700 (Datepicker does not allow manual entry of alphabetic characters) created by
- I am using the datepicker plugin with dateFormat: 'dd-M-y' When I try …
- 4:34 PM Ticket #2699 ([Patch] ui.datepicker - Higlight custom dates) created by
- When using DatePicker in "inline" mode, it would be nice to be able to …
- 2:09 PM Ticket #2698 (Traversing all elements and unbinding all events causes major slowdown ...) created by
- We were experiencing major slowdowns when leaving a particular page …
- 1:22 PM Ticket #2697 (replaceWith should remove before adding) created by
- See …
- 10:43 AM Ticket #2696 (Slider - possible bug with slider bar) created by
- I posted this on the discussion and was told that it sounds like a …
- 4:27 AM Ticket #2695 (Problem with hiding animations in 1.2.3 and above) created by
- I have div full of controls and am using slideToggle on the containing …
Apr 15, 2008:
- 12:45 PM Ticket #2694 ([validate] creditcard validates true if alpa characters are used) created by
- creditcard rule validates true if alpa characters are used example: …
- 11:12 AM Ticket #2693 (ie7 sortable off) created by
- When using IE7, clicking on a sortable element causes the element to …
- 9:39 AM Ticket #2692 (fx.transfer: enhance to-option to accept selector instead of id-only) created by
- Currently the to-option accepts only an id (uses …
- 9:35 AM Ticket #2691 ("top" property of the "CSS" object does not exists) closed by
- worksforme: Setting top using .css() works; make sure you're also setting the …
- 7:21 AM Ticket #2691 ("top" property of the "CSS" object does not exists) created by
- every div element should have a top property. If someone wants to …
- 6:40 AM Ticket #2690 ($.trim() doesn't work in IE7) created by
- […] i use replace function instead […]
Apr 14, 2008:
- 6:14 PM Ticket #2689 (docs site does not function properly in Firefox 1.5.0.12/Linux x86_64) created by
- For example: http://docs.jquery.com/CSS/css#properties This page …
- 3:55 PM Ticket #2688 (beforeSend should be able to cancel the Ajax call) closed by
- fixed: Fixed in [5253].
- 2:16 PM Changeset [a9fe9a2]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 2:08 PM Ticket #2688 (beforeSend should be able to cancel the Ajax call) created by
- There's no current way to stop an Ajax call based on certain criteria. …
- 1:42 PM Ticket #2687 ([UI Dialog] Remove "helpful element detection") created by
- Remove the functionality that allows dialog methods to be called on …
- 11:42 AM Ticket #2686 (Sortable bug) created by
- If i apply sortable to any list then that element or any of its child …
- 10:48 AM Ticket #2685 (ui.droppable.js & overflow) created by
- I noticed a problem in ui.droppable.js @ line 137. In the event that …
Note: See TracTimeline
for information about the timeline view.