Timeline
03/09/12:
- 22:16 Ticket #11462 (Table Caption does not Fade Out) created by
- When using fadeOut() or similar functions, a table's caption element is …
- 19:24 Ticket #11390 (Setting *{box-sizing:border-box} breaks offset() on scrolling in IE8) closed by
- duplicate: this has been fixed by: …
- 15:19 Ticket #11460 (Compatibility with Jquery Mobile) closed by
- invalid: Thanks. We're aware of this issue and are currently working to iron it …
- 15:04 Ticket #11461 (Add support for HTML5 XHR v2 with responseType set to 'arraybuffer' on ...) created by
- I try to use $.ajax for retrieving binary data as explain in HTML5 …
- 14:43 Ticket #11460 (Compatibility with Jquery Mobile) created by
- jQuery 1.7.2b1 no longer works with jquery mobile. I have tried several …
- 13:46 Ticket #11458 (Event namespace should allow special chars like "+", "$", "/") closed by
- wontfix: I don't think it's necessary to accept any special characters, and doing …
- 10:21 Ticket #11459 (charset attribute of script tag lost when insert html string with .html()) created by
- The .html() call does not handle a script tag with charset attribute …
- 06:37 Ticket #11458 (Event namespace should allow special chars like "+", "$", "/") created by
- It could be fixed by escaping the namespace string before doing the …
03/08/12:
- 22:53 Ticket #11457 (Another slideToggle jump effect) created by
- A div contains a UL with LIs floated left and with percentage widths. When …
- 22:32 Ticket #11456 (.html(htmlString) fails in IE when 1st char is space and a close div tag ...) created by
- when using .html(htmlString), the innerHTML of the specified element will …
- 21:27 Ticket #11336 (Unchecking a radiobutton causes other radiobuttons in the same group to be ...) closed by
- fixed: This was fixed in …
- 21:07 Ticket #11453 (Unable to find these files) closed by
- invalid: Thanks for taking the time to try to contribute to the jQuery project but …
- 21:04 Ticket #11452 (widget dont reset all properties on destroy) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. Unfortunately we …
- 20:37 Ticket #11455 (Response headers unavailable on CORS ajax request) created by
- I have a local (i.e. file:) HTML and a localhost server. The server …
- 14:20 Ticket #11453 (Unable to find these files) created by
- http://dev.jquery.com/view/tags/ui/latest/ui/effects.core.js</script> …
- 14:02 Ticket #11452 (widget dont reset all properties on destroy) created by
- look at this.to at first widget call is 0, after that is 2. …
- 03:00 Ticket #11451 (Bind and Click problem) created by
- $("#RugbySmartQuiz input[type='submit']").bind("click",function(event) { …
- 01:43 Ticket #11450 (focusin | focusout of input texts fire twice when window minimizes.) closed by
- cantfix: Looks like a Chrome bug to me. Here it is in bare DOM with no jQuery: …
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 …
Note: See TracTimeline
for information about the timeline view.
