Timeline
Mar 4, 2014:
- 9:50 PM Ticket #14802 (User defined onready function on the window is triggered when jQuery ...) closed by
- fixed: Core: Do not run window.onready when ready Fixes #14802 Changeset: …
- 9:50 PM Ticket #14792 (Inconsistent .css('font-weight') return values) closed by
- fixed: CSS: Return values should be numbers Fixes #14792 Changeset: …
- 9:50 PM Ticket #14791 (Triggering beforeunload throws exception) closed by
- fixed: Event: Allow triggerHandler(beforeunload) Fixes #14791 Changeset: …
- 9:50 PM Ticket #14773 (load() with selector doesn't work) closed by
- fixed: Ajax: .load() should trim its selector Fixes #14773 Changeset: …
- 9:50 PM Ticket #14179 ($.isNumeric returns true if argument is an array that contains one integer) closed by
- fixed: Core: Arrays like [42] should fail .isNumeric() Fixes #14179 …
- 9:02 PM Ticket #14849 (Improve outerWidth / outerHeight on hidden elements) created by
- jQuery has a hack for returning width/height of hidden elements by …
- 9:00 PM Changeset [2df1aad]2.2-stablekillphp by
- src/core/ready.js
- test/data/core/onready.html
- test/unit/core.js
- 8:58 PM Changeset [f4b37d8]2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 8:49 PM Changeset [06adf7c]2.2-stablekillphp by
- src/event.js
- test/data/event/triggerunload.html
- test/unit/event.js
- 8:43 PM Changeset [3a68c11]2.2-stablekillphp by
- src/ajax/load.js
- test/data/test3.html
- test/unit/ajax.js
- 8:40 PM Changeset [10efa1f]2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 7:32 PM Ticket #14848 (on at least some form elements .hide(0) acts as a toggle instead of ...) created by
- If .hide() is applied with duration 0 (I haven't actually tried other …
- 7:32 PM Ticket #14847 (Animate function broken with margin) created by
- Hi guys. Try this: http://jsfiddle.net/uK3Ae/2/ When we have an …
- 5:09 PM Ticket #14794 (String.prototype.trim doesn't trim Unicode whitespaces in Android <4.1) closed by
- fixed: Core: Remove native String#trim usage to save size Fixes #14794 …
- 5:08 PM Changeset [279913c7]2.2-stablekillphp by
- src/core.js
- src/var/trim.js
- 5:07 PM Ticket #14794 (String.prototype.trim doesn't trim Unicode whitespaces in Android <4.1) reopened by
- 4:38 PM Ticket #14846 ($.buildFragment does not correctly include whitespace in IE8) created by
- Here's a fiddle demonstrating the issue: http://jsfiddle.net/p6Way/1/. …
- 3:17 PM Ticket #14845 (CSS: Don't add 'px' to '-ms-flex-order') created by
- Currently, jQuery erroneously adds "px" to the css property …
- 12:12 PM Ticket #13965 (ajax request never completes if user downloads a file) closed by
- cantfix: Oh that makes sense, and it's something we can't control.
- 11:24 AM Ticket #13450 ("no element found" in Firefox when $.post reply has no Content-Type) closed by
- cantfix: Per the lengthy discussion above, this is a Firefox bug, tracked at …
- 10:14 AM Ticket #14843 (function buildParams not serialize Date in correct format.) closed by
- notabug: That is the browser's
.toString()
representation of a Date object. … - 10:13 AM Ticket #14842 (FISHEYE MENU problem with Jquery 2.1.0) closed by
- notabug: This isn't a jQuery core bug report. Even if you report this to the …
- 5:01 AM Ticket #14844 (buildFragment process "script" element error) created by
- i use jquery to insert an html, which contains "script" element. the …
Mar 3, 2014:
- 11:29 PM Ticket #14843 (function buildParams not serialize Date in correct format.) created by
- buildParams the method serializes the date type to Content-Type: …
- 8:36 PM Ticket #10550 (clone does not transfer checked state for input[type=checkbox] in IE9) closed by
- cantfix: jQuery doesn't control the serialized HTML string representation of …
- 5:00 PM Ticket #14842 (FISHEYE MENU problem with Jquery 2.1.0) created by
- The API fadein not work with Fisheye.
- 2:09 PM Ticket #14841 (Allow `each` to accept optional context parameter) closed by
- plugin: A feature like this isn't required by our internal uses, and as you …
- 1:24 PM Ticket #14841 (Allow `each` to accept optional context parameter) created by
- First off, I know that there are several ways of accomplishing this …
- 10:37 AM Ticket #14348 (Make jQuery Migrate CDN cacheable (SSL) by adding "cache-control: public") closed by
- notabug: Moved to our infrastructure issues list.
- 10:32 AM Ticket #14840 ($(elem).attr and elem.getAttribute get diffrent values) closed by
- notabug: The documentation on
.data()
says that it gets thedata-
… - 7:52 AM Ticket #14840 ($(elem).attr and elem.getAttribute get diffrent values) created by
- […] in the real word, i use a mvvm framework. The attr changes by …
Mar 2, 2014:
- 2:34 PM Ticket #14838 (Extend maintains reference to jQuery objects) closed by
- notabug: This is intended behavior, see explanation here: …
Mar 1, 2014:
- 10:34 PM Ticket #14839 (jQuery.data first access performance very bad) created by
- http://jsfiddle.net/6DLSw/12/ 2s+ first time, ~50ms later on. The …
- 7:47 PM Ticket #14838 (Extend maintains reference to jQuery objects) created by
- When extending a simple object which contains a jQuery object, the …
- 6:15 PM Ticket #14341 (Remove context and selector properties) closed by
- notabug: I don't think we can remove them any time soon. They are not documented.
- 5:38 PM Ticket #14726 (NS_ERROR_FAILURE when asynchronously getting script) closed by
- notabug: Oh never mind, I see the problem. You can't get an external script …
- 5:24 PM Ticket #14449 (Allow done/fail callbacks to return deferreds) closed by
- notabug: Per recent team discussions, we're moving towards Promise and I don't …
- 5:20 PM Ticket #13717 ($.Deferred helper methods to resolve/reject) closed by
- plugin: I don't think we are looking to add features, let's focus on Promise …
- 5:16 PM Ticket #14507 (Port .uniqueId() and .removeUniqueId() from jQuery UI) closed by
- notabug: We don't need these and they're not part of our DOM core competency, …
- 5:13 PM Ticket #14001 (Easy context switching (temporarily load in an iFrame)) closed by
- notabug: It's interesting, but nobody's taken it up as a cause and I can also …
- 4:54 PM Ticket #14545 (In-body style element returns nonzero dimensions) closed by
- wontfix: See the discussion in https://github.com/jquery/jquery/pull/1445, …
- 4:39 PM Ticket #13193 (document.ready not firing on Firefox, Opera with XSLT and XML) closed by
- patchwelcome: Given that XSLT seems to be on its way out in Chrome …
Feb 28, 2014:
- 12:13 PM Ticket #14837 (Not properly packaged for Bower) created by
- Please add proper Bower packaging, including bower module exports. …
- 3:38 AM Ticket #14780 (Bug in jquery-1.11.0.js) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Feb 26, 2014:
- 8:19 AM Ticket #14827 (Selection / unselection of multiselect options doesn't visually work on iOS) closed by
- notabug: Unfortunately we don't have very good contacts within Apple to get …
- 5:45 AM Ticket #14836 (Css -webkit-transistion, transition not set under Chrome) created by
- When setting transition using a litteral object such as : […] And …
Feb 25, 2014:
- 9:02 AM Ticket #14515 (Normalize scrolling of document) closed by
- notabug: It sounds like this isn't something we can normalize, and we have a …
Note: See TracTimeline
for information about the timeline view.