Bug Tracker

Timeline


and

04/02/10:

15:52 Ticket #6393 (confusing verbage on docs.jquery.com for CDN disclaimer) created by sgornick
Was confused by the following: "Please do not link to versions of jquery …
12:51 Ticket #6392 ($('DIV#myId').attr('for') - im can't read value of "for" attribute, if i'm ...) created by leadaxe
bug demo example: <script type="text/javascript" …
11:13 Ticket #6391 (wrap() bug when wrap javascript) created by Colir
the "wrap()" method re-execute script if the function wrap a div with …
10:52 Ticket #6390 (Selector :input produces css error in firefox 3.5.8.) created by mot
How to reproduce: Firefox 3.5.8 + Firebug 1.5.3. $(':input') Firebug will …
02:49 Ticket #6381 (IE live('submit') handling bug) closed by dmethvin
duplicate

04/01/10:

20:59 Ticket #6389 (.ajaxError does not fire in 1.4.2) created by rocketbob
I have exception handling on the server which raises a 500 error. …
20:50 Ticket #6388 ($.getJSON memory leak with JSONP even on success) created by tarad10
I am running $.getJSON inside an interval every 10 seconds. The script is …
20:07 Ticket #6387 (jQuery 1.4.1 append/get returns 304 error in Firefox and Opera) created by awdewolfe
I have the following code in the header of a page: <script …
17:42 Ticket #6386 (support data argument for live events via "event.special.live.add") created by mike.helgeson
I am attempting to support "live" events in a custom special event, and …
15:18 Ticket #6385 (getOrSet('value', undefined) should be interpreted as an attempt to set ...) created by mattlunn
For methods such as val, html and attr, if the value parameter is …
13:14 Ticket #6384 (Sizzle duplicate selections when using POS filters) created by manixrock
In the following HTML: <div><div><div><a></a></div></div></div> the code …

03/31/10:

18:36 Changeset [4a64f9a5b8472f394c52e0b3bb7972c8ce699a13] by jeresig <jeresig@…>
  • src/traversing.js
Removed extra semicolon leftover from recent tweaking.
16:35 Ticket #6057 (JQuery.getJSON malformed url) reopened by ubernostrum
This causes jQuery to be broken by default for anyone not using something …
16:13 Ticket #6382 (.live() not working properly with "has attribute" css selector) created by cjoudrey
There appears to be a problem with .live() and "has attribute" css …
16:04 Ticket #6381 (IE live('submit') handling bug) created by bganicky
Live submit event attached after any live click event behaves falsely in …
09:59 Ticket #6380 (newline between DOCTYPE and root element when using $(xxx).html() causes ...) created by bgriffin
This was originally posted at …
06:02 Ticket #4120 (Be more liberal in accepting IDs) reopened by brettz9
Just revisiting jQuery again after some time... Since you are currently …
05:23 Ticket #5781 (.offset() setter does not work properly on absolutely positioned elements ...) closed by brandon
fixed: This is now fixed: …
01:28 Ticket #6379 (Unable to use the attibute selector with a numeric attribute) created by redlava
I attempted to use the following selector but I was unable to select an …

03/30/10:

13:56 Ticket #6321 (opera 10.10 and less) closed by john
duplicate: Duplicate of #6088.
12:31 Ticket #6378 (An error is thrown if the returned document is expected to be valid XML ...) created by tw2080
Additinal check is required to chatch if data.documentElement == null …
09:22 Ticket #6321 (opera 10.10 and less) reopened by kof13
04:05 Ticket #6377 (Dynamically created radio button not checked in ie7) created by dale
Its impossible to dynamically create a radio button then set it to be …

03/29/10:

