Timeline
06/20/11:
- 23:31 Ticket #9629 (Cloning a radio button) created by
- 1.4.2, 1.6.1. A primary radio button element loses a "checked" attribute. …
- 21:38 Ticket #9628 (width(), height(), etc. shouldn't round) created by
- Right now we're rounding off the answers from width(), height(), etc. to …
- 20:47 Ticket #9627 (Adding Object.toString causes $(handler) not to run handler) closed by
- wontfix: jQuery's current browser support is as follows: * Chrome Current - 1 * …
- 20:21 Ticket #9627 (Adding Object.toString causes $(handler) not to run handler) created by
- Adding Object.toString causes $(handler) not to run handler …
- 20:15 Ticket #9626 (throws exception in ie 5.5) closed by
- wontfix: jQuery's current browser support is as follows: * Chrome Current - 1 * …
- 20:07 Ticket #9626 (throws exception in ie 5.5) created by
- jquery throws exception when loaded into the page from a script tag
- 16:47 Ticket #9625 (Support full range of allowed IDs in HTML5) closed by
- invalid: Just need to escape the special chars. http://jsfiddle.net/2Zpn4/6/
- 15:30 Ticket #9625 (Support full range of allowed IDs in HTML5) created by
- HTML5 seems to legalise all non-space characters for ID strings. This …
- 14:16 Ticket #9610 (changed language protocol?) closed by
- duplicate
- 14:16 Ticket #9610 (changed language protocol?) reopened by
- It used to, but has since been changed.
- 14:09 Ticket #9621 (animate of backgroundPositionX and backgroundPositionY fails in Firefox) closed by
- wontfix: Not all browsers support backgroundPositionX/Y. You can fix this with a …
- 14:04 Ticket #9623 (IE6 & 7 will not match attribute selector queries if the attribute in ...) closed by
- duplicate
- 13:31 Ticket #9624 (class value passed to value functions in class methods when no class is ...) closed by
- fixed: Fixed: …
- 13:30 Ticket #9624 (class value passed to value functions in class methods when no class is ...) created by
- This was changed in 1.6 with the attr rewrite. Compare to prior versions …
- 11:05 Ticket #9623 (IE6 & 7 will not match attribute selector queries if the attribute in ...) created by
- IE6 & 7 will not match attribute selector queries if the attribute in …
- 10:59 Ticket #9622 (Script doesn't work in SOME browsers) created by
- On your 'browser compatibility' page, it is stated that jQuery would work …
- 10:46 Ticket #9621 (animate of backgroundPositionX and backgroundPositionY fails in Firefox) created by
- Works like a charm in Chrome (and even in IE for that matter), but doesn't …
- 09:45 Ticket #9620 (Events Exception on IE) created by
- trigger a list of objects return from a jQuery selector use '.click()' for …
- 07:46 Ticket #9519 (clearAttributes not defined by DOM) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:36 Ticket #9619 (toLowerCase) created by
- toLowerCase not work good
- 04:23 Ticket #9586 (relative CSS value does not work for "right") closed by
- worksforme: Thanks for submitting a ticket to the jQuery Project! I've run your test …
- 01:51 Ticket #9607 (Chrome 12.0.742.100 fails to return position and offset values for empty a ...) closed by
- wontfix: Let's rely on Chrome to fix this, since it's their regression.
- 01:49 Ticket #9617 (addClass stops working when similar class exists) closed by
- fixed: Fixed: …
- 01:45 Ticket #9618 (invalid attribute selector works in IE9 when it should fail) closed by
- wontfix: This was reported before, although I can't find the ticket. IE9 is trying …
06/19/11:
- 23:31 Ticket #9618 (invalid attribute selector works in IE9 when it should fail) created by
- […] […] will show 3-3 in IE9 and 0-3 in Firefox. jQuery is not …
- 22:58 Changeset [96501d38a935187461d45c40f17f8327b2e7cd91] by
-
- src/attributes.js
- test/unit/attributes.js
- 20:08 Ticket #9617 (addClass stops working when similar class exists) created by
- I was using the "edge" version on jsFiddle, which currently is jQuery …
- 13:39 Ticket #9616 (Search for plugins not working as supposed) closed by
- worksforme
- 08:06 Ticket #9467 (Delegate with Custom Events working in Chrome but not Firefox) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:06 Ticket #9419 (Faster deep cloning of objects) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:57 Ticket #9616 (Search for plugins not working as supposed) created by
- When trying to search for plugins with the keyword dashboard none is found …
- 00:45 Ticket #9615 (replaceWidth does not work with document.createElement) closed by
- invalid: This is a feature so that existing elements can be moved rather than …
06/18/11:
- 23:32 Ticket #9615 (replaceWidth does not work with document.createElement) created by
- I noticed that the documentation page on replaceWidth had an example that …
- 17:20 Ticket #9614 (.animate() error in IE) created by
- IE8 & IE7 both give error like this; "Could not get the position property. …
- 11:53 Ticket #9613 ($.ajax is not launching error callback on 400 Bad Request when jsonp ...) created by
- Here is sample http://jsfiddle.net/pLuPb/ Here is working sample: …
- 08:09 Ticket #9509 (CSS extremely slow in IE9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:09 Ticket #9506 (show is not working fine in ASP.NET) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
06/17/11:
- 21:44 Ticket #9612 ($.attr('defaultSelected') returns undefined instead of true/false) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project! This is a …
- 21:37 Ticket #9598 (width() does offsetWidth fallback unnecessarily if width=0 but padding or ...) closed by
- fixed: Landing pull request 413. Move border/padding checks to after width …
- 21:34 Ticket #9612 ($.attr('defaultSelected') returns undefined instead of true/false) created by
- $('option').attr('defaultSelected') should return true or false for …
- 21:33 Changeset [124817e6684086ccf74e509309b73d4b4dd89932] by
-
- src/css.js
- 21:23 Ticket #9609 (Checkbox disabling using .prop(), Chrome) closed by
- duplicate: As the docs state, do not use removeProp to remove native properties. …
- 18:21 Ticket #9611 (Selectors don't work properly on Chrome) created by
- Hi, We're having major issues with selectors and how they work in Chrome. …
- 15:15 Ticket #9610 (changed language protocol?) closed by
- invalid: This code: […] Does not exist in jQuery.
- 14:52 Ticket #9610 (changed language protocol?) created by
- Win7, IE9 Previous legacy code: "if(elem.getElementsByTagName){...}" but …
- 14:42 Ticket #9609 (Checkbox disabling using .prop(), Chrome) created by
- This has the expected effect in Firefox and Safari (haven't tested IE): …
- 13:22 Ticket #9608 (bad selection) closed by
- invalid: Seems to work fine. Keep in mind the attribute value should be quoted and …
- 13:14 Ticket #9606 (Loading jQuery causes background image to disappear in IE8) closed by
- duplicate
- 13:14 Ticket #9606 (Loading jQuery causes background image to disappear in IE8) reopened by
- This was a problem, but will be fixed in 1.6.2.
- 11:08 Ticket #9608 (bad selection) created by
- Hello. I am beginner in jquery. When i make selection like this $('img[src …
- 08:00 Ticket #9494 (A bug of html(obj) function) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:00 Ticket #9493 (scripts stopped working with version 1.6) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:00 Ticket #9452 (focus event does not bubble correctly) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:12 Ticket #9591 (Documentation for .add() fails to mention that it can take another jQuery ...) closed by
- fixed: Our docs have been updated accordingly: http://api.jquery.com/add/
- 05:37 Ticket #9606 (Loading jQuery causes background image to disappear in IE8) closed by
- worksforme: I haven't been able to reproduce this using the above test case either. As …
06/16/11:
- 18:02 Ticket #9607 (Chrome 12.0.742.100 fails to return position and offset values for empty a ...) created by
- This ticket is related to #9554 http://jsfiddle.net/arzynik/zfmgt/ if …
- 17:39 Ticket #9606 (Loading jQuery causes background image to disappear in IE8) created by
- I have run into an issue when jQuery 1.6.1 is loaded on a page, it causes …
- 17:31 Ticket #9605 (Trouble with IE6 and the $('html') function with iframes) created by
- I am trying to create html using the $() function and then insert this …
- 14:17 Ticket #9604 (Downgrade IE performance) created by
- I've been working on a site which makes heavy use of JQuery and it was all …
- 13:16 Ticket #9599 (Google Chrome, Maximum call stack size exceed when run unbind event) closed by
- invalid: The code shown is invalid. To namespace events, do …
- 12:44 Ticket #9603 (Give siblings() the option to provide siblings which are not part of ...) created by
- Currently, using siblings() on a selection which contains multiple …
- 11:55 Ticket #9602 (Exception when adding a new node in XML.) created by
- jsFiddle URL : http://jsfiddle.net/rcrathore/Y8DpM/[1] I am trying to …
- 11:33 Ticket #9601 ([IE9] Function breaks on animate()) created by
- While executing a call on jQuery animate() an JS error in IE9 has been …
- 11:24 Ticket #9600 (Shadowbox is undefined) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker! Unfortunately, …
- 07:53 Ticket #9483 (outerwidth(true) resets table cell styles from undefined to empty in ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 05:52 Ticket #9600 (Shadowbox is undefined) created by
- Foutdetails webpagina Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; …
- 05:09 Ticket #9599 (Google Chrome, Maximum call stack size exceed when run unbind event) created by
- When I run this code in Google Chrome console or in class function …
- 04:26 Ticket #8510 (JSONP cross domain requests with ajax (info in docs)) closed by
- fixed: I've re-tested this to establish the version where the change was made and …
- 04:25 Ticket #8510 (JSONP cross domain requests with ajax (info in docs)) reopened by
- 01:02 Ticket #9598 (width() does offsetWidth fallback unnecessarily if width=0 but padding or ...) created by
- In the latest updates, significant changes were made to cssHooks for width …
06/15/11:
- 22:32 Ticket #9597 (Selector not finding param inside an object in IE8) created by
- When trying to find a param inside an object, it returns nothing; but if I …
- 21:18 Ticket #9595 (.click() event doesn't automatically trigger .change() event in IE7 / IE8) reopened by
- 21:12 Ticket #9596 (jquery slider in ie9) closed by
- invalid: Please ask for help on the forums or in the #jquery irc channel. File …
- 20:56 Ticket #9596 (jquery slider in ie9) created by
- is there a workaround? …
- 19:47 Ticket #9595 (.click() event doesn't automatically trigger .change() event in IE7 / IE8) closed by
- duplicate
- 19:41 Ticket #9595 (.click() event doesn't automatically trigger .change() event in IE7 / IE8) created by
- In jQuery 1.6.1, when you trigger a .click() event, the .change() event …
- 19:11 Ticket #9594 (attr selectors in find, find nothing) closed by
- duplicate
- 17:49 Ticket #9594 (attr selectors in find, find nothing) created by
- jQuery 1.6 Chrome 11 Mac OS X Snow Leopard JSFiddle: …
- 13:52 Ticket #9593 (Delegated submit event is not instanceof jQuery.Event in IE) created by
- IE doesn't support submit event bubbling. So it's being simulated with …
- 12:29 Ticket #9592 (Error at line 8498) created by
- Hi, I found the error at line 8498: fx.elem.style[ fx.prop ] = …
- 12:06 Ticket #9591 (Documentation for .add() fails to mention that it can take another jQuery ...) created by
- Through trial and error it seems to be possible to combine two collections …
- 11:31 Ticket #9590 (IE7 / IE8 / IE9 bind() events order bug) created by
- http://jsfiddle.net/ewzHu/2/ …
- 11:18 Ticket #9589 (TR.is(':visible') is not reliable on IE6/7) created by
- If the table is inside a hidden div, which is hidden dynamically, the tr …
- 07:33 Ticket #9588 (appendTo behaves differently from append) created by
- I had a situation where HTML was rendered by jQuery. To explain, we have 2 …
- 06:22 Ticket #9587 (Cloning a div with an object causes error in IE8) created by
- When a div that contains an object is cloned in IE8, the following error …
- 00:55 Ticket #7486 (css('height')) closed by
- wontfix: I think we can safely say that this won't change, but a note on the docs …
- 00:15 Ticket #9586 (relative CSS value does not work for "right") created by
- An absolutely-positioned element with right:0,left:auto ignores a css …
06/14/11:
- 22:06 Changeset [d59b0f3e27827d189b8b2595142ec6bbc3941dd9] by
-
- test/qunit
- 22:05 Changeset [d269e426e0844fa025e8ca5510c56860a9cde784] by
-
- build/release-notes.js
- 21:55 Changeset [138d5b7b811845950279f5ee5391339d7d31e360] by
-
- version.txt
- 21:54 Changeset [d443e533aa83e89e6a1b02280dfc77f741cb4db6] by
-
- build/release-notes.js
- test/qunit
- version.txt
- 20:01 Changeset [8a532d15757f8c3ba491ae14d024e353de6b4c7f] by
-
- src/core.js
- 20:01 Ticket #9548 (animate does not work with fill-opacity css property for svg elements) closed by
- fixed: Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes …
- 19:59 Changeset [5eef5917fdb399ace2698154c4cd7bbd24f13182] by
-
- src/css.js
- test/unit/css.js
- 19:51 Changeset [13ceb0f56b380b395ed5a26b468bf2bf00d88216] by
-
- src/core.js
- src/outro.js
- 19:42 Ticket #9357 ('mouseenter' event handling swallows exceptions on withinElement) closed by
- fixed: Landing pull request 397. withinElement rewrite in event. Fixes #6234, …
- 19:42 Ticket #9447 (Modify withinElement() to use $.contains) closed by
- fixed: Landing pull request 397. withinElement rewrite in event. Fixes #6234, …
- 19:38 Changeset [6926247bf441deaa0441872849bb3786c257a4cf] by
-
- src/event.js
- test/unit/event.js
- 19:26 Ticket #9583 (KeyError: 'captcha_redirect') closed by
- duplicate
- 19:26 Ticket #9584 (KeyError: 'captcha_redirect') closed by
- duplicate
- 18:53 Ticket #9585 ([patch] jQuery silently eats ajax exception due to typo (regression)) created by
- Line 730 of ajax.js contains a typo - it refers to a variable status …
- 18:18 Ticket #9584 (KeyError: 'captcha_redirect') created by
- ==== How to Reproduce ==== While doing a POST operation on /, Trac …
- 18:18 Ticket #9583 (KeyError: 'captcha_redirect') created by
- ==== How to Reproduce ==== While doing a POST operation on /, Trac …
- 18:17 Ticket #9582 (ValueError: invalid literal for int() with base 10: ...) created by
- ==== How to Reproduce ==== While doing a GET operation on …
- 15:43 Ticket #9580 (.offset() not working roperly in firefox 4.) closed by
- duplicate
- 14:00 Ticket #9581 (Body background get overwrite, if i include jquery latest version in ...) closed by
- duplicate
- 13:58 Ticket #9581 (Body background get overwrite, if i include jquery latest version in ...) created by
- Body background get overwrite, if i include jquery latest version in …
- 13:58 Ticket #9556 (fadeOut callback calls back immediately) closed by
- invalid: Without a way to reproduce this issue, we cannot help further. We can …
- 13:57 Ticket #8828 (FadeOut FadeIn broken) closed by
- duplicate
- 12:10 Ticket #9580 (.offset() not working roperly in firefox 4.) created by
- The values returned by the .offset() function doesn't seem to update …
- 11:21 Ticket #9579 (jQuery([elementOfDOMElements]).children([selelector]) produces strange ...) created by
- See http://jsfiddle.net/PWruv/2/ While in general, finding SVG-elements …
- 10:43 Ticket #9578 ([IE] is("[class]") is true on svg elements even when ...) created by
- See http://jsfiddle.net/skaRW/9/ IE 9 fails the test while Chrome and …
- 10:21 Ticket #9577 ($.noConflict appears to no longer function correctly in 1.6.1 (IE)) created by
- I'm using jQuery in noconflict mode so that I can use it along site …
- 09:01 Ticket #9576 (removeAttr("disabled") on IE7) created by
- BUG only on IE7 (FF and IE8 and IE9 is OK) Sample : $("#id_rectif_mail …
- 08:10 Ticket #9464 (Dom load issues with version 1.5 - 1.6.1 except 1.6) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:10 Ticket #9459 (FIREFOX 3 JSONP CALL CAUSES BROWSER TO "SPIN") closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:50 Ticket #9575 (animate function does't cast regex.exec() parameter to string before ...) created by
- Occasionally an integer is passed to exec that causes the page to crash in …
- 03:51 Ticket #9574 (jqTransform & datePicker doesnt work...) closed by
- invalid: Please report plugin issues to plugin owners and jQuery UI issues to the …
- 03:38 Ticket #9574 (jqTransform & datePicker doesnt work...) created by
- hi, jqTransform & datePicker doesnt work... var updateSelects = function …
06/13/11:
- 21:31 Ticket #9477 (extend (deep) merges arrays fields instead of replacing them) closed by
- wontfix
- 15:59 Ticket #9573 (Animate YouTube container causes reload in Firefox) created by
- When I wrap a video and animate the wrapper size, the video will reload …
- 15:10 Ticket #9539 ($(element).remove() with iframe included make a request to the iframe-src) closed by
- invalid: I don't see a problem in jQuery core. …
- 15:04 Ticket #9551 (not work dynamic append css file to head without full path to css file) closed by
- invalid: I don't think this is actually an issue with jQuery. jQuery does not …
- 14:47 Ticket #9477 (extend (deep) merges arrays fields instead of replacing them) reopened by
- 14:16 Ticket #9571 (Pass 'empty string' as arbitrary data with , trigger()) closed by
- worksforme: This works for me: http://jsfiddle.net/NE8ma/1/
- 14:06 Ticket #9569 (Problem with space-separated attribute selector) closed by
- invalid: anonymous is right
- 14:03 Ticket #9568 (customize tag's attribute) closed by
- fixed: Attribute hooks do not need to be attached in XML docs. Fixes #9568. …
- 14:02 Changeset [641ad802111d2dc16ccf4b3721784a6addaf20df] by
-
- src/attributes.js
- test/data/dashboard.xml
- test/unit/attributes.js
- 12:54 Ticket #9572 (jQuery 1.6.1 doesn't support -ms-transform in .css() method) created by
- Reproducing the bug by running codes below on IE9: […] jQuery 1.6.1 …
- 07:41 Ticket #9571 (Pass 'empty string' as arbitrary data with , trigger()) created by
- Sending data with trigger differs between version 1.5 and 1.6.1. I can't …
- 07:31 Ticket #9570 (Selector $('form[name=".."]') returns zero elements in IE8 under some ...) created by
- Selector $('form[name=".."]') returns zero elements in IE8 if form has …
- 07:14 Ticket #9569 (Problem with space-separated attribute selector) created by
- When using the $ selector for a single attribute, like : …
- 06:03 Ticket #8428 (ajax.timeout documentation should mention the xhr object is in an invalid ...) closed by
- fixed: Docs for this have been updated: http://api.jquery.com/jQuery.ajax/ - …
- 04:46 Ticket #9568 (customize tag's attribute) created by
- i have a customize html like below: <codeA id="002" disabled="disabled" …
Note: See TracTimeline
for information about the timeline view.
