Timeline
Apr 29, 2010:
- 8:10 PM Ticket #6503 (ie excutes the css("border-top-width") wrong!) closed by
- invalid: Please reopen with a test case.
- 8:09 PM Ticket #6504 ($(element).children("xxxxx") is sometimes very slow or infinite loops) closed by
- invalid: Can you (or someone else encountering the problem) reopen this ticket …
- 8:07 PM Ticket #6492 (IE 7/8 uncaught fatal exception when attribute selector parses ...) closed by
- invalid: Can you reopen with a complete test case that throws the error?
- 7:59 PM Ticket #6490 (append vs. appendTo) closed by
- invalid: Please reopen and attach a complete test case.
- 6:21 PM 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 …
- 2:06 PM 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 …
- 11:45 AM 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 …
- 2:24 AM 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 …
Apr 28, 2010:
- 11:42 PM 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 …
- 11:54 AM Ticket #6500 (document.domain + IE6 + jQuery 1.4.x = "Permission denied" error) created by
- After setting
document.domain
, I get a "Permission denied" error … - 10:53 AM Ticket #6499 (WebKit checkClone line breaks PlayStation 3 (NetFront)) created by
- The following bit of code was added in 1.4: jQuery.support.checkClone …
- 9:10 AM Ticket #6498 (XHR abort() method not working in IE7.) created by
- When you call the abort() method on a jQuery XHR object. IE7 will …
- 8:57 AM 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 …
Apr 27, 2010:
- 5:23 PM Ticket #6496 (.fadeIn() breaks when using .dequeue() rapidly) created by
- Because .fadeIn() ultimately doesn't mess with opacity, if you rapidly …
- 3:37 PM Ticket #6495 (Bug Selector This when using $.get) created by
- Example: $.get('page.aspx?ID=' + <%=RequestID?%> + '&rand=' + new …
- 12:48 PM 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) …
- 11:55 AM Ticket #6493 (Attribute Starts With Selector and Attribute Contains Selector does ...) created by
- The Attribute Starts With Selector [name=value] and Attribute …
- 11:50 AM Ticket #6492 (IE 7/8 uncaught fatal exception when attribute selector parses ...) created by
- jQuery code was: jQuery('a[href$=.pdf]').addClass('pdf'); fatal …
- 10:21 AM 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 …
- 7:35 AM Ticket #6490 (append vs. appendTo) created by
- Trying to append a DOM element created on the fly $(..) to multiple …
- 5:33 AM Ticket #6489 (e.which not working correctly in Internet Explorer) created by
- In mouse events jQuery does not translate the mouse button index …
- 4:53 AM Ticket #6488 (isPlainObject fails on IXSLTProcessor in IE) created by
- I noticed this receiving an "object doesn't support this action" error …
- 12:05 AM 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 …
Apr 26, 2010:
- 9:02 PM 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 …
- 6:00 PM Ticket #6485 (Solution for HTML5 in IE) created by
- I wanted to propose some solutions to be used for some major HTML5 …
- 10:19 AM Ticket #6484 (data attribute overwrited in new node creation) created by
- found here: …
- 12:03 AM Ticket #6483 ([v1.4.2]jQuery.fn.offset(newOffset) issue) created by
- When current element has an "absolute" position, and offsetParent of …
Apr 25, 2010:
- 6:56 PM Ticket #6482 (Trac "About" page not defined) created by
- Get this error: UndefinedError: "about" not defined when attempting …
- 2:22 PM Ticket #5847 (Problem with XHTML) reopened by
- It seems others got problems with XHTML Eg. : …
- 1:02 PM 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 …
- 11:19 AM 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 …
- 8:43 AM Ticket #6479 (.load() not using right context) created by
- Consider the following example of using jQuery (version 1.4.2) in a …
Apr 24, 2010:
- 5:16 PM Changeset [1533bf7]1.12-stable2.2-stablekillphp by
- speed/benchmarker.css
- speed/benchmarker.js
- speed/index.html
- src/data.js
- src/event.js
Apr 23, 2010:
- 8:31 PM 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 …
- 8:18 PM Ticket #6474 (strange behavior of has() and eq()) closed by
- worksforme: Yep, rsinton is right. Take a look at the
:nth-child
selector as … - 6:52 PM 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: …
- 5:57 PM Ticket #6477 (Add processData option to JQuery post) created by
- It's common for web services to expect data to be POSTed in the …
- 10:36 AM 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 …
- 5:48 AM 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 …
- 4:01 AM Ticket #6474 (strange behavior of has() and eq()) created by
- some code html: <select name="1"> <option>0</option> …
Apr 22, 2010:
- 7:05 PM 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 …
- 2:30 PM 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 …
- 10:33 AM 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 …
- 8:50 AM 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 …
- 5:06 AM 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.