23:17 Ticket #6376 (ajax() data parameter's array handling worked in 1.3.2 but not 1.4.2) created by nnnnnn321
The ajax() method doco here:  http://api.jquery.com/jQuery.ajax/ indicates …
21:07 Ticket #6375 (All Tabs Displaying On Page Load.) created by kennlucas
I don't know why it is happening. Unfortunately right now I have to start …
19:47 Ticket #6374 (Change Event does not fire in IE) created by ndishon
If a text input is given focus through a .focus() call and then the value …
14:27 Ticket #6367 (Exeption throw) closed by john
duplicate: Ah, ok - yeah, that bug has already been fixed and will be in jQuery …
14:15 Ticket #6373 (Async Tree View returning multiple server calls.) closed by john
invalid: This issue should be reported directly to the plugin author.
13:56 Ticket #6246 (Jquery not working on Nokia E71 Browser) closed by john
wontfix: We're going to try and support the S60v5 OS but not the S60v3 OS - I'm not …
13:55 Ticket #6252 (Eval data) closed by john
invalid: It looks like you might be generating some incorrect syntax - you should …
12:35 Ticket #6373 (Async Tree View returning multiple server calls.) created by ritesh
Hi, i am using Asynchronous Tree View plugin. i found that if the option …
06:38 Ticket #6367 (Exeption throw) reopened by Aristos
I can not give you test case at least now, because this happens on a very …
05:26 Ticket #6371 (jQuery.noConflict() changes the value of $ even if $ !== jQuery) created by elijahr
Suppose I have the following: <script src="jquery.js"></script> <script …
03:01 Ticket #6370 (web page unuseable after loading completes) created by Mikon
Upon going to any page at consumerist.com, after the page has finished …

03/28/10:

21:28 Ticket #6369 (In IE v8.0.7600.16385 Line 1919 v1.4.2 undefined when exiting page???) created by mcslayton@…
Strange behavior / error. When using IE v8 I could run my full, very heavy …
20:55 Ticket #6367 (Exeption throw) closed by dmethvin
invalid: Please reopen with a test case that includes html and javascript needed to …
16:41 Ticket #6368 (jQuery Live binding to form submit in IE) created by ahsteele
In Internet Explorer 8 (IE8) binding to the submit event with live does …
13:15 Ticket #6367 (Exeption throw) created by Aristos
ver 1.4.2 Line 1919, inside handle: function( event ). on this point, …
01:11 Ticket #6072 (filter ATTR hash fails. ff2) closed by dmethvin
worksforme: It seems to work fine with 1.4.2 at least, test case attached.
00:50 Ticket #6363 (# selector does not work for following situation) closed by dmethvin
duplicate: Duplicate #6364 has attachment.

03/27/10:

23:58 Changeset [d6f03aa0df4f734f6f09bf82effa5b7fcd8487fc] by Brandon Aaron <brandon.aaron@…>
  • src/offset.js
  • test/data/offset/absolute.html
  • test/data/testrunner.js
  • test/unit/core.js
  • test/unit/event.js
  • test/unit/offset.js
Merge branch 'master' of github.com:jquery/jquery
10:51 Ticket #6365 (unnecessary semicolon after winnow) created by yukiseaside
commit@github: …
06:10 Ticket #6364 (# selector does not work for following situation) created by munim
jQuery selector does not work for long IDs (probably). Please consider …
06:07 Ticket #6363 (# selector does not work for following situation) created by munim
jQuery selector does not work for long IDs (probably). Please consider …

03/26/10:

18:22 Ticket #6362 (jQuery.index() and jQuery.indexIn()) created by jablko
The semantics of jQuery.index() are backwards depending whether you pass …
16:02 Ticket #6361 (jQuery(html) returns 2 objects (html+script) if script is included) created by zoglair
Dear all, Let me start by telling you that I've recently switched from …
12:59 Ticket #6072 (filter ATTR hash fails. ff2) reopened by ilya.devel
i often use such construction html: <a href="#submit">submit</a> js: …
12:51 Ticket #6360 (opera 10.00 :checked selector) created by ilya.devel
this doesn't work in opera 10.00 var type = $('#transport …
05:17 Ticket #6359 (live('submit') does nothing in IE if live('click') was called before. Same ...) created by JonathanAquino
In IE, if you attach a click handler using live(), then attach a submit …
03:09 Ticket #6357 (Crash in firefox) closed by dmethvin
invalid: Please reopen with a complete test case.
03:05 Ticket #6354 (http to https transition by ajax) closed by dmethvin
invalid: Please ask for help on the forum, and only open a ticket if there is a …
03:04 Ticket #6353 (IE xml tag selector) closed by dmethvin
invalid: Please do some further debugging, using the forum if needed: …
02:57 Ticket #6358 (Has attribute "selected" shows different behavior with context vs. ...) created by l_andrew_l
I've tracked this bug down to the following problem: Place a <select> …
01:57 Ticket #6357 (Crash in firefox) created by souse
var objImgAvatar = $("#imgReceiverAvatar"); if(receiverOnlineUid == 0) { …
Note: See TracTimeline for information about the timeline view.