Timeline
Sep 26, 2007:
- 7:11 PM Ticket #1740 (JSON Data Truncated When Calling $.ajax Funciton) created by
- When calling an AJAX request like so: $.ajax({ type: "GET", url: …
- 6:28 PM Changeset [a9add21]1.12-stable2.2-stablekillphp by
- src/offset.js
- 6:11 PM Ticket #1724 (ajax calls dont work ocasionally with local params variable) closed by
- worksforme: I can't confirm this. Is it possible that you could provide a test …
- 6:09 PM Ticket #1685 ($.ajax() places action url parameters in post.) closed by
- worksforme: This was fixed in jQuery 1.2.1.
- 6:09 PM Ticket #1722 (ajax bug?) closed by
- invalid: I don't know where you're seeing that, at all. It's not in any version …
- 6:04 PM Ticket #1700 (Remove Method Does Not Work On Result Set Selected By Class - Version 1.2.1) closed by
- worksforme: I can't confirm this, at all. Could you please provide a test case …
- 6:02 PM Ticket #1721 (XPath selectors with extern XML string (from AJAX response) doesn't work) closed by
- invalid
- 5:59 PM Ticket #1719 (.appendTo broken in 1.2.1.1) closed by
- invalid: Don't you just mean: …
- 5:57 PM Ticket #1732 (Problem with .html() method and textarea field) closed by
- wontfix: Right - you can't do .html() on a text area, you must use .val(). …
- 5:10 PM Ticket #1739 (ui slider - moveTo - parameter value is discarded) created by
- The p parameter to the function is discarded, because the identifier p …
- 5:06 PM Ticket #1738 (Documentation for UI) created by
- It would be fantastically useful if there were more, and better, …
- 5:03 PM Ticket #1737 ($(foo).sliderMoveTo(dest, scale, changeslide, p) does not eval correctly) created by
- If I call sliderMoveTo(30, null, true) on a jQuery UI slider, the …
- 11:43 AM Ticket #1736 (wrap removes expandos) created by
- When you create an element, add expandos to it, then use wrap, the …
- 10:36 AM Ticket #1735 (Addition of stop and start options to UI Selectable.) created by
- The new approach of firing events as-you-go are great, but there are …
- 8:13 AM Ticket #1734 (html(val) in IE6/7: inserted content has allways security zone "internet") created by
- When javascript is disabled for the zone "internet" and the following …
- 7:43 AM Ticket #1730 (dynamically created label elements must be closed under IE6) closed by
- wontfix: Correct, as of jQuery 1.2 you must do: $("<label/>") or …
- 5:11 AM Ticket #1733 (addClass gives error on textnodes) created by
- […] error! in className:add fun […] fix? […]
- 5:09 AM Ticket #1732 (Problem with .html() method and textarea field) created by
- Hi! I've got problem with html() method. Exactly with .load(), but I …
- 2:21 AM Ticket #1731 (New "handler" created for each event added and leaks memory in IE) created by
- See the conversation titled possible bug in event code in dev …
Sep 25, 2007:
- 8:12 PM Ticket #1730 (dynamically created label elements must be closed under IE6) created by
- the following code worked under IE6 with JQuery 1.1.2 […] JQuery …
- 12:51 PM Ticket #1729 ($(window) .height() returns $(document) .height() in Mozilla) created by
- For opera and mozilla, innerHeight should be used instead of …
- 11:42 AM Ticket #1728 (fadeTo doesn't work with absolute positioning) created by
- When a have a structure like: […] applying transition to …
- 6:51 AM Ticket #1727 (:nth-child(An+B) incompatibility with CSS3) created by
- Code: […] Patch: […]
- 5:40 AM Ticket #1726 (Flashing bug in slideUp/Down in Internet Explorer 7) created by
- The sliding component flashes the whole of itself right before …
- 12:22 AM Ticket #1725 (jQuery evaluates a script tag before the HTML is appended to the DOM.) created by
- I attached two files, index.html and demo.html. Access index.html, it …
Sep 24, 2007:
- 5:32 PM Ticket #1724 (ajax calls dont work ocasionally with local params variable) created by
- when I define my params and make a call like this: […] in 7 of …
- 5:14 PM Ticket #1457 (treeview does not display lastCollapsable) closed by
- worksforme: I can't replicate the initial issue. From the suggested code …
- 12:25 PM Ticket #1666 (Explicit position refresh for droppable objects) closed by
- worksforme
- 12:19 PM Ticket #1708 (ratio-option for resizables) closed by
- invalid
- 5:38 AM Ticket #1723 (makeArray bug?) created by
- in makeArray: […] Oh??? […]
- 5:34 AM Ticket #1722 (ajax bug?) created by
- […] Oh??? […]
- 2:58 AM Ticket #1668 (Dialog Options - minHeight, minWidth, maxHeight, maxWidth) closed by
- fixed: Fixed in rev3468
- 2:57 AM Ticket #1717 (Dialog) closed by
- fixed: Fixed in rev3468
- 2:57 AM Ticket #1703 (Dialog - not centered when scrolled) closed by
- fixed: Fixed in rev3468
- 1:35 AM Ticket #1721 (XPath selectors with extern XML string (from AJAX response) doesn't work) created by
- Code:{{{id = $('/id', responseText).text(); response = $('/response', …
Sep 23, 2007:
- 6:17 PM Ticket #1720 (Draggable Destory fails if element is set as draggable more than once) created by
- e.g $('#my_obj').draggable() $('#my_obj').draggable() now …
- 5:38 PM Ticket #1719 (.appendTo broken in 1.2.1.1) created by
- Hi all, i am doing this on document ready: …
- 3:14 PM Ticket #1718 ($.ajax not properly loading url content in DOM element since 1.1.4 in MSIE) created by
- Bug only affects MSIE ( 6 and 7) . Loading an url in a DOM element …
- 2:42 PM Ticket #1717 (Dialog) created by
- Dialog with options to disable/constrain resizing and disable moving. …
- 12:55 PM Changeset [92a9e73b]1.12-stable2.2-stablekillphp by
- src/core.js
- 11:58 AM Changeset [b453257]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- test/unit/core.js
- 9:56 AM Ticket #1716 (Resizable helper is added to this.options.modifyThese on every drag-start.) closed by
- fixed: D'oh! Thanks for finding this. Fixed!
- 9:36 AM Ticket #1683 (Sortable slow with long lists (partial fix included)) closed by
- fixed: Added the breaks! I'm investigating more speed fixes.
- 8:56 AM Ticket #1711 (Shift-Key behaviour in resizables buggy) closed by
- fixed: Hey, thanks for the fixes! I think the desired behaviour is how it is …
- 8:25 AM Ticket #1716 (Resizable helper is added to this.options.modifyThese on every drag-start.) created by
- I just realized that the resize-helper is added to the …
- 8:13 AM Ticket #1704 (ui.slider.js ie7 typo bug) closed by
- fixed: Fixed.
- 5:08 AM Ticket #1715 (Problem with JQueryUI dialog) created by
- I created a dialog by using newest JQueryUI. In the dialog, I tried to …
Sep 22, 2007:
- 2:03 PM Ticket #1714 (Problem with input values) created by
- It occurs an error at line 888 whene this[0].value is null. I fixed it …
- 1:50 PM Ticket #1713 (ui.tabs.js is insert class "ui-tabs-nav" automatic) created by
- ui.tabs.js insert class "ui-tabs-nav" automatic in …
- 5:08 AM Ticket #1712 (aspectRatio option for resizables) created by
- Hi All! I have written a small enhancement for the resizables (see …
- 4:35 AM Ticket #1711 (Shift-Key behaviour in resizables buggy) created by
- Hi all, I was discovering this bug when investigating on the issue I …
Sep 21, 2007:
- 5:58 PM Ticket #1710 (Tabs plugin for jquery ui does not display correctly in IE7) created by
- The tabs plugin for the jQuery UI does not display correctly in …
- 5:41 PM Changeset [595d125]1.12-stable2.2-stablekillphp by
- src/offset.js
- 12:27 PM Ticket #1709 (Compressed Accordion Contains JS errors) created by
- The JS compressed accordion as downloaded from the UI page as a …
- 12:05 PM Ticket #1708 (ratio-option for resizables) created by
- Hi Guys! It would be great to have a ratio-option for resizables like …
- 10:04 AM Ticket #1707 (empty() does not work as expected if a SELECT tag has only one child ...) created by
- Summary says it all :D CODE:------------------- <script …
- 9:21 AM Ticket #1706 (Query by "id" - performance improvement) created by
- When jQuery is looking for an element by the "id" attribute, it uses …
- 9:08 AM Ticket #1705 (cant set url in css) created by
- I can set css cursor like this: $('#myid').css('cursor', 'pointer'); …
- 8:53 AM Ticket #1704 (ui.slider.js ie7 typo bug) created by
- there is a small typo in line 31 which cause a failure in ie7. The …
Sep 20, 2007:
- 10:29 PM Ticket #1703 (Dialog - not centered when scrolled) created by
- When using options.position: 'center', the dialog is not centered in …
- 9:30 PM Ticket #1702 (Dialog - theme images) created by
- the dialog titlebar image repeats when the dialog is resized to a …
- 8:25 PM Ticket #1701 (Bug in jQuery.fn.toggle) created by
- See... I bound two functions using $().toggle, then when I use …
- 8:10 PM Ticket #1700 (Remove Method Does Not Work On Result Set Selected By Class - Version 1.2.1) created by
- This doesn't work: $('.overlay').remove(); This does: …
- 3:27 PM Ticket #1699 (UI/Droppables javascript errors) created by
- There's an error in UI/Droppables. I'm using Firefox 2.0.0.7 on …
- 11:30 AM Ticket #1698 (Scripts should be executed after HTML is inserted to DOM) created by
- Hello! I previously posted this ticket: …
- 11:29 AM Ticket #1697 (Memory leak in IE6) created by
- When binding simple function to element we have a memory leak in IE6 …
- 11:08 AM Ticket #1696 (Javascript Errors Using Table Sort When The Table Has Zero Rows In Its Body) created by
- I recently downloaded the new UI table sorter, and it was working …
- 9:54 AM Ticket #1695 (Install gd2 in php on jquery.com) created by
- Hey John, the UI demo gallery breaks again since it regenerates …
- 9:51 AM Ticket #1660 (bugs in overlap of magnifier) closed by
- invalid: Hey, I couldn't reproduce what you mean. Also, <img src"/"> is not …
- 9:49 AM Ticket #1649 (UI demo shadow - incorrect shadow size on resize/dnd) closed by
- wontfix
- 9:43 AM Ticket #1636 (icky of jquery UI vs. interface elements) closed by
- invalid: Hi, these performance issues cannot easily be grouped into a single …
- 6:12 AM Ticket #1694 (Applying backgroundRepeat in .css() causes error in IE7) created by
- Applying the below code: […] This causes an error in IE7, line …
- 5:25 AM Ticket #1692 (Interface 1.2 - 3D Carousel - Destroy function) created by
- A destroy function for the widget is needed with this code : …
- 5:25 AM Ticket #1693 (Interface 1.2 - 3D Carousel - Destroy function) created by
- A destroy function for the widget is needed with this code : …
- 5:00 AM Ticket #1691 (slider handles cover slider handles on the left) created by
- I ran into a problem with the sliders (see slider demo page - …
- 2:24 AM Ticket #1690 (Position bug of Selectables) created by
- When grandparent of selectable items has css-value "position: …
Sep 19, 2007:
- 11:14 PM Ticket #1686 (UI noConflict compatibility) closed by
- fixed: Fixed - rev3403
- 6:55 PM Ticket #1689 (Form Validation incompatibility with jquery 1.2.1.) created by
- The form validation error messages don't appear on ie6 with jquery 1.2.1!
- 5:25 PM Ticket #1688 (Applying margin in .css() causes error in IE7) created by
- From a widget I am creating, I apply CSS using the .css function. In …
- 5:11 PM Ticket #1687 (.click() fails) created by
- see http://groups.google.com/group/jquery-en/msg/1e858147be506d1b i …
- 3:37 PM Ticket #1686 (UI noConflict compatibility) created by
- $ grep "})($);" *.js ui.draggable.js:})($); ui.droppable.js:})($); …
- 1:50 PM Ticket #1685 ($.ajax() places action url parameters in post.) created by
- I really have no idea if that is a proper summary. Anywho, here is the …
- 1:44 PM Ticket #1684 (Dialog Method - dialogInit()) created by
- It would be great to have an option to create/init a dialog without …
- 1:27 PM Ticket #1683 (Sortable slow with long lists (partial fix included)) created by
- Dragging sortables with long lists is slow. There is a significant …
- 1:19 PM Ticket #1682 (Resizable containment option) created by
- Add a containment option to resizable with the same behavior as the …
- 12:40 PM Ticket #1681 (More powerful toggleClass()) created by
- A lot of times you need to add/remove a class to an element based on a …
- 12:31 PM Ticket #1680 (Sortables in scroll render incorrectly when dragging) created by
- The drag helper position is incorrectly calculated when the container …
- 10:53 AM Ticket #1070 (IE attr with value 0 BUG) reopened by
- I have come across what seems like the same bug. Here is a test case. …
- 10:27 AM Ticket #1679 (Sortable - this.parentNode has no properties on core.js) created by
- I had troubles while using Opera and ui.sortables.js recently. I had a …
- 9:26 AM Ticket #1678 (IE bug in animate) created by
- starts at line 2583 end = parseFloat(parts[2]), IE throws an error …
- 9:10 AM Ticket #1677 (Need for appendTo-option in Selectables) created by
- It would be good if there's a way to append the selecting helper to …
- 5:27 AM Ticket #1676 (serial = $.SortSerialize('someid[5]'); returns nothing) created by
- serial = $.SortSerialize('someid[5]'); returns nothing although id, …
- 12:52 AM Ticket #1675 (expando related problem on removeData()) created by
- During a simple remove() call on a <div> that contains a Java applet …
Note: See TracTimeline
for information about the timeline view.