Timeline
09/28/07:
- 23:36 Ticket #1751 (slideToggle() hiding visible elements after animation) created by
- If slideToggle() is called on a list of elements and there is at least one …
- 17:07 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 [docs] …
- 13:17 Ticket #1750 (getScript fails with scheme-less urls) created by
- Calling $.getScript("//www.server.com/script.js"); fails with an …
- 12:29 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 …
- 12:25 Ticket #1712 (aspectRatio option for resizables) closed by
- fixed: It's strange...somehow I was able to remove all checks in the switch …
- 12:24 Ticket #1672 (Bad selectors on site) closed by
- worksforme: I see two selectors in ui-lite.css: .ui-dialog-content …
- 11:48 Ticket #1682 (Resizable containment option) closed by
- fixed: okay, added.
- 11:15 Ticket #1739 (ui slider - moveTo - parameter value is discarded) closed by
- fixed: thanks, fixed!
- 11:08 Ticket #1720 (Draggable Destory fails if element is set as draggable more than once) closed by
- fixed: fixed!
- 06:29 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 and …
- 04:58 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, …
09/27/07:
- 21:48 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 a …
- 20:49 Changeset [1344a7fd503054299442c3463a0e311729f8229a] by
-
- src/event.js
- 20:09 Ticket #1745 (css setting on svg element is broken) created by
- jQuery fails to manipulate the css of a child of an inline svg element. …
- 19:33 Ticket #1563 ($('p:eq(1)').hide();) closed by
- worksforme: This works for me. Please feel free to reopen with a test case if this …
- 19:13 Ticket #1744 ($.ajax success callback doesn't receive json data) created by
- when using $.ajax({dataType: "json", ...}) the ajax.onreadystatechange …
- 18:46 Ticket #1424 (Correction of height and width methods) closed by
- fixed: This works for me with jQuery 1.2.1
- 18:44 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
- 18:24 Ticket #1349 (.is(':visible') is incorrect when parent element is hidden) reopened by
- This bug/feature causes another issue when using the .resizeable() …
- 18:23 Ticket #1622 (Slide Up/Down bug with flashing) closed by
- wontfix: Animation changes the height which does not include padding, borders or …
- 18:10 Ticket #1153 (IE sometimes objects to jquery.event.fix) closed by
- fixed: Fixed in Rev [3485]
- 18:09 Changeset [ee2efbe1e39d32d4ec3a1598f66044e59474c708] by
-
- src/event.js
- 15:23 Ticket #1561 (IE7 tries to access http://:/) closed by
- fixed: Fixed in SVN rev [3484].
- 15:23 Ticket #1320 (In IE, $(document).ready fires too soon.) closed by
- fixed: Fixed in SVN rev [3484].
- 15:23 Changeset [6e8a8c535974ebada1e5dde9fa380c2c040106ce] by
-
- src/event.js
- 15:03 Ticket #1743 (Paginator Module) created by
- One area i think jQuery is lacking is in the pagination area. I have only …
- 13:52 Ticket #760 (.css('fontSize') returns different value in Internet Explorer) reopened by
- It seems that the bug reappeared in 1.2.1 release.
- 13:38 Ticket #1742 (remove() function crash) created by
- This is the current implementation of the remove function. […] There …
- 13:36 Ticket #1675 (expando related problem on removeData()) closed by
- fixed: I believe this has already been fixed in SVN. I was unable to reproduce …
- 12:56 Ticket #1729 ($(window) .height() returns $(document) .height() in Mozilla) closed by
- fixed
- 08:39 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 if …
09/26/07:
- 23:11 Ticket #1740 (JSON Data Truncated When Calling $.ajax Funciton) created by
- When calling an AJAX request like so: $.ajax({ type: "GET", url: …
- 22:28 Changeset [a9add215ea64075ed1b512ceb6ac926cb9e5bd76] by
-
- src/offset.js
- 22:11 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 case …
- 22:09 Ticket #1685 ($.ajax() places action url parameters in post.) closed by
- worksforme: This was fixed in jQuery 1.2.1.
- 22:09 Ticket #1722 (ajax bug?) closed by
- invalid: I don't know where you're seeing that, at all. It's not in any version of …
- 22:04 Ticket #1700 (Remove Method Does Not Work On Result Set Selected By Class - Version ...) closed by
- worksforme: I can't confirm this, at all. Could you please provide a test case with …
- 22:02 Ticket #1721 (XPath selectors with extern XML string (from AJAX response) doesn't work) closed by
- invalid
- 21:59 Ticket #1719 (.appendTo broken in 1.2.1.1) closed by
- invalid: Don't you just mean: $("#advertisement").appendTo("#advertisement_holder") …
- 21:57 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(). Thus, …
- 21:10 Ticket #1739 (ui slider - moveTo - parameter value is discarded) created by
- The p parameter to the function is discarded, because the identifier p is …
- 21:06 Ticket #1738 (Documentation for UI) created by
- It would be fantastically useful if there were more, and better, …
- 21:03 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 …
- 15:43 Ticket #1736 (wrap removes expandos) created by
- When you create an element, add expandos to it, then use wrap, the …
- 14:36 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 …
- 12:13 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 page …
- 11:43 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 …
- 09:11 Ticket #1733 (addClass gives error on textnodes) created by
- […] error! in className:add fun […] fix? […]
- 09:09 Ticket #1732 (Problem with .html() method and textarea field) created by
- Hi! I've got problem with html() method. Exactly with .load(), but I …
- 06:21 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 list. …
- 00:12 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 …
09/25/07:
- 16:51 Ticket #1729 ($(window) .height() returns $(document) .height() in Mozilla) created by
- For opera and mozilla, innerHeight should be used instead of clientHeight. …
- 15:42 Ticket #1728 (fadeTo doesn't work with absolute positioning) created by
- When a have a structure like: […] applying transition to "content" …
- 10:51 Ticket #1727 (:nth-child(An+B) incompatibility with CSS3) created by
- Code: […] Patch: […]
- 09:40 Ticket #1726 (Flashing bug in slideUp/Down in Internet Explorer 7) created by
- The sliding component flashes the whole of itself right before …
- 04:22 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 will …
09/24/07:
- 21:32 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 10 …
- 21:14 Ticket #1457 (treeview does not display lastCollapsable) closed by
- worksforme: I can't replicate the initial issue. From the suggested code …
- 16:25 Ticket #1666 (Explicit position refresh for droppable objects) closed by
- worksforme
- 16:19 Ticket #1708 (ratio-option for resizables) closed by
- invalid
- 09:38 Ticket #1723 (makeArray bug?) created by
- in makeArray: […] Oh??? […]
- 09:34 Ticket #1722 (ajax bug?) created by
- […] Oh??? […]
- 06:58 Ticket #1668 (Dialog Options - minHeight, minWidth, maxHeight, maxWidth) closed by
- fixed: Fixed in rev3468
- 06:57 Ticket #1717 (Dialog) closed by
- fixed: Fixed in rev3468
- 06:57 Ticket #1703 (Dialog - not centered when scrolled) closed by
- fixed: Fixed in rev3468
- 05:35 Ticket #1721 (XPath selectors with extern XML string (from AJAX response) doesn't work) created by
- Code:{{{id = $('/id', responseText).text(); response = $('/response', …
09/23/07:
- 22:17 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 …
- 21:38 Ticket #1719 (.appendTo broken in 1.2.1.1) created by
- Hi all, i am doing this on document ready: …
- 19:14 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 using …
- 18:42 Ticket #1717 (Dialog) created by
- Dialog with options to disable/constrain resizing and disable moving. ala …
- 16:55 Changeset [92a9e73bbef6f995c4b4fc6fb6c566432f2d0671] by
-
- src/core.js
- 15:58 Changeset [b45325765327d257f00b55cd5383287c1bd94875] by
-
- test/unit/ajax.js
- test/unit/core.js
- 13:56 Ticket #1716 (Resizable helper is added to this.options.modifyThese on every drag-start.) closed by
- fixed: D'oh! Thanks for finding this. Fixed!
- 13:36 Ticket #1683 (Sortable slow with long lists (partial fix included)) closed by
- fixed: Added the breaks! I'm investigating more speed fixes.
- 12:56 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 now …
- 12:25 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 …
- 12:13 Ticket #1704 (ui.slider.js ie7 typo bug) closed by
- fixed: Fixed.
- 09:08 Ticket #1715 (Problem with JQueryUI dialog) created by
- I created a dialog by using newest JQueryUI. In the dialog, I tried to …
09/22/07:
- 18:03 Ticket #1714 (Problem with input values) created by
- It occurs an error at line 888 whene this[0].value is null. I fixed it …
- 17:50 Ticket #1713 (ui.tabs.js is insert class "ui-tabs-nav" automatic) created by
- ui.tabs.js insert class "ui-tabs-nav" automatic in …
- 09:08 Ticket #1712 (aspectRatio option for resizables) created by
- Hi All! I have written a small enhancement for the resizables (see …
- 08:35 Ticket #1711 (Shift-Key behaviour in resizables buggy) created by
- Hi all, I was discovering this bug when investigating on the issue I …
09/21/07:
- 21:58 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 Internet …
- 21:41 Changeset [595d1253653c618a8a112ec09777c294125195d9] by
-
- src/offset.js
- 16:27 Ticket #1709 (Compressed Accordion Contains JS errors) created by
- The JS compressed accordion as downloaded from the UI page as a separate …
- 16:05 Ticket #1708 (ratio-option for resizables) created by
- Hi Guys! It would be great to have a ratio-option for resizables like …
- 14:04 Ticket #1707 (empty() does not work as expected if a SELECT tag has only one child in ...) created by
- Summary says it all :D CODE:------------------- <script …
- 13:21 Ticket #1706 (Query by "id" - performance improvement) created by
- When jQuery is looking for an element by the "id" attribute, it uses the …
- 13:08 Ticket #1705 (cant set url in css) created by
- I can set css cursor like this: $('#myid').css('cursor', 'pointer'); but I …
- 12:53 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 line …
- 02:29 Ticket #1703 (Dialog - not centered when scrolled) created by
- When using options.position: 'center', the dialog is not centered in the …
- 01:30 Ticket #1702 (Dialog - theme images) created by
- the dialog titlebar image repeats when the dialog is resized to a large …
- 00:25 Ticket #1701 (Bug in jQuery.fn.toggle) created by
- See... I bound two functions using $().toggle, then when I use …
- 00:10 Ticket #1700 (Remove Method Does Not Work On Result Set Selected By Class - Version ...) created by
- This doesn't work: $('.overlay').remove(); This does: …
Note: See TracTimeline
for information about the timeline view.
