Timeline
Jul 24, 2012:
- 11:45 PM Changeset [fffd232]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 11:40 PM Ticket #12139 (ie7 offsetParent bug) created by
- $("<div>").css({"position":"absolute"}).appendTo(document.body).offsetP …
- 10:55 PM Changeset [717cb2a]1.12-stable2.2-stablekillphp by
- grunt.js
- package.json
- 10:24 PM Ticket #11029 (Display of the sponsor information in the API reference) closed by
- fixed
- 10:17 PM Ticket #11916 (Adding a button type="button" .. element in iE8 + iE7 compatibility ...) closed by
- cantfix: I spent some time tracing this through. When the button HTML goes …
- 9:47 PM Ticket #11898 (prevAll() with a complicated :not() selector returns results in wrong order) closed by
- fixed: This appears to have been fixed with the Sizzle rewrite(s) in 1.8.
- 9:18 PM Ticket #10366 (animate() does not work for font-weight) closed by
- cantfix: This isn't us. Here's an example where I tried several things: …
- 8:50 PM Ticket #8515 (Animate hiding contained borders) closed by
- invalid: We can't do anything about this, it's the default CSS box model. As …
- 8:46 PM Ticket #7442 (slideDown/slideUp "jump" when surrounding elements are margin collapsing) closed by
- patchwelcome: We've looked at this and can't figure a general way to solve it. …
- 8:44 PM Ticket #9896 (animate border width with 'toggle' value causes element to dissappear) closed by
- invalid
- 6:30 PM Ticket #12138 (fadeOut doesn't work in Chrome on basic SVG elements) created by
- fadeOut doesn't work in Google Chrome for basic SVG elements, such as …
- 6:01 PM Ticket #11185 (isPlainObject gives wrong result in IE6/7/8 when constructor adds ...) closed by
- patchwelcome: Since this method is intended primarily for our internal use, it …
- 5:10 PM Ticket #12137 (Deprecate use of $.ajaxSettings.traditional as $.param default) created by
- Currently
$.param(array, traditional)
will fill in itstraditional
… - 5:06 PM Ticket #12089 (Deprecate $.ajaxSettings.traditional default in $.param()) closed by
- invalid: The description here was wrong, it's easier to create a new ticket …
- 4:38 PM Ticket #12106 (Datepicker in modal Dialogue box not working correct in IE) closed by
- invalid: This is not a jQuery core bug report. Ask for help on a forum please.
- 4:37 PM Ticket #12114 (:last, :eq, and :first Not Working Correctly When Delegated to a ...) closed by
- duplicate
- 4:33 PM Ticket #12118 (AJAX : send XML data by POST) closed by
- invalid: It sounds like you should ask for help in the forum. If you determine …
- 4:31 PM Ticket #11996 (RSS-feed down) closed by
- invalid: This will be fixed as part of the infrastructure rework, but doesn't …
- 4:30 PM Ticket #12122 (jQuery.ajax() async deprecate use with $.Deferred) closed by
- fixed: Documentation updated to clarify that
async: false
is still allowed … - 2:53 PM Ticket #12132 (IE10 bug when cloning an object element without a parentNode) closed by
- fixed: Fix #12132. IE10 dislikes detached object elements. Close gh-870. …
- 2:45 PM Changeset [07798787]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 12:46 PM Ticket #12136 (Double script inclusion warning) closed by
- invalid: Nope. See http://api.jquery.com/jQuery.noConflict/ See …
- 11:58 AM Ticket #12136 (Double script inclusion warning) created by
- When jQuery is included twice at the page, it just reinits. And that's …
- 9:01 AM Ticket #12135 (Opera find(:checked) fails on frame navigation) created by
- http://jsfiddle.net/mrmamen/3kKgE/ This is a rather obscure error, …
- 5:56 AM Ticket #12134 (implement HTML5 compilant form data construction into $.fn.serialzeArray) created by
- The way the data of a form is constructed differs a little bit from …
- 4:27 AM Ticket #12045 (border-box on dynamically altered child elements in Chrome does not ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:24 AM Ticket #12133 (Incorrect JQuery Documentation (or a bug)) created by
- The documentation for .prop (To maintain backwards compatability, …
Jul 23, 2012:
- 9:42 PM Ticket #12132 (IE10 bug when cloning an object element without a parentNode) created by
- Only one of all the existing unit tests in jQuery fails when ran …
- 9:09 PM Ticket #12130 (jQuery.each on object with length element.) closed by
- duplicate
- 9:06 PM Ticket #12131 (Syntax error, unrecognized expression: link) closed by
- invalid: It isn't supported, as documented, on non-qSA browsers like IE8. See …
- 8:46 PM Ticket #12131 (Syntax error, unrecognized expression: link) created by
- In IE8 I can't run .is(":link") without an error. It gives Syntax …
- 8:40 PM Ticket #12130 (jQuery.each on object with length element.) created by
- I think jQuery.each should check for length to be present and an …
- 7:39 PM Changeset [91dfb28d]1.12-stable2.2-stablekillphp by
- src/sizzle
- 3:37 PM Changeset [3adc59e]1.12-stable2.2-stablekillphp by
- src/sizzle
- 2:51 PM Changeset [d8aa8e7]1.12-stable2.2-stablekillphp by
- src/sizzle
- test/unit/event.js
- 1:23 PM Changeset [039222f]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 1:10 PM Ticket #12127 (Clone does not correctly copy checked state in IE10) closed by
- duplicate: > how do I take ownership of this ticket? Normally you'd be the owner …
- 12:52 PM Changeset [09fc2c5]1.12-stable2.2-stablekillphp by
- src/sizzle
- 12:49 PM Changeset [e761e0c]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/event.js
- 12:48 PM Changeset [a08a18b]1.12-stable2.2-stablekillphp by
- src/sizzle
- 12:36 PM Ticket #12128 (dynamic html checkbox value bug (IE only)) closed by
- invalid: You shouldn't change the type after you've set the value. …
- 12:18 PM Ticket #12129 (jQuery.on() binds event handler twice) created by
- Hi! I realized that .on() binds event handler twice. Example: […]
- 12:09 PM Ticket #12128 (dynamic html checkbox value bug (IE only)) created by
- When creating a dynamic input checkbox, using $.(html, json) when we …
- 11:07 AM Ticket #12126 (jquery html from xml) closed by
- invalid: The text markup string may be valid HTML5, but the in-memory data …
- 11:04 AM Ticket #12127 (Clone does not correctly copy checked state in IE10) created by
- The bug is with IE not jQuery but viewing the source shows that a …
- 10:21 AM Ticket #12125 (Peculiar default in $.contains) closed by
- duplicate: Yes indeedy! A test case would have shown that quickly. :)
- 9:45 AM Ticket #12126 (jquery html from xml) created by
- http://stackoverflow.com/questions/11609028/jquery-html-from-xml For …
- 9:41 AM Ticket #12125 (Peculiar default in $.contains) created by
- If you look at $.contains, it has a rather peculiar definition. Some …
- 9:25 AM Ticket #12124 (jquery html from xml) closed by
- invalid: Use
$.parseXML
if you're parsing XML. Read the documentation where … - 7:59 AM Ticket #12124 (jquery html from xml) created by
- http://stackoverflow.com/questions/11609028/jquery-html-from-xml
- 3:01 AM Ticket #12123 (Inconsistent number of in-focus elements across different browsers) created by
- Have already created a test page http://jsfiddle.net/MMJSP/ In …
Jul 22, 2012:
- 10:23 PM Changeset [c14a6b3]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/deprecated.js
- src/effects.js
- src/event.js
- src/manipulation.js
- 10:18 PM Ticket #9217 (javascript error in IE8 when animating element is removed before ...) closed by
- fixed: Fix #9217. oldIE error when changing detached elements, close gh-861 …
- 10:13 PM Changeset [74cc5b0]1.12-stable2.2-stablekillphp by
- src/effects.js
- 10:03 PM Ticket #12088 (Webkit now returning percentages for more getComputedStyle properties) closed by
- fixed: Fix #12088, Safari 5 and more percentages in getComputedStyle In …
- 10:03 PM Changeset [aa3fabc]1.12-stable2.2-stablekillphp by
- src/css.js
- src/support.js
- test/unit/css.js
- test/unit/dimensions.js
- 9:49 PM Changeset [ff7a434]1.12-stable2.2-stablekillphp by
- grunt.js
- test/data/testrunner.js
- 12:01 PM Ticket #12121 (Inconsistency of .end() with respect to .after()) closed by
- duplicate
- 6:19 AM Ticket #12122 (jQuery.ajax() async deprecate use with $.Deferred) created by
- Hi, In documentation on jQuery.ajax() async parameter there is: "As …
- 6:11 AM Ticket #12121 (Inconsistency of .end() with respect to .after()) created by
.after()
only changes the stack if the first element in the set is …- 6:11 AM Ticket #12120 (Inconsistency of .end() with respect to .after()) created by
.after()
only changes the stack if the first element in the set is …
Jul 21, 2012:
- 4:43 PM Ticket #8398 (regression: invalid label on repeat ajax request) closed by
- fixed: This appears to have been fixed as of 1.6.4: http://jsfiddle.net/fMt3t/80/
- 3:50 PM Ticket #12079 ([Click From Right] Event "click" is execute, when push right mouse button) closed by
- worksforme: Nope, this is *not* a regression, it has worked this way from the …
- 3:15 PM Ticket #12116 (Possible Tooltip Bug) closed by
- invalid: This is a forum question and not a bug report, try …
Jul 20, 2012:
- 7:42 PM Ticket #12117 (overflow hidden not properly set when animating to 0 height or width) closed by
- fixed: Fix the logic to set overflow:hidden on width & height animations - …
- 7:36 PM Changeset [94924a0]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 7:05 PM Ticket #12118 (AJAX : send XML data by POST) created by
- the POST variable as not index when we send a XML dada. a solution : …
- 6:35 PM Ticket #12117 (overflow hidden not properly set when animating to 0 height or width) created by
- 5:11 PM Ticket #12116 (Possible Tooltip Bug) created by
- This is my first post on this bug tracker and I am very green in the …
- 3:24 PM Ticket #12115 (delegated click events on both window and document eventually fail in ...) closed by
- worksforme: I spent a LOT of time clicking that and didn't get it to fail, Chrome …
- 2:42 PM Ticket #12115 (delegated click events on both window and document eventually fail in ...) created by
- When using delegated click events bound to both window and document, …
- 2:31 PM Ticket #12114 (:last, :eq, and :first Not Working Correctly When Delegated to a ...) created by
- When delegating to a specific TR the :eq and :first selectors only …
- 9:50 AM Ticket #12113 (Database jqueryc_db and jquerys.org) closed by
- invalid: It's a virus that happens to have taken our name. We are not involved …
- 9:46 AM Ticket #12113 (Database jqueryc_db and jquerys.org) created by
- http://www.jquerys.org/class/jquery-1.6.3.min.js My website is using …
- 8:52 AM Ticket #12112 (RegExp.$1 being changed unexpectedly by jQuery selector parsing) closed by
- cantfix: If you use RegExp global variables, you're gonna have a bad time. This …
- 8:10 AM Ticket #12109 (.on() method not working for multiple events) closed by
- invalid: Please ask for help on a forum.
- 8:09 AM Ticket #12110 (jQuery IE7 BUG) closed by
- invalid
- 6:28 AM Ticket #12112 (RegExp.$1 being changed unexpectedly by jQuery selector parsing) created by
- After performing a regular expression such as: […] We can utilize …
- 4:46 AM Ticket #12111 (is(':visible') and filter(':visible') give different results for ...) created by
- When checking for visibility
$(window).is(':visible')
and … - 4:40 AM Ticket #12020 (A bug that occurs when binding transitionend event to an element via ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:20 AM Ticket #12110 (jQuery IE7 BUG) created by
- I have a problem when using …
- 2:49 AM Ticket #12109 (.on() method not working for multiple events) created by
- $('body').on('ready resize', 'p.nav > a > span', function(){ var …
Jul 19, 2012:
- 10:10 PM Ticket #12108 (getting this error message on 5 client websites) closed by
- invalid
- 10:08 PM Tickets #12082,12087 batch updated by
- fixed: Update Sizzle to fix #12082, #12087. Changeset: …
- 10:02 PM Changeset [3016872]1.12-stable2.2-stablekillphp by
- test/data/testrunner.js
- test/index.html
- 5:45 PM Ticket #12108 (getting this error message on 5 client websites) created by
- couldn't connect to database server.Couldn't find database …
- 3:55 PM Ticket #12107 (Change proxy to allow arguments currying without overwriting context) created by
- jQuery currently does not have a curry function. Proxy does support …
- 12:58 PM Ticket #12106 (Datepicker in modal Dialogue box not working correct in IE) created by
- I have a dialogue box and datepicker inside it. Dialogue box is opened …
- 11:46 AM Ticket #12100 (Broken tutorial link on Website .) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. The …
- 11:42 AM Ticket #12091 (Trying to use SplitView with jQuery 1.7.1 with Windows Explorer ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. …
- 8:28 AM Ticket #12102 (Bug in the version : jquery.min.1.7.2.js) closed by
- invalid: Please debug this problem on a forum. This is not a bug report.
- 8:27 AM Ticket #12103 (Null is Null or Not an object - from specific machines) closed by
- invalid: There's no information here reporting a bug in jQuery. Please triage …
- 8:23 AM Ticket #12104 (Jquery datepicker error) closed by
- invalid: Please ask for help on a forum; you're not reporting a bug in jQuery.
- 8:22 AM Ticket #12105 (jQuery.extend - extend model (custom object) by plain object (JSON ...) closed by
- duplicate
- 6:27 AM Ticket #12105 (jQuery.extend - extend model (custom object) by plain object (JSON ...) created by
- Now jQuery.extend (deep copy) doesn't allow to extend custom object by …
- 5:49 AM Ticket #12104 (Jquery datepicker error) created by
- when iam trying to create a datepicker control the controla is not …
- 3:01 AM Ticket #12103 (Null is Null or Not an object - from specific machines) created by
- Asp.net application with Jquery/jquery-1.6.js . Getting this error …
- 2:31 AM Ticket #12102 (Bug in the version : jquery.min.1.7.2.js) created by
- Timestamp: 7/19/2012 10:21:31 AM Error: not well-formed Source File: …
Jul 18, 2012:
- 5:15 PM Ticket #12101 (ajaxStart working for .load(), but not for .ajax()) created by
- http://jsfiddle.net/SXkck/40/ Click 'Trigger' - ajaxStart() is not …
- 4:50 PM Ticket #12100 (Broken tutorial link on Website .) created by
- http://www.rubyrailways.com/add-a-powerful-ajax-table-to-your-rails-app …
- 8:33 AM Ticket #12099 (document.body is null or not a object) closed by
- invalid: jQuery 1.3.2 was released in February 2009 and is no longer supported. …
- 7:37 AM Ticket #12099 (document.body is null or not a object) created by
- Line 3205: jquery-1.3.2.js throws 'document.body is null' for …
- 7:13 AM Ticket #12095 (.attr method returns element name, for attributes mached in rboolean ...) closed by
- invalid: This is intended behavior and is explained in the documentation for …
- 4:29 AM Ticket #12006 (Please Help!) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:29 AM Ticket #11992 (about animate function 0 not equal to 0%?) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:29 AM Ticket #11912 (Bug with unwrap?) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:20 AM Ticket #12098 (e.preventDefault will not work if using right click or mouse center button) created by
- e.preventDefault will not work if using right click and open link in …
Jul 17, 2012:
- 11:04 PM Changeset [f70a696]1.12-stable2.2-stablekillphp by
- src/sizzle
- 5:38 PM Ticket #12083 (Chrome v20 Ignores Units When Setting Width) closed by
- cantfix: This works as well as we can get it in 1.7.2 and 1.8b2. Chrome v20 …
- 1:39 PM Ticket #12096 (Usual selector can't find hidden inputs in forms) closed by
- worksforme: Waitaminit, this really does work in the test case. So we won't be …
- 12:58 PM Ticket #12096 (Usual selector can't find hidden inputs in forms) reopened by
- 12:57 PM Ticket #12096 (Usual selector can't find hidden inputs in forms) closed by
- worksforme: http://jsfiddle.net/nD8BX/
- 12:17 PM Ticket #12097 (crossDomain in IE9 is interpreted wrong) created by
- In jQuery 1.7.2 downloaded today I have to enter the crossDomain value …
- 11:44 AM Ticket #12096 (Usual selector can't find hidden inputs in forms) created by
- Jquery can't find with usual selector hidden fields (inputs) in forms. …
- 10:44 AM Ticket #12094 (Incorrect events triggering order on programmatic .focus()) closed by
- duplicate: Focus and blur are miserably quirky in IE all the way up to IE10. …
- 10:28 AM Ticket #12095 (.attr method returns element name, for attributes mached in rboolean ...) created by
- example: http://jsfiddle.net/gbJZE/5/ .attr method contains: […] …
- 8:58 AM Ticket #12094 (Incorrect events triggering order on programmatic .focus()) created by
- The normal workflow of moving focus from one element to an other, is …
- 8:40 AM Ticket #12086 (Checking value for null after using property of value. Method "attr") closed by
- invalid
- 7:07 AM Ticket #12093 (Not work The following construction) created by
- […]
- 6:21 AM Ticket #12092 (Uncaught Error: Syntax error, unrecognized expression: (NaN)) created by
- Can't really find out where, but when changing from 1.7.2 to 1.8b2 …
- 4:25 AM Ticket #12005 (ajax handle make the error as correct) 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.