Bug Tracker

Timeline


and

10/04/07:

16:31 Ticket #1774 (jQuery.noConflict(true) does not revert jQuery variable) created by scott.gonzalez
jQuery.noConflict(true) properly reverts $, but not jQuery.
14:10 Ticket #1773 ('last' doesn't work in firefox 2.0.0.7 windows) created by alfrombrum
the demo on:  http://docs.jquery.com/Selectors/last doesn't return only …
11:27 Ticket #1772 (accordion/dimensions - Object doesn't support this property or method in ...) created by catch
I've been using jquery 2.1, ui.accordion.js and jquery.dimensions.js - …

10/03/07:

23:16 Ticket #1771 ($( '*', context ) selects METAs from outside of context) created by aercolino
In IE and in FF, jQuery 1.2.1 selects METAs, if they are added after …
22:57 Ticket #1759 (tabsClick method fails with event option set to mouseover) closed by klaus
fixed
14:45 Ticket #1770 (sortable incorrectly reorders ordered list) created by thasmin
When using a sortable where the container is an ordered list, the numbers …
11:39 Ticket #1769 (broken link in page Downloading_jQuery) created by djot
- Hi, On this page  http://docs.jquery.com/Downloading_jQuery section …

10/02/07:

18:28 Ticket #1575 (Treeview should use :has() instead of []-selector for jQuery 1.2 ...) closed by joern
fixed: Fixed. Treeview now requires jQuery 1.2 or the 1.1 compability plugin.
18:27 Ticket #1568 (TreeView wraps at hitarea-DIV in IE6) closed by joern
fixed: Fixed in [3510].
10:18 Ticket #1702 (Dialog - theme images) closed by rworth
fixed: Made image 2000px wide.

10/01/07:

21:35 Ticket #1768 ($.getScript() never fails on load) created by digitalspaghetti
[…] Above is a workaround that I tried, that still always fails, the …
20:51 Ticket #1767 (I can't move the dragged items back or sort in IE6) created by metinex
This problem occurs in IE. All the items are in the first column. The …
20:51 Ticket #1766 (I can't move the dragged items back or sort in IE6) created by metinex
This problem occurs in IE. All the items are in the first column. The …
20:39 Ticket #1765 (I can't move the dragged items back or sort in IE6) created by metinex
This problem occurs in IE. All the items are in the first column. The …
20:18 Ticket #1443 (Safari evalScript is Async) closed by john
fixed: Fixed in SVN rev [3501].
20:15 Changeset [ad1cef94bf134ff7f471a0649dac0158a481cd5d] by John Resig <jeresig@…>
  • src/core.js
  • test/unit/core.js
A fix for bug #1443, where globalEval occurred asynchronously in Safari 2, provided by Andrea Giammarchi.
20:01 Ticket #1764 (I can't move the dragged items back or sort in IE6) created by metinex
This problem occurs in IE. All the items are in the first column. The …
19:29 Ticket #1763 (In jQuery clean function, "doc" is sometimes not the proper scope) created by nettles
When an object that is not the document is passed into the clean function …
15:04 Ticket #1762 (syntax error for IE6 in ui.slider.js) created by Matt
A veru blocking problem in ui.slider.js On line 31 ... […] ... the …
14:14 Changeset [beebbf8ba44655f2f90750f727ef9cbdfe152f1c] by John Resig <jeresig@…>
  • src/event.js
