Timeline
Mar 27, 2014:
- 12:24 PM Ticket #14927 (missing argument declaration) created by
- the "completed" function (called from jQuery.ready.promise) seems to …
- 10:03 AM Ticket #14917 (1.8.3+1 missing jquery.js) closed by
- fixed: Fixed. …
- 8:06 AM Ticket #14926 (JQuery 1.11.0; $.ajax() exception with data) created by
- Dear, If we use […] we got this error due to the variable name …
- 2:08 AM Ticket #14925 (isPlainObject() return true when constructor is null) created by
- function Test() { } Test.prototype = { constructor:null } var t=new …
Mar 26, 2014:
- 5:22 PM Ticket #14923 (Expose responses to .ajax statusCode handlers) created by
- Since a lot of APIs have useful information in the response text …
- 2:38 PM Ticket #14922 (IE11 - Incorrect css('height') of box-sized element if parent is hidden) closed by
- notabug: I don't think we've ever guaranteed that we can accurately get the …
- 12:25 PM Ticket #14922 (IE11 - Incorrect css('height') of box-sized element if parent is hidden) created by
- http://jsfiddle.net/gDR7J/11/ If parent is hidden, css('height') …
- 4:57 AM Ticket #14880 (event.which not consistent across browsers for keydown event) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Mar 25, 2014:
- 10:48 PM Ticket #14916 (The nested promise handlers are queued) closed by
- notabug: The SO answer does a good job of explaining this, and I agree with …
- 10:47 PM Ticket #14917 (1.8.3+1 missing jquery.js) created by
- 1.8.3 tag contains jquery.js in the root level directory whereas …
- 10:10 PM Ticket #14916 (The nested promise handlers are queued) created by
- It's either a documentation or implementation bug (I'd prefer if it …
- 1:41 PM Ticket #14915 (Warn if Sizzle isn't the most recent tag during a release) created by
- Or something. Our Sizzle was way out of date for the beta1 releases …
- 1:38 PM Ticket #14901 ("Unsafe HTML" warnings in WWA) reopened by
- 8:48 AM Ticket #14914 (jQuery.indexOf fails where Array.prototype.indexOf works) closed by
- notabug: You have the arguments backwards. http://jsfiddle.net/zVsr5/2/ …
- 2:43 AM Ticket #14914 (jQuery.indexOf fails where Array.prototype.indexOf works) created by
- If you add an element to an array, and then use the jQuery.appendTo …
Mar 24, 2014:
- 2:17 PM Ticket #14913 (HTML1701 errors on loading jQuery in a Windows Store application) closed by
- duplicate: Duplicate of #14901. Please test with …
- 1:39 PM Ticket #14913 (HTML1701 errors on loading jQuery in a Windows Store application) created by
- Code added to fix Ticket #12359 and separately to fix Ticket #11217, …
- 1:59 AM Ticket #14911 (Memory leak issue by using jQuery Library v1.10.1) created by
- Hello All, I am searching for these from many days and visited lot of …
Mar 23, 2014:
- 7:57 PM Ticket #14906 (.css() tries to call camelCase on undefined in version 1.11.0) closed by
- notabug
Mar 22, 2014:
- 3:53 PM Ticket #14906 (.css() tries to call camelCase on undefined in version 1.11.0) created by
- .css() tries to call camelCase on undefined Versions: 1.11.0, 1.9.1 …
Mar 21, 2014:
- 3:22 PM Ticket #14903 (IE 11 fullscreen inside iframe needs workaround) created by
- IE 11 has a bug in its fullscreen support. If the element being made …
- 12:33 PM Changeset [5265cda]2.2-stablekillphp by
- build/release.js
- package.json
Mar 20, 2014:
- 11:36 PM Ticket #14902 (Use element.matches in alternate selector engine if it's available) closed by
- fixed: Selector: Use Element.matches in selector-native if available Spec: …
- 11:32 PM Changeset [2c2c93c]2.2-stablekillphp by
- AUTHORS.txt
- src/selector-native.js
- 11:27 PM Ticket #14902 (Use element.matches in alternate selector engine if it's available) created by
- See https://github.com/jquery/jquery/pull/1524
- 11:19 PM Ticket #14897 (Android 2.3 doesn't pass isDefaultPrevented value to bubbled events) closed by
- fixed: Event: Fix isDefaultPrevented for bubbled events in Android 2.3 Fixes …
- 11:16 PM Changeset [ad032d3]2.2-stablekillphp by
- src/event.js
- 10:57 PM Ticket #14848 (on at least some form elements .hide(0) acts as a toggle instead of ...) closed by
- fixed: Effects: Don't overwrite display:none when .hide()ing hidden elements …
- 10:54 PM Changeset [890d441]2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 10:49 PM Ticket #14750 ($.show() after $.hide() sometimes does not restore the correct display ...) closed by
- fixed: CSS: jQuery#hide should always save display value Fixes #14750 Closes …
- 10:37 PM Changeset [5a8f769]2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 6:01 PM Ticket #14852 (jQuery done() function throw a excption but not enclosed within a try block) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 6:01 PM Ticket #14837 (Not properly packaged for Bower) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:15 PM Ticket #14901 ("Unsafe HTML" warnings in WWA) closed by
- fixed: https://github.com/jquery/jquery/commit/85af4e6412e49c2e6a872feef00718a …
- 4:56 PM Ticket #14901 ("Unsafe HTML" warnings in WWA) created by
- See https://github.com/jquery/jquery/pull/1537
- 4:54 PM Changeset [85af4e64]2.2-stablekillphp by
- src/manipulation/support.js
- 3:56 PM Ticket #14858 (jQuery 1.11.0 and up - .val() of option with no value attribute ...) closed by
- fixed: Attributes: Trim whitespace from option text when returned as a value …
- 3:47 PM Changeset [541e734]2.2-stablekillphp by
- AUTHORS.txt
- src/attributes/val.js
- test/unit/attributes.js
- 3:12 PM Ticket #14686 (val() throws invalid argument in Internet Explorer 10-11) closed by
- fixed: Fixed at …
- 3:01 PM Ticket #14898 (jQuery 1.x doesn't support embed load events, while 2.x does) closed by
- notabug: We can't reliably attach data to
embed
elements in IE<8. The docs … - 2:51 PM Ticket #14900 (CSS line-height bug in Firefox) closed by
- notabug: Please ask for help on a forum.
- 2:51 PM Ticket #14899 (Invalid argument error on IE with jQuery 1.6.3 lib) closed by
- notabug: Please ask for help on a forum.
- 2:43 PM Ticket #14736 (window.getDefaultComputedStyle(elem) may return null) closed by
- fixed: CSS: window.getDefaultComputedStyle may return null Fixes #14736 …
- 2:42 PM Changeset [e547a27]2.2-stablekillphp by
- AUTHORS.txt
- src/css/defaultDisplay.js
- 1:28 PM Ticket #14900 (CSS line-height bug in Firefox) created by
- I found a bug, but don't know if it firefox or jquery related, so post …
- 12:50 PM Changeset [ca0086b]2.2-stablekillphp by
- AUTHORS.txt
- src/core.js
- 12:38 PM Changeset [9ad6e7e]2.2-stablekillphp by
- speed/benchmark.js
- speed/benchmarker.css
- speed/benchmarker.js
- speed/closest.html
- speed/css.html
- speed/event.html
- speed/filter.html
- speed/find.html
- speed/index.html
- speed/jquery-basis.js
- …
- 12:33 PM Changeset [d3c1ce9]2.2-stablekillphp by
- package.json
- 12:33 PM Changeset [3ffd95b]2.2-stablekillphp by
- package.json
Note: See TracTimeline
for information about the timeline view.