Timeline
11/21/11:
- 22:02 Ticket #10849 (jQuery.support.hrefNormalized means the opposite of what its name implies) created by
- According to the docs (and verified by taking a quick look at the source), …
- 20:52 Ticket #10846 (fail to use jquery ui 1.8.12 and jquery 1.6.4) closed by
- invalid: Unfortunately, we are unable to assist with issues related to support, …
- 20:48 Ticket #10847 (Overlapping in Chrome and IE) closed by
- invalid: Please ask for support on the forums or on the …
- 20:20 Ticket #10848 (Animation toggling loses state tracking in certain atomic edge cases) created by
- ajpiano and I figured out that there are certain times you can click or …
- 20:09 Ticket #10847 (Overlapping in Chrome and IE) created by
- Hi, First of all, I am very interested in everything of jquery :) The …
- 19:35 Ticket #10840 ($("input[type=radio]") also selects checkboxes.) closed by
- invalid: It is invalid to give the checkbox the same name as the radios and as you …
- 18:50 Ticket #10846 (fail to use jquery ui 1.8.12 and jquery 1.6.4) created by
- after click of button search call function for use datapicker and catch …
- 18:27 Ticket #10006 (method show is not working as expected in all browsers when called for ...) closed by
- fixed: Landing pull request 581. Updates original patch by Orkel. Fixes #10006. …
- 18:25 Ticket #10611 (It's unclear how to best contribute to jQuery) closed by
- fixed: Landing pull request 611. Adds Contributing to jQuery Guidelines section …
- 17:58 Ticket #10845 (preventDefault in keypress event cancel change event) closed by
- invalid: I've visually compiled your example and tried to create a test case: …
- 17:11 Ticket #10807 (Non-ascii apostrophe in comment) closed by
- fixed: Removed in …
- 16:33 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") closed by
- fixed: Fix #10844. Harden quickIs() against form-aliasing of the id property. …
- 16:30 Ticket #10845 (preventDefault in keypress event cancel change event) created by
- If i return false from keypress event or do a preventDefault, the change …
- 16:15 Ticket #10842 (Version 1.7 break background color in opera 11.52) closed by
- worksforme
- 15:55 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") reopened by
- You're right, this is a regression because it used to go through Sizzle. …
- 15:21 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") closed by
- cantfix: There is no easy way to fix this and it's not specific to jQuery. Bowsers …
- 15:04 Ticket #10844 (.delegate() on submit doesn't work when form contains input with name "id") created by
- If I create submit handler via .delegate() or .on() function, the …
- 14:20 Ticket #10841 (.last() doesn't update) closed by
- invalid: You've appended your input element to the html element, which is …
- 13:55 Ticket #10843 (Consider adding :link to Sizzle) created by
- Using selectors of the type [attrname] to select elements based on the …
- 13:52 Ticket #10842 (Version 1.7 break background color in opera 11.52) created by
- please try these in opera 11.52 <!DOCTYPE HTML PUBLIC "-W3CDTD HTML …
- 11:11 Ticket #10841 (.last() doesn't update) created by
- HTML […] Javascript […]
- 09:13 Ticket #10840 ($("input[type=radio]") also selects checkboxes.) created by
- This bug was found when upgrading from jQuery 1.6.1 to 1.7
11/20/11:
- 20:08 Ticket #10839 (Form submit bug) closed by
- duplicate: This is not a jQuery bug, it's a bug in the DOM.
- 19:53 Ticket #10839 (Form submit bug) created by
- Form submit via $("#myForm").submit() fails, if form contains input …
- 08:15 Ticket #10688 (issue Of Define Jquery For Parent Window From An Iframe) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #10685 (Replace elements to XHTML-style without checking if it is a XHTML document) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #10680 (focus() in jquery1.7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #10655 (getJSON doesn't send the right Accept header in some browsers.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:18 Ticket #10838 (Opera .slideToggle() bug) created by
- Hello I've witnessed a slideToggle bug with Opera browser. An absolute …
- 00:26 Ticket #10836 ($.when().always() only passes results of rejected promises) closed by
- invalid: You can't generalize this behaviour. The Promise returned by $.when is …
11/19/11:
- 21:25 Ticket #10837 (Triggering custom events with the same name as a property fails) created by
- When triggering a custom event on an object which has a property with the …
- 20:04 Ticket #10836 ($.when().always() only passes results of rejected promises) created by
- The behaviour of always() is not what is expected. It get's fired every …
- 07:52 Ticket #10594 (scrollTop on WebOS) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:10 Ticket #10834 (Page for help on searching jQuery website contains just the single word ...) created by
- Description When searching jQuery.com if the search term you …
11/18/11:
- 21:03 Ticket #10644 (jQuery performce issue in support function) closed by
- worksforme: Closing until this issue can be reproduced. Support has already undergone …
- 20:38 Ticket #10833 (Update style guide to reflect new argument whitespace rules) created by
- Based on the discussion had here: …
- 20:11 Ticket #10831 (inArray is broken on IE7 and 8 at least when called with just 2 params) closed by
- invalid: Thank you
- 18:25 Ticket #10832 (jQuery.contains() fails with SVG elements in IE9 (includes solution)) created by
- See http://forum.jquery.com/topic/1-6-2-broke-svg-hover-events for the …
- 18:24 Ticket #10831 (inArray is broken on IE7 and 8 at least when called with just 2 params) created by
- I've experienced an issue with IE 7 and 8 where $.inArray(elem, array) …
- 17:57 Ticket #10829 (IE9 crashes when running jQuery Data tests suite from swarm.jquery.org) closed by
- worksforme: No crashes and all green against the full unit tests; both IE9-32bit and …
- 17:40 Ticket #10830 (:first selector in delegate/on doesn't work) closed by
- worksforme: http://jsfiddle.net/timmywil/yf5g3/ Works for me. But I recommend using …
- 17:35 Ticket #10830 (:first selector in delegate/on doesn't work) created by
- Markup: […] ---- jQuery: […]
- 17:34 Ticket #10829 (IE9 crashes when running jQuery Data tests suite from swarm.jquery.org) created by
- Whenever IE9 x64 downloads and executes the Data tests, the browser …
- 17:20 Ticket #10828 (attr("coords") returns undefined in IE7) created by
- I was only able to reproduce this in "true" IE7, not IE8 with IE7 view …
- 16:43 Ticket #10825 (Incorect width in FireFox / IE9 on Win7) closed by
- wontfix: Actually, this may be invalid. We don't use getBoundingClientRect in …
- 15:25 Ticket #10815 ($.browser.mozilla) closed by
- worksforme: http://jsfiddle.net/ARtpC/1/
- 15:21 Ticket #10810 ($.parseJSON("null") Causes Stack Overflow With Internet Explorer 6 - 7) closed by
- invalid: No. Don't replace native methods with semi-functional ones, it will …
- 15:21 Ticket #10823 (inconsistent results when using [value=blah]) closed by
- duplicate
- 15:19 Ticket #10827 (Triggering "click" event on a checkbox toggles the "checked" property ...) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:17 Ticket #8796 (Executing .click() on a checkbox performs actions out of order) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:17 Ticket #8796 (Executing .click() on a checkbox performs actions out of order) reopened by
- 15:17 Ticket #8885 (triggering checkbox's click()) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:16 Ticket #8885 (triggering checkbox's click()) reopened by
- 15:16 Ticket #9274 (The click handler for a checkbox is called before the checked property is ...) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:16 Ticket #9274 (The click handler for a checkbox is called before the checked property is ...) reopened by
- 15:15 Ticket #10005 (Click event function does not fire at consistent times.) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:15 Ticket #10005 (Click event function does not fire at consistent times.) reopened by
- 15:14 Ticket #10166 (click() on a checkbox still doesn't appear checked(or unchecked) before ...) closed by
- duplicate: http://bugs.jquery.com/ticket/3827#comment:9
- 15:14 Ticket #10166 (click() on a checkbox still doesn't appear checked(or unchecked) before ...) reopened by
- 15:12 Ticket #10364 (Animate and stop on a object) closed by
- invalid: Thank you for investigating the issue further.
- 15:09 Ticket #8508 (Change event does not fire on IE8 for css hidden inputs) closed by
- wontfix: IE just refuses to fire events on an invisible checkbox. A workaround …
- 14:52 Ticket #10826 (new support test leaks "body" to global) closed by
- fixed: Landed. …
- 14:13 Ticket #10827 (Triggering "click" event on a checkbox toggles the "checked" property ...) created by
- When a user click on a checkbox with a click listener, it first flips the …
- 13:08 Ticket #10826 (new support test leaks "body" to global) created by
- this code nulls out any global "body var": […]
- 12:32 Ticket #10825 (Incorect width in FireFox / IE9 on Win7) created by
- == Description == For some time now, both IE9 and FF have implemented sub …
- 11:46 Ticket #10824 (jQuery.ajax ($.ajax) and its memory leaking) created by
- I faced a serius problem with an application suffering of memory leaking. …
- 03:13 Ticket #10823 (inconsistent results when using [value=blah]) created by
- There are some inconsistencies when using [value=blah] in selectors …
- 00:43 Ticket #10629 (IE is much too sensitive concerning the fake body. Explore cleaning up ...) closed by
- fixed: Fixed in …
11/17/11:
- 22:42 Ticket #10821 (JQuery.event.add can add handlers for the same event multiple times) closed by
- fixed: Documentation updated.
- 22:05 Ticket #10822 ($('[nodeName]', xmlDoc); no longer finds anything) closed by
- duplicate
- 21:04 Ticket #10822 ($('[nodeName]', xmlDoc); no longer finds anything) created by
- Used to work in jQuery version 1.6.4. No longer works in jQuery version …
- 20:04 Ticket #10821 (JQuery.event.add can add handlers for the same event multiple times) created by
- This bug identifies a change in behaviour between 1.3.2 and 1.6.4. The …
- 20:02 Ticket #10817 (Change .bind() in ajax.js to .on()) closed by
- fixed: Landing pull request 604. Updates bind to on in src/ajax.js. Fixes #10817. …
- 18:44 Ticket #10820 (Build error: node.js sys => util) closed by
- wontfix
- 18:32 Ticket #10820 (Build error: node.js sys => util) created by
- […]
- 18:32 Ticket #10819 (Eliminate "this.on.call(this, ") created by
- […] can be simplified to: […] since the this value is …
- 17:49 Ticket #10818 (IE9 won't fire change event if value of input is changed using keyup) created by
- If both keyup and change events are bound to same text input box, and the …
- 17:05 Ticket #10812 (passing empty object to .before() or .after() throws exception in IE7) closed by
- fixed: Fix #10812, let .before() and .after() work on empty collections. …
- 17:03 Ticket #10817 (Change .bind() in ajax.js to .on()) created by
- In line 260 of ajax.js there is: […] I believe, it should be .on() …
- 16:54 Ticket #10816 (pageX missing from mouse events in jQ1.7) created by
- In JQ 1.6.4 on line 3019: […] becomes in JQ 1.7: […] which is a …
- 16:06 Ticket #10815 ($.browser.mozilla) created by
- $.browser.mozilla returns undefined in firefox 8.0. The example. …
- 15:18 Ticket #10814 (make support as lazy as possible with closure in mind) created by
- All of the support tests that run at doc ready, and possibly others, can …
- 13:40 Ticket #10813 (can't find html5 tags when using .find() [IE-Only]) closed by
- invalid: You need a shim/shiv in your code since IE 6/7/8 do not natively support …
- 13:22 Ticket #10811 ($.when provides incoherent arguments to .done() when called with multiple ...) closed by
- invalid: It seems to me you expect your Deferreds to always be resolved as an array …
- 12:54 Ticket #10813 (can't find html5 tags when using .find() [IE-Only]) created by
- Quick demo: http://jsfiddle.net/LM9PW/ […]
- 12:14 Ticket #10812 (passing empty object to .before() or .after() throws exception in IE7) created by
- The following line: $( '.hlist dl dl, .hlist ol ol, .hlist ul ul' ) …
- 09:52 Ticket #10811 ($.when provides incoherent arguments to .done() when called with multiple ...) created by
- A single argument $.when forwards anything it got directly to its …
- 07:27 Ticket #10810 ($.parseJSON("null") Causes Stack Overflow With Internet Explorer 6 - 7) created by
- In all of the (modern) browsers, JSON.parse returns null when called with …
- 00:30 Ticket #10809 (incorrect test using ".activeElement" in the :focus pseudo-class resolver) created by
- The "document.activeElement" does not completely reflect a "focussed" …
11/16/11:
- 23:51 Ticket #10808 (IE8 DontEnum Prevents Proper $.extend Behavior) created by
- IE8's incorrect implementation of the DontEnum property prevents jQuery …
- 22:32 Ticket #10807 (Non-ascii apostrophe in comment) created by
- In the uncompressed version of jquery-1.7.js, at line 1495, there is a …
- 19:40 Ticket #10618 (The mouseenter and mouseleave events don't fire unless the mouse is moved) closed by
- patchwelcome: I don't see a way to fix this since the browser doesn't fire any event. …
- 19:39 Ticket #10206 (Odd scroll-to-top behavior observed in IE8 when delegating to `tbody tr`) closed by
- patchwelcome: Given the obscurity of the case I don't think we'll be able to put effort …
- 19:36 Ticket #10572 (custom filters don't work in $.sub()) closed by
- wontfix: Our medium-term goal is to move jQuery.sub() into a plugin so I don't …
- 19:21 Ticket #10806 (Someone has been spamming the Plugin) closed by
- duplicate: The plugins site is currently being rewritten. Stay tuned.
- 19:20 Ticket #10740 (Wrong/Missing Documentation for fn.removeAttr) closed by
- fixed: I've updated the docs.
- 18:41 Ticket #10806 (Someone has been spamming the Plugin) created by
- There are a bunch of spams under Plugin. (i.e. especially under Browser …
- 16:25 Ticket #10803 (delegated blur-events can not be triggerd with $().blur() anymore) closed by
- duplicate
- 16:05 Ticket #10805 (expand the method of Object's prototype, animate can not work in IE) closed by
- invalid: jQuery does not support extending native prototypes.
- 16:04 Ticket #10805 (expand the method of Object's prototype, animate can not work in IE) created by
- Ex: Object.prototype.method = function() {}; …
- 16:00 Ticket #10804 (Replaced innerHtml calls with insertAdjacentHTML) closed by
- duplicate
- 15:36 Ticket #10791 (Delegated Events fail on SVG elements) closed by
- fixed: Fix #10791. SVG clamors for special treatment of its class names. …
- 15:29 Ticket #10804 (Replaced innerHtml calls with insertAdjacentHTML) created by
- As per …
- 15:08 Ticket #10803 (delegated blur-events can not be triggerd with $().blur() anymore) created by
- When binding delegated blur-events with .on() you can not trigger them …
- 14:41 Ticket #10801 (HTML-comments within script-Blocks executede with $.html fails in IE - ...) closed by
- invalid: HTML comments in a script tag are invalid. …
- 14:18 Ticket #10802 (Animating backgroundPosition not working anymore after v1.3) closed by
- duplicate
- 14:15 Ticket #10802 (Animating backgroundPosition not working anymore after v1.3) created by
- $('#' + id).animate({backgroundPosition: '500px 0px', width: '500px'}); I …
- 13:12 Ticket #10800 (Delegation doesn't work well with :last selector) closed by
- wontfix: This is a regression, but it's due to fixing a bug and creating a …
- 10:48 Ticket #10801 (HTML-comments within script-Blocks executede with $.html fails in IE - ...) created by
- Normal html-comments in a script-tag, which is executed with scriptEval …
- 10:05 Ticket #10800 (Delegation doesn't work well with :last selector) created by
- Hi, This is my first post here. There is a regression in jquery 1.7 when …
- 08:00 Ticket #10631 (jQuery 1.6.3-1.6.4 not working in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:10 Ticket #10790 (Error loading jQuery 1.7 with Modernizr in IE8) closed by
- duplicate
- 02:09 Ticket #10798 (live("submit") and .submit() would cause unobtrusive ajax live to fire ...) closed by
- fixed: Fix #10798. Don't re-bubble trigger()ed events in IE. Since .trigger() …
11/15/11:
- 22:57 Ticket #10799 (Inconsistent results with [name="name"] selectors (also breaks .has)) created by
- jQuery delivers inconsistent results with [name="name"] selectors …
- 21:01 Ticket #10798 (live("submit") and .submit() would cause unobtrusive ajax live to fire ...) created by
- I have code using jquery 1.7, MVC 3 unobtrusive ajax, jquery ui 1.8.5, and …
- 18:08 Ticket #10797 (width() and height() mixed in mozilla with jq v 1.7) created by
- […]
- 17:17 Ticket #10796 (Bug in IE7 with $('#el').css.('background-position')) created by
- Hallo! I found that $('#el').css.('background-position') is defined as …
- 16:58 Ticket #10795 (Animate "height" is interpreting % values as px) closed by
- duplicate
- 16:50 Ticket #10795 (Animate "height" is interpreting % values as px) created by
- The animate function seems to be interpreting the "height" attribute …
- 15:26 Ticket #10699 (Calling stopPropagation() before trigger() doesn't call handlers on ...) closed by
- wontfix: Yes, I agree, it seems logically right and keeping the code small doesn't …
- 15:24 Ticket #10794 (.triggerHandler should not .preventDefault()) closed by
- fixed: Fix #10794. .triggerHandler() should not .preventDefault(). This also …
- 15:14 Ticket #10794 (.triggerHandler should not .preventDefault()) created by
- Currently, .triggerHandler() calls event.preventDefault() to avoid the …
- 14:24 Ticket #10509 (JQUERY UNLOAD DOESN'T WORK IN GOOGLE CHROME 14 AND ABOVE!) closed by
- cantfix: Not our bug, and something we can't patch. …
- 12:36 Ticket #10791 (Delegated Events fail on SVG elements) created by
- Using delegated events on embedded SVG has an error regarding class …
- 10:42 Ticket #10790 (Error loading jQuery 1.7 with Modernizr in IE8) created by
- I get (usually) an error when loading jQuery 1.7 with Modernizr in …
- 07:52 Ticket #10626 (jquery) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:52 Ticket #10621 ($(window).keydown don't work in ie6.ie7.ie8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:06 Ticket #10789 (about the load of ajax) created by
- There are two questions about .load. 1. .load could not work as expected …
11/14/11:
- 21:58 Ticket #10390 (Object does not support property or method getAttributeNode) reopened by
- 21:58 Ticket #10788 (Line: 2479 Error: Object doesn't support property or method ...) closed by
- duplicate
- 21:56 Ticket #10788 (Line: 2479 Error: Object doesn't support property or method ...) created by
- This is the same issue as in Ticket #10390. the code is a bit more …
- 21:24 Ticket #10787 (Selecting by [nodeName] finds nothing in 1.7) closed by
- duplicate: It was a bug that it worked before. The XML does not have a nodeName …
- 21:14 Ticket #10787 (Selecting by [nodeName] finds nothing in 1.7) created by
- The syntax being discussed here is performing a find on a jQuery wrapped …
- 21:04 Ticket #10666 (event.metaKey returns false when ctrl key is down) closed by
- invalid: I talked to scott.gonzalez and we're going to leave 1.7 as is; UI will …
- 19:19 Ticket #10786 (Width is inconsistant with node isn't in the document) closed by
- cantfix: It must be kept in mind that .css is for retrieving _computed_ values. …
- 19:09 Ticket #10735 (Using "$(document).ready" causes warning about getAttributeNodeNS() being ...) closed by
- invalid: Thank you, I figured.
- 17:14 Ticket #10687 (jQuery calls the AMD define() global function too early) closed by
- fixed: Landing pull request 586. Create exports.js for exporting jQuery to window …
- 16:40 Ticket #10750 (A "null" in the data object can cause an error in stop) closed by
- fixed: Ensuring that nulls in private data object won't cause errors on stop() - …
- 16:32 Ticket #10773 (removeAttr is fragile for edge cases) closed by
- fixed: Fix #10773. Improve parameter handling in removeAttr. Changeset: …
- 16:24 Ticket #10786 (Width is inconsistant with node isn't in the document) created by
- If I do .width() on an element that is not attached to the document where …
- 15:19 Ticket #10757 (attr(): on XML documents returns "undefined") closed by
- invalid: Dave hit it on the nose. It works fine if importNode is not used to …
- 15:03 Ticket #10785 (jQuery .html().replace breaks in IE7-8 only. Example fiddle included.) closed by
- invalid: Please visit the forum http://forum.jquery.com/ for support questions.
- 14:50 Ticket #10785 (jQuery .html().replace breaks in IE7-8 only. Example fiddle included.) created by
- I know this is not a good way to do what i am doing in this sample, i'm …
- 14:49 Ticket #10630 (Fix focus-related test failures to resolve Swarm failures) closed by
- fixed: Fixed by removing tests triggered by browser focus. We need a better way …
- 14:48 Ticket #10784 ($.removeData is not working in 1.7) created by
- As of 1.7, removeData is not working, here is a simple test case: …
- 14:40 Ticket #10783 (select) closed by
- invalid: That syntax will not bind delegated events. Please re-read the …
- 14:24 Ticket #10783 (select) created by
- When trying to assign .on the method to an element within the option in …
- 13:12 Ticket #10781 (Firefox 8 checking if input type checkbox is checked always returns false) closed by
- invalid
- 11:39 Ticket #10782 (Incorrect calculating width) created by
- If parent is hidden width() represents width in pixels however it's in …
- 07:53 Ticket #10781 (Firefox 8 checking if input type checkbox is checked always returns false) created by
- Hi, Since I updated to firefox 8, I'm always returned false on the …
Note: See TracTimeline
for information about the timeline view.
