Timeline
Jul 27, 2012:
- 6:19 PM Changeset [e07b444d]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 5:34 PM Ticket #10499 (:nth-child() inside :has() treated as if outside it) closed by
- fixed: Sizzle: fix a small bug with combinator cache. Fixes #10499. …
- 5:34 PM Changeset [4039d36]1.12-stable2.2-stablekillphp by
- src/sizzle
- 5:33 PM Ticket #10499 (:nth-child() inside :has() treated as if outside it) reopened by
- This wasn't actually fixed, just changed. Fix incoming.
- 4:11 PM Ticket #12153 (Error occurs in the selector) closed by
- fixed: Sizzle: adjust pseudos regex. Fixes #12153. Changeset: …
- 4:10 PM Changeset [f6f25ef]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:50 AM Ticket #12155 (IE7 SCRIPT1028: Expected identifier, string or number) closed by
- invalid:
class
is a reserved word, please quote it. - 10:49 AM Ticket #12155 (IE7 SCRIPT1028: Expected identifier, string or number) created by
- When I try creating and appending an element o body with a class IE …
- 9:04 AM Ticket #12154 (.replaceWith() seems to erase document when used on root.) closed by
- invalid: Yes, it does sound very atypical and not something we can officially …
- 8:14 AM Ticket #12154 (.replaceWith() seems to erase document when used on root.) created by
- It seems that when I use
.replaceWith()
on the root element of the … - 8:05 AM Ticket #12153 (Error occurs in the selector) created by
- Try "http://jsfiddle.net/DiegoLopesLima/63cGG/"
- 4:34 AM Ticket #12070 (jquery 1.7.2 ajax does not work) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:34 AM Ticket #12067 (Unable to bind mouseenter/mouseleave events for SVG elements) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jul 26, 2012:
- 10:30 PM Changeset [d71b8b2]1.12-stable2.2-stablekillphp by
- version.txt
- 10:26 PM Changeset [e02e61c]1.12-stable2.2-stablekillphp1.8rc1 by
- version.txt
- 8:45 PM Ticket #12152 (Jquery-1.7.2 failing on line 1883 when there is a change event ...) closed by
- invalid: This is a forum question, not a bug report.
- 8:44 PM Ticket #12152 (Jquery-1.7.2 failing on line 1883 when there is a change event ...) created by
- I am using query date picker. In our application we are using query to …
- 11:03 AM Ticket #12150 (border-spacing property accumulates when rows are shown and hidden) closed by
- fixed: That fiddle pulls in jquery-latest, not jquery-git. Closing as fixed …
- 9:57 AM Ticket #12151 (IE 10 jQuery.parseXML) created by
- When trying to parse xml in IE 10 jQuery uses the window.DOMParser …
- 9:51 AM Ticket #12150 (border-spacing property accumulates when rows are shown and hidden) created by
- http://jsfiddle.net/mblase75/CN7re/9/ Clicking on the button shows …
- 9:30 AM Changeset [14f67a95]1.12-stable2.2-stablekillphp by
- src/css.js
Jul 25, 2012:
- 10:33 PM Changeset [0a1be437]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 10:27 PM Ticket #12149 ('change' event handler leaks in IE7/8) created by
- Reproducing fiddle: http://jsfiddle.net/En8Ue/51/
- 10:25 PM Ticket #12127 (Clone does not correctly copy checked state in IE10) closed by
- fixed: Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. …
- 10:23 PM Changeset [155855b]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- src/manipulation.js
- test/unit/manipulation.js
- 9:58 PM Changeset [a475f1a]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 9:44 PM Changeset [cc6c014]1.12-stable2.2-stablekillphp by
- src/css.js
- 9:33 PM Changeset [d4ec680]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 9:27 PM Ticket #12148 (hide event don't fire when toggle) closed by
- fixed: Fix #12148. Let .toggle() call the public .hide() for punching. There …
- 9:24 PM Changeset [ed898c6]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 7:24 PM Changeset [5119b25]1.12-stable2.2-stablekillphp by
- src/css.js
- src/effects.js
- 4:53 PM Changeset [d00048e]1.12-stable2.2-stablekillphp by
- src/sizzle
- 4:36 PM Changeset [f0432d5]1.12-stable2.2-stablekillphp by
- src/sizzle
- test/unit/effects.js
- 4:35 PM Ticket #12147 (Reword documentation for .width() method) closed by
- invalid: Please file api doc related bugs here: …
- 4:18 PM Changeset [81432c8]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 4:09 PM Changeset [0f14c53d]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 4:06 PM Ticket #10726 ($(#document).closest('[foo]') throws error in IE) closed by
- fixed: Fail silently if closest is somehow called on a document. Fixes …
- 4:05 PM Changeset [17a26f5]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 3:47 PM Ticket #12146 (multiple find() methods on a selector not working) closed by
- wontfix: It's true that having multiple elements on the same page with the same …
- 3:42 PM Changeset [3478cbb]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
- 3:24 PM Changeset [2e42f06c]1.12-stable2.2-stablekillphp by
- src/sizzle
- 3:23 PM Ticket #12148 (hide event don't fire when toggle) created by
- see http://jsfiddle.net/hQ6P2/1/ created hide event doesn't fire when …
- 3:06 PM Ticket #11586 ($.ajax DELETE request not passing data parameters) reopened by
- Just to link, you're quoting …
- 2:53 PM Ticket #12147 (Reword documentation for .width() method) created by
- The wording on the page http://api.jquery.com/width/ is confusing. …
- 2:41 PM Ticket #12127 (Clone does not correctly copy checked state in IE10) reopened by
- Test fails: http://swarm.jquery.org/job/377
- 2:38 PM Changeset [de213be]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- src/manipulation.js
- src/support.js
- test/unit/manipulation.js
- 2:31 PM Changeset [bc07ae8c]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 11:50 AM Ticket #12146 (multiple find() methods on a selector not working) created by
- See attached js fiddle http://jsfiddle.net/adofito/Vdpge/5/
- 11:15 AM Ticket #12145 (adding a new css file using a relative url does not work in IE8 on ...) created by
- I added a new, relative css link using jQuery in the following way: …
- 11:01 AM Changeset [647b772a]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:52 AM Changeset [ad5fba75]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:28 AM Changeset [ce15bd7]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 10:07 AM Ticket #12138 (fadeOut doesn't work in Chrome on basic SVG elements) closed by
- fixed: Ok, then it was fixed in the effects rewrite.
- 9:45 AM Changeset [da4d609]1.12-stable2.2-stablekillphp by
- src/css.js
- 9:32 AM Changeset [569d064]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- src/manipulation.js
- src/support.js
- test/unit/manipulation.js
- 9:20 AM Ticket #12097 (crossDomain in IE9 is interpreted wrong) closed by
- invalid: http://jsfiddle.net/44yue/3/ This is, of course, failing in IE9 with …
- 8:20 AM Ticket #12143 (Inconsistency in appendTo()'ing incorrect HTML accross browsers) closed by
- invalid: The docs are extremely clear on this point: "To ensure …
- 7:21 AM Ticket #12144 (Cursor not coming by default in the Comment Box) created by
- In the comment section, cursor does not appear so when you start …
- 6:22 AM Ticket #12143 (Inconsistency in appendTo()'ing incorrect HTML accross browsers) created by
- There is some difference in rendering the page between e.g. IE7 and …
- 5:29 AM Ticket #12142 (选择器错误) created by
- <ul><li style="cursor:pointer;" onclick="GetNodes(this,event)" …
- 3:10 AM Ticket #12141 (Filter works ok in 1.7.1 but not in 1.8b2) created by
- This filter works ok in 1.7.1: …
- 1:58 AM Ticket #12140 (Incorrect event type reported on hover within a setTimeout) closed by
- duplicate
- 1:52 AM Ticket #12140 (Incorrect event type reported on hover within a setTimeout) created by
- When I add a setTimeout within a hover function, the e.type returns …
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 …
Note: See TracTimeline
for information about the timeline view.