Timeline
04/29/10:
- 23:59 Ticket #6490 (append vs. appendTo) closed by
- invalid: Please reopen and attach a complete test case.
- 22:21 Ticket #6505 (IE does not support live change events if a live click event is bound ...) created by
- A simple test case: […] jQuery 1.4.2; confirmed broken on IE8, IE8 …
- 18:06 Ticket #6504 ($(element).children("xxxxx") is sometimes very slow or infinite loops) created by
- Under some very specific circumstances (which I haven't been able to …
- 15:45 Ticket #6503 (ie excutes the css("border-top-width") wrong!) created by
- when I use thd css() funtion width the argument border-top-width in IE, IE …
- 06:24 Ticket #6502 (slideToggle interacts badly with iframe and embedded PDF and Firefox) created by
- See http://www.mantiva.com/adobe for demo of problem. When the target for …
- 03:42 Ticket #6501 ($.map uses concat.apply, so number of elements in processing array is ...) created by
- If you try to $.map array with 100000 Elements you will get following …
04/28/10:
- 15:54 Ticket #6500 (document.domain + IE6 + jQuery 1.4.x = "Permission denied" error) created by
- After setting document.domain, I get a "Permission denied" error when …
- 14:53 Ticket #6499 (WebKit checkClone line breaks PlayStation 3 (NetFront)) created by
- The following bit of code was added in 1.4: jQuery.support.checkClone = …
- 13:10 Ticket #6498 (XHR abort() method not working in IE7.) created by
- When you call the abort() method on a jQuery XHR object. IE7 will raise an …
- 12:57 Ticket #6497 (.first() and .last() methods do not work if .children() returns only 1 ...) created by
- If the method .children() returns just one child node .first() and .last() …
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 …
Note: See TracTimeline
for information about the timeline view.
