Timeline
03/07/12:
- 20:33 Ticket #11450 (focusin | focusout of input texts fire twice when window minimizes.) created by
- Actually, when focus is moved to another window :S This is really simple …
- 16:49 Ticket #11449 (Colon character in attributeHas (Browser compatibility)) closed by
- invalid: Thanks for taking the time to try to help out the jQuery project, but this …
- 16:38 Ticket #10527 (AJAX deferred should call success on "No Content," even when a ...) closed by
- fixed: Makes parseXML act like parseJSON when given an empty or non-string input: …
- 16:37 Ticket #11449 (Colon character in attributeHas (Browser compatibility)) created by
- Given the markup […] jQuery 1.7.1 will correctly parse the following …
- 16:19 Ticket #10660 (no transport error on Windows Phone 7) closed by
- wontfix: "$.support.cors = true;" is the way to go for now. Mobile browsers move …
- 16:09 Ticket #4624 (Charset in default ajaxSettings.contentType) closed by
- fixed: Fixes #4624... 3 years later, people! Changeset: …
- 15:54 Ticket #11264 (evalScript() uses defaults set by ajaxSetup()) closed by
- fixed: Fixes #11264 or rather seriously limits the risk of global ajaxSettings …
- 14:39 Ticket #11426 (jQuery.ajax() always fails when requesting JPG images in IE) closed by
- fixed: Fixes #11426: getting the responseText of an xhr should be tried/caught …
- 13:12 Ticket #11448 (invalid argument error when using addrule ..(java script language)) closed by
- invalid: Thanks for taking the time to try to contribute to the jQuery project but …
- 13:11 Ticket #11448 (invalid argument error when using addrule ..(java script language)) created by
- var mapControl = $get("MapControl"); …
- 11:36 Ticket #11447 (((jQuery.event.special[handleObj.origType] || {}).handle || ...) created by
- ((jQuery.event.special[handleObj.origType] || {}).handle || …
- 08:04 Ticket #11371 ($.parseJSON on utf-8 with BOM) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #11368 (scrollTop in animate in FF 10.0 not working) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #11357 (Background Images Not Visible in Chrome/Mac 17.0.963.56) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 00:58 Ticket #11049 (submit can not be stopped in ie when bubbling) closed by
- fixed: Fix #11049. Let bubbling submit be cancellable in oldIE. Changeset: …
03/06/12:
- 20:17 Ticket #11446 ($.ajax DELETE does not append query string params) closed by
- invalid: DELETE requests should not attach data to the query string.
- 18:42 Ticket #11446 ($.ajax DELETE does not append query string params) created by
- jsfiddle: http://jsfiddle.net/f8ndA/ I noticed that calling .ajax() as …
- 13:47 Ticket #11445 (Parsing error on data) closed by
- duplicate: http://www.learningjquery.com/2011/09/using-jquerys-data-apis
- 13:34 Ticket #11444 (Issue with .live() and .filter()) closed by
- invalid: As documented, .live cannot be chained. And it is deprecated.
- 13:25 Ticket #11445 (Parsing error on data) created by
- I have an html like this: […] When I try to retrieve the identifier …
- 09:58 Ticket #11444 (Issue with .live() and .filter()) created by
- Using the following code snippet I was triggering the error " Syntax …
- 08:15 Ticket #11363 (problem with form submit) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:51 Ticket #11443 (checkClone and appendChecked test failures in Chrome 16) created by
- Running the tests in Chrome 16.0.912.77 m on Windows 7 I got these …
- 02:38 Ticket #11442 (bugs.jquery.com contains a link to the now-dead dev.jquery.com) created by
- The "Bug Tracker" link in the bottom nav bar of bugs.jquery.com has its …
- 02:30 Ticket #11441 (Test failure in Safari 5, Support property reliableMarginRight is ...) created by
- Running the tests in Safari 5.0.5 on Mac OS X 10.6.8 I saw this failure: …
- 02:06 Ticket #11440 (ajax Headers - Valid type - Firefox) created by
- The following code seems to work only in Chrome now. Also, could you …
03/05/12:
- 21:49 Ticket #11439 (jQuery.support.parentNode used, but not defined any more.) created by
- jQuery.support.parentNode disappeared somewhere between jQuery 1.4.2 and …
- 17:54 Ticket #10870 (Incorrect behaviour of $.removeAttr("selected")) closed by
- fixed: Do not set boolean attributes to empty string on removal. Fixes #10870. +0 …
- 17:28 Ticket #11188 (Problem with .animate() for opacity in IE8) closed by
- wontfix: So..granted that this isn't directly a jQuery bug, I think Sindre is right …
- 17:01 Ticket #11438 (Non-persistence of events when reappending dom nodes to their original ...) closed by
- invalid: Internally, .html(x) calls .empty().append(x) for x that isn't a …
- 17:01 Ticket #11350 (Problem AjaxStart - ajax synchronous mode) closed by
- wontfix: This personally looks more like an inconsistency in how FF is handling the …
- 16:56 Ticket #11417 (Create account on jQuery.com/Clean up tutorials page) closed by
- wontfix: Thanks for your interest. All of the docs.jquery.com content is in the …
- 16:32 Ticket #11438 (Non-persistence of events when reappending dom nodes to their original ...) created by
- I'm not sure if this is a bug or intended behaviour, but when using …
- 10:50 Ticket #11437 (((f.event.special[r.origType] || {}).handle || r.handler).apply is not a ...) closed by
- worksforme: Rather than passing $(function(event){ ... }) to el.change(), simply pass …
- 06:14 Ticket #11437 (((f.event.special[r.origType] || {}).handle || r.handler).apply is not a ...) created by
- FireFox 10.0.2 throws "((f.event.special[r.origType] || {}).handle || …
03/04/12:
- 19:48 Ticket #10699 (Calling stopPropagation() before trigger() doesn't call handlers on ...) closed by
- wontfix: The ticket's been open for a while with no discussion, so I will close it …
- 19:07 Ticket #11436 (toggle() doesn't really toggle CSS "display" value) closed by
- invalid: toggle is a shorthand to hide/show or vice versa and those functions …
- 18:59 Ticket #11436 (toggle() doesn't really toggle CSS "display" value) created by
- When an element: - has CSS "display: block" - but is currently hidden, …
- 17:49 Ticket #11435 (Obsolete test code to remove toJSON from .data's return value) created by
- The ".data()" test in test/unit/data.js has this code (in 2 places): …
- 12:51 Ticket #11433 (Selecting by class and attribute without tag name) closed by
- invalid: From the attribute selector docs: > An attribute value. Can be either an …
- 12:08 Ticket #11433 (Selecting by class and attribute without tag name) created by
- This […] works fine. This doesn't […] tried in page and in Chrome …
- 08:22 Ticket #11361 (Fixed bug in jquery-1.7.1.min.js) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
03/03/12:
- 22:22 Ticket #11052 (.keydown() example uses .keyCode instead of .which) closed by
- fixed: Docs updated.
- 22:18 Ticket #10755 (e.timeStamp (JQ 1.7) wrong value in Firefox, Opera) closed by
- cantfix: Lacking any compelling use cases for a fake timestamp, I'll close this and …
- 22:11 Ticket #10636 (Inconsistent behavior with delegate and change in IE8) closed by
- patchwelcome: Still open to a pull request on this issue but it seems like an edge case.
- 20:54 Ticket #5087 (Use element.classList if available to speed up class manipulation) closed by
- patchwelcome: OK, closing this yet again because it provides no performance benefit. …
- 20:03 Ticket #11394 (Long delay with multiple selector (including id selector) in Internet ...) closed by
- invalid
- 15:28 Ticket #11430 (Ajax capabilities lost after reposition using jquery (function triggered ...) closed by
- invalid: Sorry, but this is not a bug report. It is a vague description of a …
- 14:23 Ticket #11432 (live() with parent()) closed by
- invalid: .live() docs: > Chaining methods is not supported. For example, …
- 13:03 Ticket #11432 (live() with parent()) created by
- […] And after click on link you will receive error "Uncaught Error: …
- 11:52 Ticket #11431 (Binding on events to iframe tags from parent window using "on" functions ...) created by
- Error: Permission denied for < http://siteurl> to get property …
- 08:09 Ticket #11430 (Ajax capabilities lost after reposition using jquery (function triggered ...) created by
- I have a sharepoint application that contents web parts(using asp:tab …
- 03:13 Ticket #11217 (Append problem with webkit) closed by
- fixed: Fix #11217. WebKit clone() loses check if name follows checked attribute. …
- 03:13 Ticket #11316 (Consider looking through valHooks by element type first, then by nodeName ...) closed by
- fixed: Fix #11316. Find valHooks first by element type, then by nodeName. …
- 03:13 Ticket #11323 (script tags with type="text/ecmascript" leak into the DOM) closed by
- fixed: Fix #11323. Consistently use rscriptType in jQuery.clean() Changeset: …
- 03:13 Ticket #11356 (safeFragment memory leak) closed by
- fixed: Fix #11356. Avoid hoarding elements in DocumentFragments. Changeset: …
- 03:13 Ticket #3838 ($(document).height() incorrect in IE6) closed by
- fixed: Fix #3838, $(document).height() incorrect in IE6 May still be broken in …
- 03:13 Ticket #10828 (attr("coords") returns undefined in IE7) closed by
- fixed: Fixes #10828, .attr("coords") returns undefined in IE7 Changeset: …
03/02/12:
- 21:16 Ticket #11429 (inconsistency between data and attr('data-xyz')) closed by
- invalid: Not a bug report, more appropriate for a forum or IRC.
- 21:14 Ticket #11429 (inconsistency between data and attr('data-xyz')) created by
- I've played around with knockout and wonder about the fact that knockout …
- 15:52 Ticket #11427 (Problems in Internet Explorer 7,8) closed by
- invalid: Please ask for support on the forums or on the …
- 15:23 Ticket #11428 ($(document).one('focus', selector, function) does fires more that once.) closed by
- duplicate: We discussed this in #jquery-dev today, the actual bug is fixed in (edge) …
- 15:04 Ticket #11428 ($(document).one('focus', selector, function) does fires more that once.) created by
- one is triggered more than once when the selector is used on one function …
- 14:39 Ticket #11427 (Problems in Internet Explorer 7,8) created by
- Hi, I was developing some application, and I have to support IE browsers. …
- 03:32 Ticket #11415 (Silently ignore negative CSS values where they are illegal) closed by
- fixed: Fix #11415: Stop non-negative prop undershoot on animation. This doesn't …
03/01/12:
- 21:12 Ticket #11426 (jQuery.ajax() always fails when requesting JPG images in IE) created by
- * jQuery version: all (verified bug exists in 1.7.1) * Affected browsers: …
- 16:17 Ticket #11425 (serialize() and custom input atributes dont work) closed by
- invalid: That is incorrect usage of .serialize() …
- 16:05 Ticket #11425 (serialize() and custom input atributes dont work) created by
- […]
- 15:26 Ticket #11424 ($('.class') vs jQuery('.class') one returns null, the second returns the ...) closed by
- invalid: You are either in noConflict mode or something has overwritten $. Please …
- 15:09 Ticket #11424 ($('.class') vs jQuery('.class') one returns null, the second returns the ...) created by
- Summary explains it all, it was my understanding $ was a valid shortcut …
- 09:59 Ticket #11423 ([safari] .css({ overflow: 'hidden'}) does not set that property) created by
- Instead it sets overflow-x and overflow-y, which has mostly the same …
- 08:24 Ticket #11344 (submit submitHandler validate plugin name=submit) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:24 Ticket #11298 (Incorrect $(window).width() with 1.7.1 version) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:23 Ticket #11422 (OUTERWIDTH / HEIGHT, INNERWIDTH / HEIGHT - RETURN INCORRECT VALUE) closed by
- invalid
02/29/12:
- 15:38 Ticket #11418 (Documentation change - serialize() doesn't mention it's OK to use on ...) closed by
- wontfix: serialize works on a form tag already. I don't see it being worth the code …
- 13:23 Ticket #11416 (The .on() binding not work on ajax callback which element is newly ...) closed by
- invalid: You're using .on() incorrectly, please re-read the docs or ask for help …
- 13:17 Ticket #11419 (live()) closed by
- invalid: > var ul = $('<ul>').appendTo('body'); ul.live('click',ulClick); Not …
- 13:04 Ticket #11422 (OUTERWIDTH / HEIGHT, INNERWIDTH / HEIGHT - RETURN INCORRECT VALUE) created by
- Create the same bug http://bugs.jquery.com/ticket/11232, as it is still …
- 10:34 Ticket #11420 (The usage of second argument of jQuery( html [ , ownerDocument ] )) closed by
- invalid: Thanks for taking the time to try to contribute to the jQuery project but …
- 10:14 Ticket #11420 (The usage of second argument of jQuery( html [ , ownerDocument ] )) created by
- I could not understand the usage of 'ownerDocument' of jQuery( html [ , …
- 10:09 Ticket #11419 (live()) created by
- $(el).selector = ; $(el).live('click',fn); no work; example: var ul = …
- 09:58 Ticket #11418 (Documentation change - serialize() doesn't mention it's OK to use on ...) created by
- Change to: The .serialize() method can act on a jQuery object that has …
- 08:07 Ticket #11417 (Create account on jQuery.com/Clean up tutorials page) created by
- I know this is low priority compared to the core bugs you all are dealing …
- 04:16 Ticket #11416 (The .on() binding not work on ajax callback which element is newly ...) created by
- $('a.ajax_destroy') .on 'ajax:success', (event, data, status, xhr) => …
Note: See TracTimeline
for information about the timeline view.
