Timeline
Jan 30, 2014:
- 10:28 AM Ticket #14741 (Improve compatibility with Pointer Events) reopened by
- 10:06 AM Ticket #14741 (Improve compatibility with Pointer Events) closed by
- plugin: Please don't send a PR to add this to core. If you'd like to help with …
- 10:02 AM Ticket #14741 (Improve compatibility with Pointer Events) created by
- "Pointer Events unifies the web event model for touch, mouse, and …
- 3:45 AM Ticket #14682 (:last Selector is not giving the exact result...!!) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 12:49 AM Ticket #14740 ('focus' event is not being triggered on elements that are no attached ...) created by
- Test case: http://jsfiddle.net/DtVq7/1/ Add a 'focus' event listener …
Jan 29, 2014:
- 1:32 PM Ticket #14735 (getUserData() or setUserData() deprecation warning in Firefox) closed by
- notabug: Fun aside, there is not a single use of either getUserData or …
- 8:20 AM Ticket #14683 (ajax: Exceptions thrown synchronously by xhr.send are not caught) closed by
- fixed: Ajax: Protect against exceptions thrown synchronously by xhr.send …
- 8:18 AM Changeset [01c360f]2.2-stablekillphp by
- src/ajax/xhr.js
- test/unit/ajax.js
- 3:19 AM Ticket #14737 (asp.net : 0x800a139e) created by
- Hello When i am executing my ASP.NET project on Visual Studio 2012, i …
Jan 28, 2014:
- 1:29 PM Ticket #14736 (window.getDefaultComputedStyle(elem) may return null) created by
- In Iceweasel 24.2.0 it happens here when I call layout from jQuery …
- 1:26 PM Ticket #14735 (getUserData() or setUserData() deprecation warning in Firefox) created by
- I don't know if this is in older versions of Firefox, but in version …
- 5:51 AM Ticket #14515 (Normalize scrolling of document) reopened by
- I ran into this again and did some actual testing. The "solution" I …
Jan 27, 2014:
- 7:33 PM Ticket #14717 (onbeforeunload doesn't work on iOS 6-7) closed by
- cantfix: You're right, it's not fixed per se, I just blacklisted a failing test …
- 7:33 PM Ticket #14717 (onbeforeunload doesn't work on iOS 6-7) reopened by
- 7:18 PM Ticket #14595 (textbox not responding to keyup event in IE11) reopened by
- If you're the anonymous in comment 20, the reason it auto-closed is …
- 4:01 PM Changeset [53e31f4]2.2-stablekillphp by
- build/tasks/testswarm.js
- 3:17 PM Changeset [b2eb7ec]2.2-stablekillphp by
- test/unit/support.js
- 12:53 PM Ticket #14717 (onbeforeunload doesn't work on iOS 6-7) closed by
- fixed: Tests: Blacklist beforeunload test in iOS iOS has the …
- 9:25 AM Ticket #14734 (Introduce $(con).$(sel) for context based queries instead of $(sel, con)) closed by
- worksforme: You're looking for
.find()
. - 9:22 AM Ticket #14734 (Introduce $(con).$(sel) for context based queries instead of $(sel, con)) created by
- $(selector, context) is not really intuitive. $(context).$(selector) …
- 7:06 AM Ticket #14733 (Ajax memory leak) created by
- I use simple function that refresh a div every 5 second. […] …
- 5:19 AM Ticket #14732 (error in accessing val of element) created by
- [email protected]#$%& CDT !#@$%@ this is my element id when i am trying get values …
Jan 25, 2014:
- 10:07 PM Changeset [988d99a]2.2-stablekillphp by
- test/unit/event.js
- 10:02 PM Changeset [d41fc68d]2.2-stablekillphp by
- build/tasks/dist.js
- 10:01 PM Changeset [d63243d0]2.2-stablekillphp by
- package.json
- 8:57 PM Ticket #14731 (Checking .css('marginRight') after width() can give incorrect results) closed by
- fixed: Fixed in …
- 7:33 PM Ticket #14731 (Checking .css('marginRight') after width() can give incorrect results) created by
- As @timmywil discovered here (with help from @jdalton): …
- 4:01 AM Ticket #14595 (textbox not responding to keyup event in IE11) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jan 24, 2014:
- 8:22 PM Ticket #14727 (after select options) created by
- Hi, there might be a bugs relate to select options using <options> or …
- 1:35 PM Ticket #14726 (NS_ERROR_FAILURE when asynchronously getting script) created by
- I'm getting this error […] When executing this request […] …
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 …
Note: See TracTimeline
for information about the timeline view.