Safari 2 was having problems with the syntax used for the ready handling.
13:37 Ticket #1761 (ajaxStop is not called, if an ajax-request runs into an exception) created by shameister
If an ajax-request is fired crossdomain the browser stops the request and …
09:59 Ticket #1760 ([jquery svn rev 3463] setting a val for a select box - tmp is not defined) created by epsilon68
only with jquery svn rev 3463 (not with the release 1.2.1) if you set the …
09:47 Ticket #1759 (tabsClick method fails with event option set to mouseover) created by klaus
tabsClick method fails silently when onmouse over tabs (setting …
03:22 Ticket #1758 (Wehn using draggable inside of draggable, inner draggable breaks.) created by miksago
Basically it appears that the positioning gets shot, and doesn't reapply …

09/30/07:

15:34 Ticket #1757 (Slider - click should raise stop event) created by pfm102
If the user clicks in the slider (as opposed to dragging the handle), the …
11:52 Ticket #1756 (Problems with Firefox 2.0 on Mac) created by myselft
I tested your demos with Firefox 2.0 running on Mac OSX 10.4, and I found …
04:29 Ticket #1755 (jQuery UI problem with drag and drop on Safari) created by marklacas
The code below works when I comment out or remove the activeClass and …
02:11 Ticket #1754 (g has no properties - @ line 1918) created by threedot1
$(document).ready(function(){ $('body > div').hover(function(){ …

09/29/07:

21:40 Ticket #1753 (inconsistent processing for xml vs html) created by jacktanner
In jQuery 1.2.1, line 783 does this: div = …
20:23 Ticket #1752 (.show() does not display <tr> elements properly) created by Matt
When trying to show a hidden <tr> element with the show() method, the <tr> …
18:46 Ticket #844 (Loading jQuery 1.1 with Prototype throws error) reopened by aercolino
This problem is still unresolved (jQuery 1.2.1). Here is how you …

09/28/07:

23:36 Ticket #1751 (slideToggle() hiding visible elements after animation) created by Deasean
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 rworth
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 mbaierl
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 paul
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 paul
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 rworth
worksforme: I see two selectors in ui-lite.css: .ui-dialog-content …
11:48 Ticket #1682 (Resizable containment option) closed by paul
fixed: okay, added.
11:15 Ticket #1739 (ui slider - moveTo - parameter value is discarded) closed by paul
fixed: thanks, fixed!
11:08 Ticket #1720 (Draggable Destory fails if element is set as draggable more than once) closed by paul
fixed: fixed!
06:29 Ticket #1748 (undeclared identifiers for jquery/dist/jquery.lite.js) created by Tony Chen
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 rworth
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 Nicodemas
I ran this script in FF 2.0.0.7, Opera 9.21, and Safari for windows on a …
20:49 Changeset [1344a7fd503054299442c3463a0e311729f8229a] by John Resig <jeresig@…>
  • src/event.js
Fixed the attribution for the DOM Ready fix - the previously used changes weren't significant.
20:09 Ticket #1745 (css setting on svg element is broken) created by jacktanner
jQuery fails to manipulate the css of a child of an inline svg element. …
19:33 Ticket #1563 ($('p:eq(1)').hide();) closed by brandon
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 carl
when using $.ajax({dataType: "json", ...}) the ajax.onreadystatechange …
18:46 Ticket #1424 (Correction of height and width methods) closed by brandon
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 brandon
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 harking
This bug/feature causes another issue when using the .resizeable() …
18:23 Ticket #1622 (Slide Up/Down bug with flashing) closed by brandon
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 brandon
fixed: Fixed in Rev [3485]
18:09 Changeset [ee2efbe1e39d32d4ec3a1598f66044e59474c708] by Brandon Aaron <brandon.aaron@…>
  • src/event.js
Fix for #1153
15:23 Ticket #1561 (IE7 tries to access http://:/) closed by john
fixed: Fixed in SVN rev [3484].
15:23 Ticket #1320 (In IE, $(document).ready fires too soon.) closed by john
fixed: Fixed in SVN rev [3484].
15:23 Changeset [6e8a8c535974ebada1e5dde9fa380c2c040106ce] by John Resig <jeresig@…>
  • src/event.js
Converted jQuery to use the new DOM Ready technique (by checking scroll). A single setTimeout loop is used for both IE and Safari now. Fixex bugs #1320 and #1561.
15:03 Ticket #1743 (Paginator Module) created by RyanZec
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 gudoy
It seems that the bug reappeared in 1.2.1 release.
13:38 Ticket #1742 (remove() function crash) created by alexo
This is the current implementation of the remove function. […] There …
13:36 Ticket #1675 (expando related problem on removeData()) closed by brandon
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 brandon
fixed
08:39 Ticket #1741 (Sortables not work in interface plugin in IE Browser) created by soheilkh
in interface plugin  http://interface.eyecon.ro when use jquery 1.2.1 if …
Note: See TracTimeline for information about the timeline view.