Timeline
Oct 3, 2007:
- 7:16 PM Ticket #1771 ($( '*', context ) selects METAs from outside of context) created by
- In IE and in FF, jQuery 1.2.1 selects METAs, if they are added …
- 6:57 PM Ticket #1759 (tabsClick method fails with event option set to mouseover) closed by
- fixed
- 10:45 AM Ticket #1770 (sortable incorrectly reorders ordered list) created by
- When using a sortable where the container is an ordered list, the …
- 7:39 AM Ticket #1769 (broken link in page Downloading_jQuery) created by
- - Hi, On this page http://docs.jquery.com/Downloading_jQuery …
Oct 2, 2007:
- 2:28 PM Ticket #1575 (Treeview should use :has() instead of []-selector for jQuery 1.2 ...) closed by
- fixed: Fixed. Treeview now requires jQuery 1.2 or the 1.1 compability plugin.
- 2:27 PM Ticket #1568 (TreeView wraps at hitarea-DIV in IE6) closed by
- fixed: Fixed in [3510].
- 6:18 AM Ticket #1702 (Dialog - theme images) closed by
- fixed: Made image 2000px wide.
Oct 1, 2007:
- 5:35 PM Ticket #1768 ($.getScript() never fails on load) created by
- […] Above is a workaround that I tried, that still always fails, …
- 4:51 PM Ticket #1767 (I can't move the dragged items back or sort in IE6) created by
- This problem occurs in IE. All the items are in the first column. The …
- 4:51 PM Ticket #1766 (I can't move the dragged items back or sort in IE6) created by
- This problem occurs in IE. All the items are in the first column. The …
- 4:39 PM Ticket #1765 (I can't move the dragged items back or sort in IE6) created by
- This problem occurs in IE. All the items are in the first column. The …
- 4:18 PM Ticket #1443 (Safari evalScript is Async) closed by
- fixed: Fixed in SVN rev [3501].
- 4:15 PM Changeset [ad1cef9]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 4:01 PM Ticket #1764 (I can't move the dragged items back or sort in IE6) created by
- This problem occurs in IE. All the items are in the first column. The …
- 3:29 PM Ticket #1763 (In jQuery clean function, "doc" is sometimes not the proper scope) created by
- When an object that is not the document is passed into the clean …
- 11:04 AM Ticket #1762 (syntax error for IE6 in ui.slider.js) created by
- A veru blocking problem in ui.slider.js On line 31 ... […] ... …
- 10:14 AM Changeset [beebbf8]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:37 AM Ticket #1761 (ajaxStop is not called, if an ajax-request runs into an exception) created by
- If an ajax-request is fired crossdomain the browser stops the request …
- 5:59 AM Ticket #1760 ([jquery svn rev 3463] setting a val for a select box - tmp is not defined) created by
- only with jquery svn rev 3463 (not with the release 1.2.1) if you set …
- 5:47 AM Ticket #1759 (tabsClick method fails with event option set to mouseover) created by
- tabsClick method fails silently when onmouse over tabs (setting …
Sep 30, 2007:
- 11:22 PM Ticket #1758 (Wehn using draggable inside of draggable, inner draggable breaks.) created by
- Basically it appears that the positioning gets shot, and doesn't …
- 11:34 AM Ticket #1757 (Slider - click should raise stop event) created by
- If the user clicks in the slider (as opposed to dragging the handle), …
- 7:52 AM Ticket #1756 (Problems with Firefox 2.0 on Mac) created by
- I tested your demos with Firefox 2.0 running on Mac OSX 10.4, and I …
- 12:29 AM Ticket #1755 (jQuery UI problem with drag and drop on Safari) created by
- The code below works when I comment out or remove the activeClass and …
Sep 29, 2007:
- 10:11 PM Ticket #1754 (g has no properties - @ line 1918) created by
- $(document).ready(function(){ $('body > div').hover(function(){ …
- 5:40 PM Ticket #1753 (inconsistent processing for xml vs html) created by
- In jQuery 1.2.1, line 783 does this: div = …
- 4:23 PM Ticket #1752 (.show() does not display <tr> elements properly) created by
- When trying to show a hidden <tr> element with the show() method, the …
- 2:46 PM Ticket #844 (Loading jQuery 1.1 with Prototype throws error) reopened by
- This problem is still unresolved (jQuery 1.2.1). Here is how …
Sep 28, 2007:
- 7:36 PM Ticket #1751 (slideToggle() hiding visible elements after animation) created by
- If slideToggle() is called on a list of elements and there is at least …
- 1:07 PM Ticket #1747 (unique() doesn't work for arrays of non-objects) closed by
- invalid: "Unique only works with arrays of DOM elements. I've updated the …
- 9:17 AM Ticket #1750 (getScript fails with scheme-less urls) created by
- Calling
$.getScript("//www.server.com/script.js");
fails with … - 8:29 AM Ticket #1713 (ui.tabs.js is insert class "ui-tabs-nav" automatic) closed by
- invalid: This is a design decision all over jQuery UI. If you want to customize …
- 8:25 AM Ticket #1712 (aspectRatio option for resizables) closed by
- fixed: It's strange...somehow I was able to remove all checks in the switch …
- 8:24 AM Ticket #1672 (Bad selectors on site) closed by
- worksforme: I see two selectors in ui-lite.css: .ui-dialog-content …
- 7:48 AM Ticket #1682 (Resizable containment option) closed by
- fixed: okay, added.
- 7:15 AM Ticket #1739 (ui slider - moveTo - parameter value is discarded) closed by
- fixed: thanks, fixed!
- 7:08 AM Ticket #1720 (Draggable Destory fails if element is set as draggable more than once) closed by
- fixed: fixed!
- 2:29 AM Ticket #1748 (undeclared identifiers for jquery/dist/jquery.lite.js) created by
- Got jQuery from svn (Rev: 3463, 2007-09-24 00:55:19 +0800), I ran jsl …
- 12:58 AM Ticket #1747 (unique() doesn't work for arrays of non-objects) created by
- the unique() function does not reduce an array of value-types (number, …
Sep 27, 2007:
- 5:48 PM Ticket #1746 (Extra space added to table, COLSPAN attribute ignored) created by
- I ran this script in FF 2.0.0.7, Opera 9.21, and Safari for windows on …
- 4:49 PM Changeset [1344a7fd]1.12-stable2.2-stablekillphp by
- src/event.js
- 4:09 PM Ticket #1745 (css setting on svg element is broken) created by
- jQuery fails to manipulate the css of a child of an inline svg …
- 3:33 PM Ticket #1563 ($('p:eq(1)').hide();) closed by
- worksforme: This works for me. Please feel free to reopen with a test case if this …
- 3:13 PM Ticket #1744 ($.ajax success callback doesn't receive json data) created by
- when using $.ajax({dataType: "json", ...}) the ajax.onreadystatechange …
- 2:46 PM Ticket #1424 (Correction of height and width methods) closed by
- fixed: This works for me with jQuery 1.2.1
- 2:44 PM Ticket #1464 (setting css property to a NaN value will fail on explorer win) closed by
- fixed: This works for me with jQuery 1.2.1
- 2:24 PM Ticket #1349 (.is(':visible') is incorrect when parent element is hidden) reopened by
- This bug/feature causes another issue when using the .resizeable() …
- 2:23 PM Ticket #1622 (Slide Up/Down bug with flashing) closed by
- wontfix: Animation changes the height which does not include padding, borders …
- 2:10 PM Ticket #1153 (IE sometimes objects to jquery.event.fix) closed by
- fixed: Fixed in Rev [3485]
- 2:09 PM Changeset [ee2efbe]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:23 AM Ticket #1561 (IE7 tries to access http://:/) closed by
- fixed: Fixed in SVN rev [3484].
- 11:23 AM Ticket #1320 (In IE, $(document).ready fires too soon.) closed by
- fixed: Fixed in SVN rev [3484].
- 11:23 AM Changeset [6e8a8c5]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:03 AM Ticket #1743 (Paginator Module) created by
- One area i think jQuery is lacking is in the pagination area. I have …
- 9:52 AM Ticket #760 (.css('fontSize') returns different value in Internet Explorer) reopened by
- It seems that the bug reappeared in 1.2.1 release.
- 9:38 AM Ticket #1742 (remove() function crash) created by
- This is the current implementation of the remove function. […] …
- 9:36 AM Ticket #1675 (expando related problem on removeData()) closed by
- fixed: I believe this has already been fixed in SVN. I was unable to …
- 8:56 AM Ticket #1729 ($(window) .height() returns $(document) .height() in Mozilla) closed by
- fixed
- 4:39 AM Ticket #1741 (Sortables not work in interface plugin in IE Browser) created by
- in interface plugin http://interface.eyecon.ro when use jquery 1.2.1 …
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 …
Note: See TracTimeline
for information about the timeline view.