Timeline
May 4, 2010:
- 11:00 PM Ticket #6528 (Event still trigger after unbind at once) closed by
- worksforme: And... calling e.stopImmediatePropagation() takes care of that.
- 10:37 PM Ticket #6526 (Fade Callback on different element) closed by
- worksforme: Let's continue discussion on the forum. …
- 10:15 PM Ticket #6528 (Event still trigger after unbind at once) created by
- <html> <head> <script type="text/javascript" …
- 10:14 PM Ticket #6524 (ie8 and NaNpx value) closed by
- invalid: If your code is passing "NaNpx" to jQuery then it is passing in …
- 10:03 PM Ticket #6520 (Documentation demos for Effects don't appear to work) closed by
- invalid: I am not sure those pages are in use anymore; see jqueryui.com …
- 9:40 PM Ticket #6527 (use replaceWith cause memory leak in IE (jquery 1.4.2)) created by
- in IE, use replaceWith cause memory leak in IE, if change to use …
- 6:22 PM Ticket #6526 (Fade Callback on different element) created by
- In the following example, both fade events start at the same time. …
- 3:36 PM Ticket #6525 (IE script error on z-index 'auto' or 'inherit') created by
- IE 6 and 7 hit a "Type mismatch" at "Line: 4619" when setting the …
- 10:38 AM Ticket #6524 (ie8 and NaNpx value) created by
- sometimes it might happen that jquery receives a NaNpx value for a …
- 10:06 AM Ticket #6523 (change order of conditions checking in curCSS to avoid unnecessary lookouts) created by
- cur CSS in version 1.4.2 curCSS: function( elem, name, force ) { var …
- 7:51 AM Ticket #6522 (Strange behavior of animate and hover in Firefox 3.6.2) created by
- Attached is an HTML file which demonstrates the strange behavior of …
- 7:28 AM Ticket #6521 ($.inArray(1, undefined); throws an error in IE8) created by
- $.inArray(1, undefined); throws an error in IE8 (haven't tested older …
- 1:47 AM Ticket #6520 (Documentation demos for Effects don't appear to work) created by
- Any of the Effects demos on: - http://docs.jquery.com/UI/Effects …
May 3, 2010:
- 8:35 PM Ticket #6519 (:first pseudo-selector conflicts with CSS paged media module's :first) created by
- webkit nightly r58385 [1] added support for css paged media, in …
- 4:25 PM Ticket #6518 (.ajax() ifModified option -- behaviour changed in v1.4.2) created by
- As described by jQuery forum user alxblog, the ifModified option seems …
- 11:36 AM Ticket #2945 (Setting "z-index: auto" in IE6 gives a type mismatch error) reopened by
- There's also errors in IE7 and IE8 (see …
- 9:46 AM Ticket #6517 (Sending ajax request with bookmark(#) in IE7) created by
- The problem is that bookmark should not be sent to the server when I'm …
May 2, 2010:
- 11:15 PM Ticket #6510 (Issue With IE8 and pseudo tags.) closed by
- invalid: IE8 parses HTML. If it doesn't recognize the tag you won't get …
- 11:10 PM Ticket #6506 (.val()) closed by
- invalid
- 11:08 PM Ticket #6516 (replaceWith using DOM element with nested script does not run script) created by
- var div = $('<div><script …
- 7:02 PM Ticket #6515 (API docs steal arrow keys [documentation bug]) created by
- API docs should not hijack arrow keys for custom behavior. To …
- 2:49 PM Ticket #6514 (Mouseenter and mouseleave events not able to be triggered if bound by live) created by
- If mouseenter and mouseleave are bound by live, $.trigger() will not …
- 2:11 PM Ticket #6513 (.animate breaks all IE png fix plugins) created by
- When i tried animating a div using .animate() it went well except for …
May 1, 2010:
- 3:41 PM Ticket #6512 (can't unset CSS property clip in IE) created by
- $('div') .css('clip', 'rect(auto, auto, auto, auto)') .css('clip', …
- 1:39 AM Ticket #6511 (Documentation Correction for .live()) created by
- Currently the description says: "Description: Attach a handler to the …
- 1:06 AM Ticket #6510 (Issue With IE8 and pseudo tags.) created by
- I added a tag to my DTD called pseudo. Given a tag such as: <pseudo …
- 12:35 AM Ticket #6509 (Documentation Incorrect) created by
- The documentation for the delegate() method states the argument order …
Apr 30, 2010:
- 10:17 PM Ticket #6508 (Inadvertent change event firing on IE8) created by
- I have found a scenario where the live function causes a re-firing of …
- 10:06 PM Ticket #6507 ([this] gets mangled when passed through trigger, for submit events) created by
- In an event handler bound for the "submit" event, [this] is the form …
- 2:55 PM Ticket #6506 (.val()) created by
- .val() does not seem to recognise line breaks in textarea elements. …
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 …
Note: See TracTimeline
for information about the timeline view.