Timeline
Jan 23, 2014:
- 9:47 PM Ticket #14725 (Event.data is proposed to be used for input events) created by
- In the DOM3 event specification …
- 9:21 PM Ticket #14724 (.always() does not wait for .fail()) closed by
- notabug: That's not the way
.fail()
works. It adds a handler to the existing … - 9:08 PM Ticket #14724 (.always() does not wait for .fail()) created by
- See this fiddle: http://jsfiddle.net/9TtkL/1/ If you have a promise …
- 5:49 PM Ticket #14705 (Incorrect document height) closed by
- notabug
- 4:12 PM Changeset [4655c3d]2.2-stablekillphp by
- bower.json
- package.json
- 4:12 PM Milestone 2.1 completed
- 4:12 PM Milestone 1.11/2.1 completed
- 4:07 PM Milestone 1.11 completed
- 4:00 PM Changeset [de7702a]2.2-stablekillphp by
- build/release.js
- 3:22 PM Ticket #14723 (.outerWidth( val ) doesn't handle selects properly) created by
- Broken: http://jsbin.com/uyufEVAn/5/edit Explicitly setting …
- 2:31 PM Ticket #14722 (Recursively extending as object with another object with an empty ...) closed by
- notabug: This is the correct behaviour, jQuery.extend will not attempt to …
- 1:43 PM Ticket #14716 (Textarea isn't cloned properly in IE11) closed by
- fixed: Manipulation: Use textarea for missing IE defaultValue check IE11 …
- 1:26 PM Ticket #14722 (Recursively extending as object with another object with an empty ...) created by
- […] I would expect the result to still contain the 'subkey' …
- 1:04 PM Changeset [a2049422]2.2-stablekillphp by
- src/manipulation/support.js
- test/unit/support.js
- 12:42 PM Ticket #14542 (Add jQuery.Callbacks.forget) closed by
- notabug: Let's pass on this.
- 11:52 AM Ticket #14714 (jQuery(form).attr('action') returns undefined in IE11) closed by
- notabug: Closing until it can be reproduced.
- 11:51 AM Ticket #14483 (the promise of a promise is not the promise) closed by
- notabug: I think we should leave our existing implementation alone and not …
- 11:48 AM Ticket #14713 (possible regex/keyup bug with Chrome?) closed by
- duplicate: Duplicate of #14282.
- 11:47 AM Ticket #14704 (Make .trigger() accept varargs to event data) closed by
- wontfix: You're right. It is a back-compat issue. Consider this case... …
- 11:37 AM Ticket #14710 (.animate() not working when animating opacity and top on absolutely ...) closed by
- worksforme: Works for me in Chrome stable 32.0.1700.77 http://jsbin.com/ekozOnA/7/edit
- 11:33 AM Ticket #14698 (Animate glitch with margin overflow) closed by
- notabug: I think this is the correct behavior. It is not opinionated about the …
- 11:06 AM Ticket #13119 (Make jQuery releases available via npm) closed by
- fixed: Closing as no more work need be done to ensure the final release goes …
- 11:04 AM Ticket #14677 (jQuery does not work as expected with browserify in the browser) closed by
- fixed: Working fix by this commit: …
- 11:02 AM Ticket #14663 (jQuery 1.11.0-beta3 on npm) closed by
- fixed: Explanation here: …
- 3:53 AM Ticket #14678 ($(element).closest('FORM') sometimes returns an array instead of the ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jan 22, 2014:
- 11:29 PM Ticket #14717 (onbeforeunload doesn't work on iOS 6-7) created by
- iOS doesn't seem to support the
onbeforeunload
event but … - 11:11 PM Ticket #14709 ($(window).is(":visible") incorrectly returns false) closed by
- notabug
- 3:49 PM Changeset [3f3f458]2.2-stablekillphp by
- test/unit/support.js
- 3:35 PM Changeset [37d036a]2.2-stablekillphp by
- test/unit/support.js
- 2:58 PM Ticket #14664 (Support the component packager) closed by
- wontfix: See the PR.
- 9:33 AM Ticket #14716 (Textarea isn't cloned properly in IE11) created by
- IE11 fails the test checking for defaultValue to be cloned properly in …
- 6:06 AM Ticket #14715 ("Promise" function resetting numbered bullets to zero) created by
- JSBin Link: http://jsbin.com/iViSIxo/2/watch?html,js,output Browsers …
- 12:51 AM Ticket #14714 (jQuery(form).attr('action') returns undefined in IE11) created by
- Code was <form action="index.php?option=someoption&task=sometask" …
Jan 21, 2014:
- 10:26 PM Ticket #14713 (possible regex/keyup bug with Chrome?) created by
- I have encountered a regex problem when using jQuery's latest minified …
- 2:27 PM Ticket #14712 (Use performance.timing to detect already ready state) created by
- Now that we have performance.timing (prefixed or not), it might make …
- 7:30 AM Ticket #14711 (Click handler is not attach to new elements when once removed from the dom) closed by
- notabug: http://api.jquery.com/detach/
- 7:25 AM Ticket #14711 (Click handler is not attach to new elements when once removed from the dom) created by
- http://jsfiddle.net/SUQYM/ When you create a dom with a click handler …
- 6:02 AM Changeset [c11becb]2.2-stablekillphp by
- test/unit/effects.js
Jan 20, 2014:
- 6:29 PM Ticket #14685 (.height() inconsistencies with hidden elements) closed by
- notabug: Ported to a docs issue: https://github.com/jquery/api.jquery.com/issues/421
- 6:18 PM Ticket #14695 (keypress behavior on select tag differs depending on multiple attribute) closed by
- notabug: > Note: as the keypress event isn't covered by any official …
- 4:33 PM Ticket #14710 (.animate() not working when animating opacity and top on absolutely ...) created by
- For some reason, in Chrome, jQuery can animate the top or opacity …
- 2:04 PM Ticket #2252 (Setting select value via val() shows error in IE6) closed by
- fixed: Better late than never, fixed via …
- 2:02 PM Ticket #2252 (Setting select value via val() shows error in IE6) reopened by
- 12:53 PM Ticket #14709 ($(window).is(":visible") incorrectly returns false) created by
- From jQuery 1.10 onwards, the
is()
method returnsfalse
instead of … - 12:11 PM Ticket #14700 (HTML5 style prevents jQuery animation) closed by
- notabug: Since you set
transition-duration
to 3s, changing opacity via … - 9:26 AM Ticket #14634 (step and progress callbacks should fire for the last frame, before complete) reopened by
- 3:38 AM Ticket #14634 (step and progress callbacks should fire for the last frame, before complete) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jan 19, 2014:
- 3:56 AM Ticket #14661 (Animate doesn't work with percent-values) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:56 AM Ticket #14656 (Sizzle doesn't correctly select cloned HTML5 nodes in IE8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jan 17, 2014:
- 4:52 PM Ticket #14702 (Problem with npm package for jquery 'latest') closed by
- fixed: We republished both RCs. I am able to install now so I'm closing it. …
- 4:32 PM Ticket #14705 (Incorrect document height) created by
- $(document.body).height() on www.medium.com gives an incorrect value. …
- 7:40 AM Ticket #14704 (Make .trigger() accept varargs to event data) created by
- Whenever I need to pass aditional parameters to .trigger(), I always …
- 1:12 AM Ticket #14701 ($.fn.find( jQuery ) broken in 2.1.0pre) closed by
- fixed: Traversing: Check all pairwise element combinations for .find( els ) …
- 12:38 AM Changeset [391c21b]2.2-stablekillphp by
- src/traversing/findFilter.js
- test/unit/traversing.js
Jan 16, 2014:
- 10:04 PM Ticket #14702 (Problem with npm package for jquery 'latest') created by
- $ npm install jquery npm http GET https://registry.npmjs.org/jquery …
- 4:49 PM Ticket #14701 ($.fn.find( jQuery ) broken in 2.1.0pre) created by
- I'm pretty sure this use of $.fn.find is valid, but please let me know …
- 4:47 PM Ticket #14700 (HTML5 style prevents jQuery animation) created by
- I am using this to fade an image in and out: […] I added this …
- 1:25 PM Ticket #14698 (Animate glitch with margin overflow) created by
- http://codepen.io/anon/pen/snlhv
Note: See TracTimeline
for information about the timeline view.