Timeline
Jan 25, 2012:
- 3:06 PM Ticket #11226 (.after and .before returns incorrect data for $('not_existing_element')) created by
- […] expected: return a jquery object for '<existing_element>' …
- 12:37 PM Ticket #11225 (Animations flicker in Webkit and IE when "opposing" attributes are ...) created by
- The following code works good at Firefox 9.0.1, but at Google Chrome …
- 12:18 PM Ticket #11224 ($.ajaxSetup data object does not merge when $.ajax call passes a string.) created by
- I'm trying to use $.ajaxSetup to add a default parameter to every ajax …
- 12:09 PM Ticket #11223 (Opacity show doesn't works) created by
- It's weird, but when I do $('span').animate({'opacity', 'show'}, …
- 10:34 AM Ticket #11222 (Toggle quick-click breaks display attribute.) closed by
- duplicate: This has been fixed. http://jsfiddle.net/m3fwP/2/
- 10:04 AM Ticket #11220 (Containment is not working for Grid control) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. You …
- 7:42 AM Ticket #11222 (Toggle quick-click breaks display attribute.) created by
- == Issue == When the .toggle() function is triggered via a CLICK …
- 7:40 AM Ticket #11221 (jQuery.data and jQuery.fn.data not working) created by
- jQuery.data and jQuery.fn.data functions running on Firefox 9.0.1 of …
- 7:30 AM Ticket #11220 (Containment is not working for Grid control) created by
- I tried providing containment to asp Grid control. But still grid can …
Jan 24, 2012:
- 8:27 PM Ticket #11219 (jquery hangs in $.param when passed a jquery object) closed by
- invalid: If you need an array, use
toArray()
. Note the docs don't mention … - 5:55 PM Ticket #11219 (jquery hangs in $.param when passed a jquery object) created by
- I found that there is a very easy way to make the browser hang in an …
- 12:35 PM Ticket #11218 (.is(":hidden") on a list with 'display:inline' always true in Chrome ...) created by
- Using .is() to check visibility of a list (<ul>) with a display of …
- 9:49 AM Ticket #11217 (Append problem with webkit) created by
- When appending a checked radio button made on the fly, it is not …
- 9:45 AM Ticket #11215 (jQuery Documentation 404 errors) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. The …
- 9:17 AM Ticket #11216 (funcation works only once) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. …
- 8:14 AM Ticket #11216 (funcation works only once) created by
- hi .. i have one link . onclicking this link jquery dialogbox is open …
- 8:10 AM Ticket #11215 (jQuery Documentation 404 errors) created by
- I'm getting the following errors on the Autocomplete page. …
- 6:29 AM Ticket #11210 (toggleClass documentation) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. As Dave has …
- 4:33 AM Ticket #11214 (dialog) closed by
- invalid: This is not the correct place. Please use the …
Jan 23, 2012:
- 11:44 PM Ticket #11214 (dialog) created by
- dialog doesnt work when moving to right side, its collapse the content …
- 7:01 PM Ticket #11213 (Firefox 9.0.x) closed by
- invalid
- 3:44 PM Ticket #11213 (Firefox 9.0.x) created by
- Seems like Firefox 9.0.x is incompatible or has slight issues with …
- 2:50 PM Ticket #11212 (Sizzle.getText converts unbreakable space into whitespace on IE) created by
- There is a regression linked to changes made in Sizzle.getText. …
- 1:10 PM Ticket #11211 (Navigation issue I.E.9) closed by
- invalid: Thanks for taking the time to try to contribute to the jQuery project …
- 12:54 PM Ticket #11211 (Navigation issue I.E.9) created by
- My Navigation in i.e.9 doesn't display. Do you see anything I am …
- 11:04 AM Ticket #11210 (toggleClass documentation) created by
- The jquery toggleClass documentation needs to be updated. …
- 10:54 AM Ticket #11208 (relatedTarget is null on mouseleave event) closed by
- invalid: jQuery 1.5.2 is an old version, we don't maintain that. If you're …
- 10:53 AM Ticket #11209 (relatedTarget is null on mouseleave event) closed by
- duplicate
- 7:48 AM Ticket #11209 (relatedTarget is null on mouseleave event) created by
- Getting exception: 0x800a138f - JavaScript runtime error: Unable to …
- 7:45 AM Ticket #11208 (relatedTarget is null on mouseleave event) created by
- Using jQuery v1.5.2 Getting exception: 0x800a138f - JavaScript …
Jan 22, 2012:
- 10:25 PM Ticket #11207 (jQuery.active is not decremented on completion of AJAX request if an ...) reopened by
- Sorry, I have a habit of writing highly tested, rigorously fuzzed, …
- 10:06 PM Ticket #11207 (jQuery.active is not decremented on completion of AJAX request if an ...) closed by
- wontfix: If you throw an error from within the error handler, there is no …
- 9:23 PM Ticket #11207 (jQuery.active is not decremented on completion of AJAX request if an ...) created by
- The jQuery.active counter is not decremented after an AJAX request if …
- 6:44 PM Ticket #11206 (jQuery 1.6.2 and greater is not supported on Safari on iPhone) closed by
- worksforme: I also tested this on my iPhone 4S - no issues.
- 2:53 PM Changeset [1326510]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 11:07 AM Ticket #11206 (jQuery 1.6.2 and greater is not supported on Safari on iPhone) created by
- Hi, I've had to roll back to version 1.4.2 to get simple jQuery …
Jan 21, 2012:
- 3:32 PM Ticket #11205 (.submit() documentation example is outdated/incorrect about effect of ...) created by
- http://api.jquery.com/submit/ contains: […] The last sentence is …
- 11:16 AM Ticket #11204 (Date picker and modal issue) closed by
- invalid: This is the jQuery core bug tracker. Please ask for help regarding use …
- 10:59 AM Ticket #11203 (.on method doesn't work with ajax loaded content) closed by
- invalid: http://api.jquery.com/on/ > Event handlers are bound only to the …
- 8:36 AM Ticket #11204 (Date picker and modal issue) created by
- Hi, I am having issue with date picker when using in modal …
- 5:26 AM Ticket #11203 (.on method doesn't work with ajax loaded content) created by
- e.g: $('.page_bar').on("click","a",function(){ do something.....}); …
Jan 20, 2012:
- 4:48 PM Ticket #10864 (text() method on a document fragment always returns the empty string) closed by
- fixed: Adds test to support Sizzle getText patch for document fragments. …
- 4:47 PM Changeset [4996589]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 4:41 PM Changeset [d700f45]1.12-stable2.2-stablekillphp by
- src/sizzle
- test/qunit
- 3:57 PM Ticket #11202 (No support for XDomain request in IE) closed by
- duplicate: You know about all the restrictions and shortcomings in XDR, right? We …
- 3:57 PM Changeset [4eef88c]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 3:56 PM Ticket #11201 (jQuery.ajax convert JSONP to HTML) closed by
- invalid: Please review: http://api.jquery.com/extending-ajax/
- 3:42 PM Ticket #11202 (No support for XDomain request in IE) created by
- Please put in cross browser support for cross domain ajax calls when …
- 3:38 PM Ticket #11201 (jQuery.ajax convert JSONP to HTML) created by
- There is a short script that I have set up to attempt to fetch HTML …
- 2:18 PM Ticket #10848 (Animation toggling loses state tracking in certain atomic edge cases) closed by
- fixed: When stopping a show, save showing end state instead of start state to …
- 2:17 PM Changeset [e8673ae]1.12-stable2.2-stablekillphp by
- src/effects.js
- src/support.js
- 12:58 PM Ticket #11200 (Please provide a more promise-ing AJAX interface) closed by
- plugin: But there's already a plugin. It doesn't make sense to include yet …
- 12:48 PM Ticket #11200 (Please provide a more promise-ing AJAX interface) created by
- Hi, Please consider providing an AJAX interface like the one provided …
- 11:31 AM Ticket #11199 (document.write in ready()) closed by
- invalid: Please read https://developer.mozilla.org/en/document.write
- 10:03 AM Ticket #11199 (document.write in ready()) created by
- Hi, A write in ready() leaves Firefox (9.0.1) in a wait state (the …
- 9:16 AM Ticket #11198 (chrome and safari - when dynamically loading scripts and stylesheets) closed by
- invalid: If you're dynamically including scripts, you should only be running …
- 8:01 AM Ticket #11197 (jquery 1.6.4 IE8 try-finally bug) closed by
- duplicate: Please, please, please, use the search feature before submitting a bug.
- 5:20 AM Ticket #11198 (chrome and safari - when dynamically loading scripts and stylesheets) created by
- Thanks for your great work. I cannot imagine developing web Javascript …
- 2:30 AM Ticket #11197 (jquery 1.6.4 IE8 try-finally bug) created by
- jquery 1.6.4 IE8 try-finally bug Missing catch block in …
Jan 19, 2012:
- 10:36 PM Changeset [135bb4f]1.12-stable2.2-stablekillphp by
- build/jshint-check.js
- build/lib/jshint.js
- src/ajax.js
- src/ajax/xhr.js
- src/event.js
- src/offset.js
- 10:17 PM Ticket #8165 (.live('click', handler) fires on disabled buttons with child elements ...) closed by
- fixed: Fix #8165: Ignore events bubbling through disabled elements. Although …
- 10:14 PM Changeset [8d9025c]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 2:06 PM Ticket #11196 (die() selector quote type order MUST match original live selector EXACTLY) closed by
- invalid: Yes, as documented: http://api.jquery.com/die/ And, also as …
- 1:47 PM Ticket #11196 (die() selector quote type order MUST match original live selector EXACTLY) created by
- if you bind a live event to a selector using something like […] …
- 12:25 PM Ticket #11195 (Toggle should also toggle visibility hidden/visible) closed by
- wontfix: This would cause a lot of unexpected behavior for our users. I …
- 12:06 PM Ticket #11195 (Toggle should also toggle visibility hidden/visible) created by
- For accessibility purposes any toggle function should also utilize …
- 9:45 AM Ticket #11193 (jQuery.Callbacks left in inconsistent state after exception) closed by
- duplicate: It's not really a duplicate of #9033 per se, but all the info and …
- 8:57 AM Ticket #11194 (Passing a HTML tag with attributes to jQuery without a closing tag ...) closed by
- invalid: Yes, as clearly documented. If it needs a closing tag you should …
- 8:54 AM Ticket #11194 (Passing a HTML tag with attributes to jQuery without a closing tag ...) created by
- When creating a new HTML element with attributes by passing the source …
- 6:51 AM Ticket #11192 (ajax calls with asp.net) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. …
- 6:05 AM Ticket #11193 (jQuery.Callbacks left in inconsistent state after exception) created by
- If an exception occurs in a callback, the jQuery.Callback instance is …
- 3:13 AM Ticket #11127 (object doesn't support property or method "addEventListener") closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:21 AM Ticket #11192 (ajax calls with asp.net) created by
- Hi i used the library 1.7.1 and tried an ajax call for a page method …
Jan 18, 2012:
- 8:01 PM Ticket #8165 (.live('click', handler) fires on disabled buttons with child elements ...) reopened by
- This bug still exists in 1.7.1, per the test case. It does look like …
- 7:24 PM Ticket #11191 (animate based on percentage) created by
- When the element is invisible passing percentage value to animate it …
- 4:54 PM Ticket #11189 (No such interface supported) closed by
- duplicate
- 1:52 PM Ticket #11190 ($(exp).data() yields syntax error - unrecognized expression) created by
- I'm trying to use the data() function in assigning data to specific …
- 10:33 AM Ticket #11189 (No such interface supported) created by
- This message appear on using the code below (on jsfiddle): …
- 10:09 AM Ticket #11188 (Problem with .animate() for opacity in IE8) created by
- If I use .animate({ opacity: 0.32 }), nothing happens in IE8, but …
- 3:01 AM Ticket #11187 (jQuery.find() returns unexpected result in Safari) created by
- Using jQuery.find() with an element as the argument returns a jQuery …
- 3:01 AM Ticket #11186 (KeyError: 'captcha_redirect') created by
- ==== How to Reproduce ====
While doing a POST operation on
/
, Trac …
Note: See TracTimeline
for information about the timeline view.