Timeline
Mar 18, 2014:
- 9:29 PM Changeset [a10aa3aa]2.2-stablekillphp by
- test/data/core/dont_return.php
- 5:34 PM Ticket #14897 (Android 2.3 doesn't pass isDefaultPrevented value to bubbled events) created by
- It turns out checking
returnValue
inisDefaultPrevented
code is … - 3:59 PM Changeset [55c196e]2.2-stablekillphp by
- test/unit/event.js
- 3:55 PM Changeset [14e0a63]2.2-stablekillphp by
- test/unit/event.js
- 3:40 PM Ticket #14893 (MSIE 11 context caching removes non-original jQuery properties and methods) closed by
- notabug
- 11:56 AM Ticket #14896 (Issue with IE8) closed by
- notabug: Please ask for help on stackoverflow, …
- 11:55 AM Ticket #14895 (using requestAnimationFrame for events such as resize and scroll) closed by
- notabug: That's a good recommendation for jQuery users to implement in their …
- 11:50 AM Changeset [b507494]2.2-stablekillphp by
- test/data/core/dont_return.php
- 11:22 AM Ticket #14896 (Issue with IE8) created by
- I updated the jQuery from 1.83 to 2.1 using nuget. Everything works …
- 10:36 AM Ticket #14895 (using requestAnimationFrame for events such as resize and scroll) created by
- quoted from MDN: Since resize events can fire at a high rate, …
- 6:55 AM Changeset [c1e9bb9]2.2-stablekillphp by
- build/tasks/testswarm.js
Mar 17, 2014:
- 1:13 PM Ticket #14882 (document.ready doesn't fire in iOS7 for jQuery loaded after window ...) closed by
- fixed: Core: Blacklist the ready test on async-loaded jQuery in iOS7 Fixes …
- 1:13 PM Changeset [551578e]2.2-stablekillphp by
- test/unit/core.js
- 12:15 PM Ticket #14759 (IE8 element.css({ font: 'bold 11px/14px Lucida Grande' }) doesn't work) closed by
- fixed: Closed by …
- 12:06 PM Ticket #14892 (Unable to trigger a checkbox click immediately after changing disabled ...) reopened by
- Oh, NOW I get it. un-disable and then click.
- 11:13 AM Ticket #14894 (IE11: exception when calling $.fn.data() on the body element when it ...) created by
- IE11 throws an exception when calling $.fn.data() on a jQuery …
- 9:08 AM Ticket #14892 (Unable to trigger a checkbox click immediately after changing disabled ...) closed by
- notabug: > I really do want to both enable the checkbox *and* check it. So …
Mar 16, 2014:
- 5:00 PM Ticket #14893 (MSIE 11 context caching removes non-original jQuery properties and methods) created by
- If page is loaded from bfcache (high-level back-forward cache), $. …
- 1:05 PM Ticket #12171 (Event binding on disconnected element causes memory leak in IE7) closed by
- patchwelcome: We don't have the resources or inclination to fix this, and it's not a …
- 12:51 PM Ticket #14753 (finish() and stop(true, true) are inconsistent in their behavior with ...) closed by
- notabug: I believe this was our intention with this method. Stop "the whole …
- 12:40 PM Ticket #14634 (step and progress callbacks should fire for the last frame, before complete) closed by
- notabug: This is actually working as intended. The "step" callback happens …
- 11:58 AM Ticket #14872 (jQuery UI Tooltip Removing Document Title) closed by
- notabug: Closing this ticket since it sounds like it would have to be fixed in …
- 11:54 AM Ticket #14889 (about jquery mobile Radio buttons,can add name="id" in form) closed by
- notabug: This is the jQuery core bug tracker, per the notices everywhere on …
- 11:27 AM Ticket #14283 (width() on table columns fails in IE due wrong rdisplayswap value) closed by
- notabug: I'm going to close this as abuse of the
<col>
element. As mentioned … - 11:04 AM Ticket #14741 (Improve compatibility with Pointer Events) closed by
- fixed: Event: Unit test for #14741 fix Fixes #14741 Closes gh-1503 …
- 10:54 AM Changeset [472f70a]2.2-stablekillphp by
- test/unit/event.js
- 10:49 AM Changeset [e06f428]2.2-stablekillphp by
- src/event.js
- 10:19 AM Changeset [44247b1c]2.2-stablekillphp by
- README.md
Mar 15, 2014:
- 11:14 PM Changeset [aa951a3]2.2-stablekillphp by
- build/tasks/testswarm.js
Mar 14, 2014:
- 1:15 PM Ticket #14892 (Unable to trigger a checkbox click immediately after changing disabled ...) created by
- This bug occurs in Firefox but not Internet Explorer. Code to …
- 8:26 AM Ticket #14890 (TypeError: Argument 1 of Window.getDefaultComputedStyle is not an object) closed by
- notabug: This is the jQuery core bug tracker. Read the page at …
- 8:22 AM Ticket #14891 ($.parseXML exception on nested script tag) closed by
- notabug: Did you actually LOOK at the input to
.parseHTML
, or the console? … - 7:13 AM Ticket #14891 ($.parseXML exception on nested script tag) created by
- The following XML is valid according to http://validator.w3.org/: …
- 2:31 AM Ticket #14890 (TypeError: Argument 1 of Window.getDefaultComputedStyle is not an object) created by
- I use hack for support of client-size XSLT: […] And in funcion …
Mar 13, 2014:
- 11:52 PM Ticket #14889 (about jquery mobile Radio buttons,can add name="id" in form) created by
- when form has input name="id", click radio button throw error …
- 11:22 PM Ticket #14887 (Possible bug for parseHTML) closed by
- notabug: It's a strange case but it's expected. We intentionally don't try to …
- 11:17 PM Ticket #14888 (Add flexbox properties to jQuery.cssNumber to avoid adding "px") closed by
- fixed: CSS: Add flex-grow and flex-shrink to cssNumber Fixes #14888 Closes …
- 11:12 PM Changeset [c29e9c4]2.2-stablekillphp by
- .mailmap
- AUTHORS.txt
- src/css.js
- 10:52 PM Ticket #14888 (Add flexbox properties to jQuery.cssNumber to avoid adding "px") created by
- The
flex-grow
andflex-shrink
properties are numeric and should … - 10:36 PM Changeset [594687a]2.2-stablekillphp by
- README.md
- 8:30 PM Ticket #14887 (Possible bug for parseHTML) created by
- When using parseHTML to parse a string with a single space, it returns …
- 5:27 PM Ticket #14886 (Sizzle Function assumes Type is String) closed by
- notabug: Thank you for opening an issue! Unfortunately, jQuery does not support …
- 5:24 PM Ticket #14885 (selectable vs zooming) closed by
- notabug: Please ask for help on stackoverflow, …
- 12:40 PM Ticket #14886 (Sizzle Function assumes Type is String) created by
- In the Sizzle Function (l. 732) it is assumed in line 806, that …
- 11:00 AM Ticket #14885 (selectable vs zooming) created by
- Hello, thank you for making the development easier, Im using …
- 9:07 AM Ticket #14884 (jQuery not fetching current results for data-attribute) closed by
- notabug: Yes, as documented in http://api.jquery.com/data/ . Use
.attr()
if … - 4:07 AM Ticket #14884 (jQuery not fetching current results for data-attribute) created by
- Please see http://jsfiddle.net/Ldb9G/ I used knockout for this …
Mar 12, 2014:
- 11:24 PM Ticket #14687 (note on AMD best practices) closed by
- fixed: AMD: Note on AMD best practices Fixes #14687 Closes gh-1478 …
- 11:22 PM Changeset [2585ee5]2.2-stablekillphp by
- AUTHORS.txt
- src/exports/amd.js
- 10:26 PM Changeset [854d242]2.2-stablekillphp by
- test/data/core/dont_return.php
- test/data/core/dynamic_ready.html
- 10:02 PM Ticket #14883 (slideDown/Up does not update the dom elements) closed by
- notabug: Please don't open a bug until you've narrowed it down. The SO question …
- 9:59 PM Ticket #14883 (slideDown/Up does not update the dom elements) created by
- See this link for more information. Very annoying though. …
- 9:45 PM Ticket #13997 (stopImmediatePropagation doesn't stop DOM added event listeners) closed by
- fixed: Event: Call underlying stopImmediatePropagation when present Fixes …
- 9:38 PM Ticket #14882 (document.ready doesn't fire in iOS7 for jQuery loaded after window ...) created by
document.ready
doesn't fire in iOS7 for jQuery loaded after window …- 9:11 PM Changeset [6a89db8]2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 8:46 PM Changeset [26ce217]2.2-stablekillphp by
- test/unit/support.js
- 6:08 AM Changeset [22c515c]2.2-stablekillphp by
- build/tasks/testswarm.js
Mar 11, 2014:
- 4:58 PM Ticket #14880 (event.which not consistent across browsers for keydown event) created by
- Try the example at http://api.jquery.com/keydown/ Try it with Google …
- 4:12 PM Changeset [a81dbc4]2.2-stablekillphp by
- build/tasks/testswarm.js
- 5:05 AM Ticket #14831 (click fired double on element) 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.