Timeline
Dec 10, 2012:
- 9:48 PM Changeset [55313d3]1.12-stable2.2-stablekillphp by
- src/sizzle
- test/data/testrunner.js
- test/index.html
- test/unit/attributes.js
- test/unit/event.js
- test/unit/manipulation.js
- test/unit/offset.js
- test/unit/selector.js
- test/unit/traversing.js
- 8:58 PM Ticket #10417 (Remove second arg from setTimeout calls (WAS jQuery.later)) closed by
- fixed: Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065. …
- 8:51 PM Changeset [d41b983]1.12-stable2.2-stablekillphp by
- src/ajax/xhr.js
- src/core.js
- src/effects.js
- 8:45 PM Changeset [cef044d]1.12-stable2.2-stablekillphp by
- test/data/testrunner.js
- 8:19 PM Changeset [3c7f2af]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 6:42 PM Ticket #13028 (stop(true, true) on parent element causing child element's style to be ...) created by
- Example jsfiddle w jQuery 1.8.3, jquery ui 1.9.2 (in the Resources …
- 4:48 PM Ticket #13027 (windows javascript runtime error.) closed by
- notabug: We're the publishers. My mom can verify. If you need more, ask for …
- 4:42 PM Ticket #13027 (windows javascript runtime error.) created by
- The publisher of jquery-1.8.3.js couldn't be verified.
- 1:52 PM Ticket #13021 (each() cannot work well with a literal object who has a length member) closed by
- fixed: Fixes #13021. Normalization of core utility array like detection based …
- 1:52 PM Changeset [07a7b3e]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 11:05 AM Ticket #13026 (.focus() on disabled input inside try causes issues (IE8)) created by
- Version: 1.7.2 - 1.8.3 (didn't test any lower). On IE8 (latest Chrome …
- 10:05 AM Changeset [7d5b86e]1.12-stable2.2-stablekillphp by
- src/css.js
- 9:59 AM Ticket #13025 (Can jQuery successfully execute in strict mode?) closed by
- notabug: It's already in 1.9 pre-beta: http://code.jquery.com/jquery-git.js
- 9:55 AM Ticket #13025 (Can jQuery successfully execute in strict mode?) created by
- I've added the use-strict directive at the beginning of the outermost …
- 7:39 AM Ticket #13024 (Appending a table row beginning with a tab char doesn't work under IE7) created by
- When trying to append a table row directly to a table element, it …
Dec 9, 2012:
- 10:32 PM Ticket #12577 ('SCRIPT3: Member not found' with .attr(novalidate or aria-nocomplete)) reopened by
- Can you post a link to your Microsoft report at connect.microsoft.com? …
- 10:15 PM Ticket #13023 (jQuery throws "Member not found" when attributes are added to a FORM tag.) closed by
- duplicate: Duplicate of #12577.
- 9:53 PM Ticket #13023 (jQuery throws "Member not found" when attributes are added to a FORM tag.) created by
- Windows 8/IE10 compatibility http://jsfiddle.net/xPc3p/2/
- 2:46 PM Changeset [2eda329b]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- src/traversing.js
- 2:12 PM Ticket #13019 (New pre-1.9 .replaceWith() behavior leaks data and events) closed by
- fixed: Fix #13019. Disconnected nodes with .replaceWith are a noop. Close …
- 2:10 PM Changeset [f8f52cf]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 2:00 PM Ticket #13022 (Warning when setting value of a <select>, where options have value ...) closed by
- notabug: I see the warning but it's not in jQuery code. …
- 12:29 PM Ticket #10467 (Deferreds should always resolve asynchronously) closed by
- wontfix: In the email thread we had, it seemed like there was just too much …
- 2:32 AM Ticket #13022 (Warning when setting value of a <select>, where options have value ...) created by
- <select name="t_title"> <option value=""></option> <option …
- 2:25 AM Ticket #13021 (each() cannot work well with a literal object who has a length member) created by
- if i have a literal object: […] the each() function cannot …
Dec 8, 2012:
- 8:51 PM Ticket #13020 (function matcherFromTokens preventing deletion from detached DOM tree) closed by
- worksforme: Look closer at lines 4925 to 4930 in your file and you'll see that the …
- 7:20 PM Ticket #13020 (function matcherFromTokens preventing deletion from detached DOM tree) created by
- I have been trying to track down a significant memory leak in my …
- 7:09 PM Ticket #11735 (Remove the .attr("value") attrHook) closed by
- duplicate: Duplicate of #12600.
- 6:04 PM Changeset [d343e6b9]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 2:28 PM Ticket #13019 (New pre-1.9 .replaceWith() behavior leaks data and events) created by
- The changes to 1.9
.replaceWith()
that update the set for a …
Dec 7, 2012:
- 12:14 PM Ticket #13017 (parseXML doesn't allow access to attributes of root node) closed by
- notabug: Please ask for help on the forum. You're looking in the
#document
… - 12:05 PM Ticket #13017 (parseXML doesn't allow access to attributes of root node) created by
- See your parseXML example, replaced the first append with: $( …
- 11:07 AM Ticket #13016 (jQuery.event.dispatch IE8 bug ( if event.target is removed in "click" ...) created by
- After cur is iterated: […] the top element in IE8 …
- 9:14 AM Ticket #11405 (deferred.notify() invokes progressCallbacks with deferred as context) closed by
- fixed: Deferred: .resolve(), .reject() and .notify() now set the callback …
- 9:14 AM Changeset [23d7cf0]1.12-stable2.2-stablekillphp by
- src/deferred.js
- test/unit/deferred.js
- 9:11 AM Ticket #13015 (Backbone Events are not binded to element with class name in an inline ...) closed by
- duplicate: Duplicate of #10791. Use
[class~="foo"]
when selecting SVG … - 8:53 AM Ticket #13015 (Backbone Events are not binded to element with class name in an inline ...) created by
- Backbone Events are not binded to element with class name in an inline …
- 8:23 AM Ticket #13014 (demo in FAQ not working) created by
- For the FAQ, 1.7 How do I disable/enable a form element? the demo …
- 4:11 AM Ticket #12800 (Error not handled calling https from http without installed certificate) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Dec 6, 2012:
- 9:19 PM Ticket #13013 (Move jQuery.buildFragment() to compat plugin) closed by
- fixed: Fix #13013. Move jQuery.buildFragment() to compat plugin. Changeset: …
- 9:17 PM Changeset [282c044]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- 9:06 PM Ticket #13013 (Move jQuery.buildFragment() to compat plugin) created by
- Paul Ramos stubbed out the frag cache via #11989. Since there are only …
- 6:10 PM Ticket #12999 (bug using append() on tag <section> in IE8) closed by
- notabug: It probably has to do with the lack of an …
- 6:00 PM Ticket #13010 (After spacing the autocomplete suggestion hide) closed by
- notabug: Unfortunately, we are unable to assist with issues related to support, …
- 5:59 PM Ticket #13009 (Hi ticker error) closed by
- notabug: Please ask for help on the forums or in the …
- 5:01 PM Changeset [747600b]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 1:46 PM Changeset [5dd8a90]1.12-stable2.2-stablekillphp by
- .jshintrc
- grunt.js
- src/.jshintrc
- test/.jshintignore
- test/.jshintrc
- test/data/test.js
- test/data/testinit.js
- test/data/testrunner.js
- 1:36 PM Ticket #13012 (Animation on descendent element does not work on first mouseover with ...) created by
- When attempting to animate a descendent element using the .hover() …
- 10:29 AM Ticket #13011 (Setting type attribute on an input doesn't work as intended) created by
- Testcase: http://jsfiddle.net/yeqcf/1/ Using the following example …
- 9:15 AM Ticket #13010 (After spacing the autocomplete suggestion hide) created by
- I have using the autocomplete jquery plugin. I am facing an issue. i …
- 8:44 AM Ticket #13007 (Trigger & bind a custom event with eventType is the same of method ...) closed by
- notabug: As documented. http://api.jquery.com/trigger/
- 8:43 AM Ticket #13008 (Invalid JSON error is coming when there is a '\' character in any of ...) closed by
- notabug: Please ask for help on the forum.
- 5:45 AM Ticket #13009 (Hi ticker error) created by
- Hi This is my error where I am trying to get a ticker <script …
- 4:05 AM Ticket #12938 (IE 7 bug in find() method) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #12936 (TypeError: matchExpr[type].exec is not a function) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #12871 (IE7 and IE8 issues with .load() and .html()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #12843 (Doble llamado a functiones) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #12835 (select - onchange bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #12834 (SCRIPT5007: Unable to get value of the property 'nodeType': object is ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:34 AM Ticket #13008 (Invalid JSON error is coming when there is a '\' character in any of ...) created by
- Hi, I have a tree structure in my application, when i give a "\" …
- 2:45 AM Ticket #13007 (Trigger & bind a custom event with eventType is the same of method ...) created by
- Class = function() {} Class.prototype = { method: function() { …
Dec 5, 2012:
- 11:47 PM Changeset [26bf8dd]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:30 PM Changeset [9bfe9e7]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:42 PM Changeset [abe009c]1.12-stable2.2-stablekillphp by
- src/sizzle
- 9:05 PM Ticket #13006 (postMessage events lack data) closed by
- notabug: jQuery's
Event
object only normalizes a small set of properties, as … - 5:08 PM Ticket #13006 (postMessage events lack data) created by
- The postMessage API takes two arguments: a message and a targetOrigin. …
- 11:49 AM Ticket #13004 (In Chrome (23.0.1271.95 m) on page with Adobe Flash Animation stops ...) closed by
- cantfix: Thanks for your contribution, however this is not an issue that is …
- 11:43 AM Ticket #13005 (This jquery script does not work in IE8) created by
- Works great in firefox, but fails in IE8, not sure why. […]
- 11:28 AM Ticket #13004 (In Chrome (23.0.1271.95 m) on page with Adobe Flash Animation stops ...) created by
- In Chrome (23.0.1271.95 m) on page with Adobe Flash Animation stops …
- 8:54 AM Changeset [b7ece8c6]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- test/data/ajax/echo/index.php
- test/data/ajax/headers/cache/index.php
- test/data/ajax/headers/request/index.php
- test/data/ajax/headers/response/index.php
- test/data/atom+xml.php
- test/data/badcall.js
- test/data/badjson.js
- test/data/cleanScript.html
- test/data/dashboard.xml
- …
- 8:54 AM Changeset [6df2900]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- 8:54 AM Changeset [7f7007d]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/unit/ajax.js
- 8:41 AM Ticket #13003 (Error in Selector raises exception $('$something')) closed by
- notabug: jQuery intentionally raises exceptions on invalid selectors to make it …
- 2:55 AM Ticket #13003 (Error in Selector raises exception $('$something')) created by
- jQuery is raising an error when using selectors which say …
- 2:12 AM Changeset [20608b3]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/unit/ajax.js
Dec 4, 2012:
- 10:14 PM Changeset [4437002]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
expect()
value before fn call. :purple_heart:- 10:10 PM Ticket #12960 (Move the Style Guide into our repository) closed by
- fixed: https://github.com/jquery/contribute.jquery.com/commit/419477d6474fc0f5 …
- 9:50 PM Ticket #12449 (replaceWith() doesn't clone elements where required) closed by
- fixed: Fixes #12449. make replaceWith() clone elements where required. Closes …
- 9:50 PM Changeset [551c2c9f]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 9:36 PM Ticket #12756 (Format all code in unit tests to conform to the style guide) reopened by
- 9:33 PM Ticket #11989 (Investigate fragment cache performance in terms of large html fragments) closed by
- fixed: Fix #11989. Remove fragment cache, moving to jquery-compat. Close …
- 9:30 PM Changeset [13449a99]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- test/unit/manipulation.js
- 9:23 PM Ticket #13001 (replaceWith fails to replace all objects) closed by
- duplicate: Duplicate of #12449.
- 9:11 PM Ticket #13000 (this has no function in $(window).width(500); all browsers) closed by
- cantfix: The ability to change the size of the browser window has long been a …
- 8:54 PM Ticket #12874 ($.ajax add is not defined) closed by
- notabug: We haven't received replies on this, and it's not clear how this can …
- 8:48 PM Ticket #12756 (Format all code in unit tests to conform to the style guide) closed by
- fixed: Fix #12756. Restyle manipulation unit tests. Close gh-1053. …
- 8:42 PM Changeset [ec72d9f]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 11:40 AM Ticket #13002 (Passing MVC path with an Area as URL in .ajax()) created by
- When passing in an MVC path with a specified area …
- 10:52 AM Ticket #13001 (replaceWith fails to replace all objects) created by
- I recently came across the following problem. When trying to use …
- 10:50 AM Ticket #1886 (Add jQuery.reduce()) closed by
- plugin: We wouldn't land this in jQuery unless we needed it internally.
- 10:49 AM Ticket #1886 (Add jQuery.reduce()) reopened by
- This can be done as a plugin. If you have created one, please post a …
- 7:17 AM Ticket #13000 (this has no function in $(window).width(500); all browsers) created by
- Hallo everybody, i want to change the window width but when i use …
- 4:46 AM Ticket #12999 (bug using append() on tag <section> in IE8) created by
- this valid html5 document will raise an error in IE8 (access to …
- 1:45 AM Changeset [2a419a7]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- 1:40 AM Changeset [228ab3d]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- test/data/ajax/echo/index.php
- test/data/ajax/headers/cache/index.php
- test/data/ajax/headers/request/index.php
- test/data/ajax/headers/response/index.php
- test/data/atom+xml.php
- test/data/badcall.js
- test/data/badjson.js
- test/data/cleanScript.html
- test/data/dashboard.xml
- …
- 12:44 AM Ticket #10539 (animate() might cause error in IE6-8) closed by
- fixed
Dec 3, 2012:
- 11:44 PM Ticket #12856 (Syntax error, unrecognized expression in jquery 1.8+) closed by
- fixed: Fix #12856: keep PSEUDO regex non-greedy Changeset: …
- 11:43 PM Changeset [3ab2634]1.12-stable2.2-stablekillphp by
- src/sizzle
- 9:46 PM Ticket #12998 ($('input').attr('tagName') !== 'INPUT') closed by
- notabug: There is no
tagName
attribute on that element. There is atype
, … - 9:43 PM Ticket #12998 ($('input').attr('tagName') !== 'INPUT') created by
- I can't get the expected tagName of input (IE10, Firefox17, Chrome23, …
- 1:06 PM Ticket #12943 (IE7: .text() returns empty string on <script> elements) closed by
- wontfix: Use
$('script[type="text/x-data"]').html()
to return the contents of … - 1:02 PM Ticket #9832 (text(), html() and append() don't work on <style> elements in IE8) closed by
- wontfix: text() is implemented via Sizzle and adding a special case to …
- 11:32 AM Changeset [4ada325]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/data/testrunner.js
- 10:56 AM Ticket #12997 (Values not read correctly from input) closed by
- notabug: You're comparing strings, not numbers. This is unrelated to jQuery, …
- 10:46 AM Ticket #12997 (Values not read correctly from input) created by
- Quite a considerable bug if you ask me... (Tried to recreate the bug …
- 8:39 AM Ticket #12991 (Impossible to download) closed by
- duplicate: Duplicate of #10536.
- 8:19 AM Ticket #12992 (UI dialog bug for browser.msie) closed by
- notabug: This is neither the correct place to report jQuery UI bugs, nor is it …
- 4:59 AM Ticket #12993 (jquery, on, event target) created by
- html: <ul> <li><span>001</span></li> <li><span>002</span></li> …
- 4:31 AM Ticket #12992 (UI dialog bug for browser.msie) created by
- $.widget("ui.dialog", { version: "1.9.1", options: { autoOpen: …
- 2:16 AM Ticket #12991 (Impossible to download) created by
- Hello, I don't know if i'm alone with this problem, but i can't …
- 12:49 AM Changeset [ad690f8]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/data/testrunner.js
Note: See TracTimeline
for information about the timeline view.