Timeline
04/27/10:
- 21:23 Ticket #6496 (.fadeIn() breaks when using .dequeue() rapidly) created by
- Because .fadeIn() ultimately doesn't mess with opacity, if you rapidly use …
- 19:37 Ticket #6495 (Bug Selector This when using $.get) created by
- Example: $.get('page.aspx?ID=' + <%=RequestID?%> + '&rand=' + new …
- 16:48 Ticket #6494 (clone(true) causes stack overflow error in ie on sortable elements) created by
- the issue here is when executing .clone(true) on some (see below) elements …
- 15:55 Ticket #6493 (Attribute Starts With Selector and Attribute Contains Selector does not ...) created by
- The Attribute Starts With Selector [name=value] and Attribute Contains …
- 15:50 Ticket #6492 (IE 7/8 uncaught fatal exception when attribute selector parses malformed ...) created by
- jQuery code was: jQuery('a[href$=.pdf]').addClass('pdf'); fatal …
- 14:21 Ticket #6491 (Google Chrome vs. Firefox Ajax RSS Test) created by
- This may need to be filed on one of the browsers' bug trackers, but I …
- 11:35 Ticket #6490 (append vs. appendTo) created by
- Trying to append a DOM element created on the fly $(..) to multiple other …
- 09:33 Ticket #6489 (e.which not working correctly in Internet Explorer) created by
- In mouse events jQuery does not translate the mouse button index correctly …
- 08:53 Ticket #6488 (isPlainObject fails on IXSLTProcessor in IE) created by
- I noticed this receiving an "object doesn't support this action" error …
- 04:05 Ticket #6487 (Live submit does not work after live click in ie6) created by
- When a submit event listener is attached using .live() after a click event …
- 01:02 Ticket #6486 (Cloning does not maintain checked state of checkboxes in IE8 standards ...) created by
- In IE8 standards mode, if a user checks a checkbox and then that item is …
04/26/10:
- 22:00 Ticket #6485 (Solution for HTML5 in IE) created by
- I wanted to propose some solutions to be used for some major HTML5 issues …
- 14:19 Ticket #6484 (data attribute overwrited in new node creation) created by
- found here: …
- 04:03 Ticket #6483 ([v1.4.2]jQuery.fn.offset(newOffset) issue) created by
- When current element has an "absolute" position, and offsetParent of this …
04/25/10:
- 22:56 Ticket #6482 (Trac "About" page not defined) created by
- Get this error: UndefinedError: "about" not defined when attempting to …
- 18:22 Ticket #5847 (Problem with XHTML) reopened by
- It seems others got problems with XHTML Eg. : …
- 17:02 Ticket #6481 (revert $.param should treat empty arrays/objects like empty strings) created by
- $.param ignores the key completly if the value is an empty object or …
- 15:19 Ticket #6480 (Create XHR object sometimes fails on IE7/8) created by
- In some case, it dosn't work when you open web page at first. Must refresh …
- 12:43 Ticket #6479 (.load() not using right context) created by
- Consider the following example of using jQuery (version 1.4.2) in a …
04/24/10:
- 21:16 Changeset [1533bf7c7794d8e078e7ce5e36de6d190651540a] by
-
- speed/benchmarker.css
- speed/benchmarker.js
- speed/index.html
- src/data.js
- src/event.js
- 00:31 Ticket #6475 (jQuery adds new HTML tags when calling manipulation methods) closed by
- invalid: Can you reopen this with a complete test case? Please run the document …
- 00:18 Ticket #6474 (strange behavior of has() and eq()) closed by
- worksforme: Yep, rsinton is right. Take a look at the :nth-child selector as …
04/23/10:
- 22:52 Ticket #6478 ($("<li></li>").attr("value", 42) crashes IE6 and IE7 in 1.4.2) created by
- This line crashes IE6 and IE7 under jQuery 1.4.2: …
- 21:57 Ticket #6477 (Add processData option to JQuery post) created by
- It's common for web services to expect data to be POSTed in the request …
- 14:36 Ticket #6476 (fadeOut function fadeIn - IE8 Only (Not IE7, IE6)) created by
- I was able to reproduce a bug in IE8 which does not face back in the …
- 09:48 Ticket #6475 (jQuery adds new HTML tags when calling manipulation methods) created by
- Not sure if this should be considered a bug. It happens i.e. in Moz …
- 08:01 Ticket #6474 (strange behavior of has() and eq()) created by
- some code html: <select name="1"> <option>0</option> <option>1</option> …
04/22/10:
- 23:05 Ticket #6473 ([validate] - cancel button submits form when it should not) closed by
- invalid: This bug tracker is for jQuery core. Please ask other questions on the …
- 18:30 Ticket #6473 ([validate] - cancel button submits form when it should not) created by
- Add a button with class "cancel" and the validation plugin handles the …
- 14:33 Ticket #6472 ($.find with attribute contains selector misses results) created by
- See the attached html file for an example. In the case of a table <table …
- 12:50 Ticket #6471 (XHR request sometimes throw an error when it is aborted in IE8) created by
- In some cases "abort" method in IE8 (8.0.6001.18702IC) invokes …
- 09:06 Ticket #6470 (Inconsistencies when escaping characters in selector for <script> element) created by
- I have the following HTML as an example: […] Using the selector …
04/21/10:
- 21:17 Ticket #6469 (API Documentation Site JS Error on Enter Key press (in Firefox)) created by
- While browsing API documentation in Firefox (version 3.5.2 for ex) - …
- 03:03 Ticket #6468 (Pass data into custom filters) created by
- How about the ability to pass in data into the filter method, which would …
- 02:11 Ticket #6464 (setting .attr value on a hidden form field) closed by
- worksforme: Seems to work for me in both Firefox and IE8. I put this line in just to …
- 01:52 Ticket #6463 (AJAX IE ERROR "OBJECT DOESN'T SUPPORT THIS PROPERTY OR METHOD) closed by
- invalid: Please reduce this to a simple test case.
- 01:45 Ticket #6466 (Ajax Firefox returns status=0 when server is completely down, results in ...) closed by
- duplicate: Dup of #6465 .
- 01:42 Ticket #6467 (ReplaceAll does not recognize self-closing tags) closed by
- invalid: That's not valid markup in XHTML: http://www.w3.org/TR/xhtml1/#C_3 It's …
04/20/10:
- 18:11 Ticket #6467 (ReplaceAll does not recognize self-closing tags) created by
- When replaceAll targets an element that closes itself, e.g. <div />, it …
- 14:47 Ticket #6466 (Ajax Firefox returns status=0 when server is completely down, results in ...) created by
- When invoking an Ajax request with firefox 3.6.3 on a server that is …
- 14:38 Ticket #6465 (Ajax, firefox 6.3.6 returns statuscode 0 when server is down, leads to ...) created by
- When i send an Ajax request with jQuery in a Firefox 3.6.3 browser, and …
- 11:15 Ticket #6464 (setting .attr value on a hidden form field) created by
- http://brownwebdesign.com/jquery-attr-value.html If value is set to "", …
- 11:00 Ticket #6463 (AJAX IE ERROR "OBJECT DOESN'T SUPPORT THIS PROPERTY OR METHOD) created by
- Here are the steps to reproduce the problem: - open IE8 - enter follwing …
- 04:23 Ticket #6462 (MERGE HTTP verb does not submit options.data in an ajax call) created by
- The MERGE HTTP keyword does not currently submit the payload …
- 01:32 Ticket #6460 (spam present in jquery's git source-code) closed by
- worksforme: That's actually a capture of the html from a Yahoo home page, to provide …
Note: See TracTimeline
for information about the timeline view.
