Timeline
Mar 11, 2010:
- 9:54 PM Ticket #6270 (On Firefox 3.6, $(document).ready(...) doesn't get triggered after a ...) created by
- On Firefox 3.6, $(document).ready(...) doesn't get triggered when the …
- 5:44 PM Ticket #6269 (Plain Object Event Unbind throws exception when unbinding last handler ...) closed by
- duplicate: Duplicate of #6184.
- 4:49 PM Ticket #6269 (Plain Object Event Unbind throws exception when unbinding last handler ...) created by
- When unbinding an event attached to a plain object, an exception is …
- 10:49 AM Changeset [ba8938d]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:38 AM Ticket #6268 (clone() doesn't copy "own properties" of html elements in firefox and ...) closed by
- wontfix: That's correct - and not something that we guarantee. If you wish to …
- 10:28 AM Ticket #6268 (clone() doesn't copy "own properties" of html elements in firefox and ...) created by
- When cloning an html element, and setting to the "dom" object a …
- 10:04 AM Ticket #6266 (Unbinding custom events results in TypeError) closed by
- duplicate: Duplicate of #6184.
- 9:53 AM Ticket #6267 (parseJSON - plain boolean and integers) closed by
- worksforme: This is matching the spec. Just try using the JSON parser provided by …
- 9:51 AM Ticket #6265 (First day of week in Norway i Monday, not Sunday) closed by
- invalid: Please submit this bug to the jQuery UI bug tracker: …
- 9:10 AM Ticket #6267 (parseJSON - plain boolean and integers) created by
- The code bellow should produce one success alert (for first item) and …
- 7:46 AM Ticket #6266 (Unbinding custom events results in TypeError) created by
- test case var fn = new function(){}; …
- 7:43 AM Ticket #6265 (First day of week in Norway i Monday, not Sunday) created by
- First day of week in Norway i Monday, not Sunday. This should be …
- 7:08 AM Ticket #6264 (.submit() silently fails if the form has a <input name="submit">) created by
- .submit() silently fails if the form has a <input name="submit"> or …
- 6:19 AM Ticket #6263 (warning using jQuery 1.4.2 on https pages) created by
- When using jQuery 1.4.2 in https a warning message is poping up. …
- 5:19 AM Ticket #6262 (handlers for .submit() fired in bad order in IE6) created by
- in jQuery 1.4 was fixed bubbling of submit event in IE6, but submit …
Mar 10, 2010:
- 9:34 PM Ticket #6261 (clone(false) inserts empty nodes in IE) created by
- $('#myElement').clone(false) inserts empty nodes in IE while …
- 5:35 PM Ticket #6260 (Selector does not work properly when using multiple ":not()"s on same ...) created by
- In the following HTML <body> <a href="#">Should alert when …
- 5:13 PM Ticket #6251 (jquery.com website not cross-browser capable!) closed by
- wontfix: It does work well in multiple browsers - in fact all modern browsers. …
- 5:08 PM Ticket #6258 (XULElement) closed by
- invalid: Can you re-open this ticket with the code that's running to cause this …
- 4:47 PM Ticket #6259 (data() returns null, but undefined in Firefox after console.log()) closed by
- duplicate: This is a duplicate of #6166.
- 3:10 PM Ticket #6259 (data() returns null, but undefined in Firefox after console.log()) created by
- I noticed that in 1.4, data() now returns null instead of undefined if …
- 2:41 PM Ticket #6258 (XULElement) created by
- Permiso denegado par... XULElement.popuoOpen
- 11:25 AM Ticket #6257 (Bug in cleanData) closed by
- fixed: This was fixed yesterday: …
- 8:29 AM Ticket #6257 (Bug in cleanData) created by
- I can reproduce the bug only with ie(7). Microsoft Script debugger …
- 7:21 AM Ticket #6256 (IE8 AJAX GET request fails due to unexpected call to abort handler) created by
- jquery 1.4.2 has the following code in the AJAX request handler: Line …
- 5:30 AM Ticket #6255 (.delay() is not stopped by .stop(true,true)) created by
- .delay() is implemented with a setTimeout() without remembering the …
- 4:58 AM Ticket #6254 (JQuery - stop IE jumping on movement) created by
- With no page DTD defined, IE does something strange when doing …
Mar 9, 2010:
- 9:39 PM Ticket #6253 ($.proxy incorrectly passes $.proxy arguments to proxied function) created by
- I believe theres a problem with
$.proxy
. If you call […] … - 3:08 PM Ticket #6252 (Eval data) created by
- Hi there, I found a bug when i upgrade the newest version ( 1.4.2 ) …
- 2:08 PM Changeset [da26d0eb]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 1:59 PM Ticket #6251 (jquery.com website not cross-browser capable!) created by
- Numerous pages, when viewed in Konqueror, have very badly positioned …
- 12:22 PM Ticket #6202 (special events + .die issue in 1.4.2) closed by
- fixed: Fixed. …
- 12:22 PM Ticket #6250 (Default action not triggered when namespace used) closed by
- fixed: Fixed. …
- 12:22 PM Changeset [f68b46d]1.12-stable2.2-stablekillphp by
- src/event.js
- src/manipulation.js
- test/unit/event.js
- 12:20 PM Ticket #6250 (Default action not triggered when namespace used) created by
- If you specify a namespace the default action (e.g. .click()) will not …
- 9:16 AM Changeset [2fbe3fb]1.12-stable2.2-stablekillphp by
- README.md
- 9:15 AM Ticket #4835 (Use native trim() implementation if exists) closed by
- fixed: Fixed. …
- 9:15 AM Ticket #4452 (Error when calling jQuery.trim) closed by
- fixed: Fixed. …
- 9:14 AM Ticket #2279 (faster trim) closed by
- fixed: Fixed. …
- 9:14 AM Changeset [141ad3c]1.12-stable2.2-stablekillphp by
- src/core.js
- src/support.js
- test/unit/core.js
- 9:07 AM Ticket #6216 ([Patch] Drop-in replacement for jQuery's trim() function) closed by
- duplicate: Duplicate of #2279.
- 9:07 AM Ticket #5696 (Minor Feature: Slugify) closed by
- wontfix: This isn't something that we're going to be landing - should make for …
- 9:06 AM Ticket #4848 (trim method doesn't trim all white-space) closed by
- wontfix: This isn't something that we're going to be landing - should make for …
Mar 8, 2010:
- 10:07 PM Ticket #6249 (IE6 does not support the change event of "select" element while using live) created by
- The change and submit events work reliably across browsers for both …
- 7:12 PM Ticket #6248 (ajax calls success twice when server is unavailable) created by
- == jQuery: 1.4.2; Firefox: 3.5.8 == I have found that the following …
- 7:02 PM Ticket #6247 (IE8 - live change event stops propogation to live click event) created by
- What I have is two live events. One is a change, and one is a click. …
- 5:07 PM Ticket #6246 (Jquery not working on Nokia E71 Browser) created by
- When loading the JQuery test suite at …
- 4:49 PM Ticket #3680 (Leading/trailing space not treated consistently in className) closed by
- fixed: This has since been fixed in jQuery 1.4.
- 3:51 PM Ticket #6245 (JavaScript error on unload) closed by
- duplicate: Duplicate of #6163.
- 3:46 PM Ticket #6245 (JavaScript error on unload) created by
- I get an error when unloading one of my pages (reproducible for that …
- 12:01 PM Ticket #6244 (function attr) closed by
- wontfix: Well, you're putting custom elements inside other custom elements - …
- 11:52 AM Ticket #6244 (function attr) created by
- In IE this code returns 'undefined': alert($('test2', '<test1><test2 …
- 11:31 AM Ticket #6243 (Null-checking is missing in 'events' extraction during event handler) closed by
- duplicate
- 11:22 AM Ticket #6243 (Null-checking is missing in 'events' extraction during event handler) created by
- After switching from jQuery 1.3 to 1.4.2, on one page, page unload …
- 8:58 AM Ticket #6242 (Memory leak in IE8 when using ajax) created by
- I've an application where I use the ajax function in jquery to query …
Mar 7, 2010:
- 9:22 PM Ticket #5971 (Make sure jQuery.data( elem ) always returns an object) closed by
- fixed: You're mis-understanding the bug - that's a separate case where you're …
- 9:17 PM Ticket #6241 ($.ajax calls the success callback in FF 3.5.8 for failed cross-origin ...) created by
- In Firefox 3.5.8, when I attempt an illegal cross-origin request, the …
- 8:24 PM Ticket #6240 (multiple "simultaneous" $.ajax requests don't all complete in FF 3.5.8) created by
- When I time it so that I submit an ajax request right after another …
- 4:29 PM Ticket #6239 (Error on tag selection) created by
- I wrote a script for custom tags to be replaced with externally …
- 12:20 PM Ticket #6238 (All "each" style callbacks should pass consistent arguments.) created by
- logs what you'd expect. $('*').each(function( i, elem ){ …
Mar 6, 2010:
- 6:48 PM Ticket #6237 (Setting offset of an object which isn't in DOM failed to take scroll ...) created by
- If having an element out of DOM and we have parent scrolled and is …
- 8:51 AM Ticket #6236 (jQuery incorreclty closes tags in the clean function when the last ...) created by
- When adding HTML code retrieved with a call to html() with IE, because …
Mar 5, 2010:
- 7:09 PM Ticket #5971 (Make sure jQuery.data( elem ) always returns an object) reopened by
- I just came across another bug, where page unload pukes on this line …
- 6:01 PM Ticket #6235 (fade in fade out text) created by
- My text is turning green with the fade in fade out effect. How do I …
- 11:26 AM Ticket #6234 (mouseenter/mouseleave/hover event handler exceptions are caught ...) created by
- If the event handler for a mouseenter, mouseleave, or hover event …
- 10:28 AM Ticket #6232 (Selector [name="person.names[0]"]:visible fails) closed by
- duplicate: Duplicate of #6233.
- 10:02 AM Ticket #6228 (jquery seem to conflict with object.prototype.create) closed by
- invalid: Yep, jQuery doesn't attempt to work with Object.prototype manipulation.
- 9:59 AM Changeset [0a307b3]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 6:09 AM Ticket #6233 (Selector [name="person.names[0]"]:visible fails) created by
- Selector [name="person.names[0]"]:visible fails due to wrong selector …
- 6:06 AM Ticket #6232 (Selector [name="person.names[0]"]:visible fails) created by
- Selector [name="person.names[0]"]:visible fails due to wrong selector …
- 4:15 AM Ticket #6231 (:hidden does not work on tr) created by
- It did work correctly in 1.3.2, but in 1.4.2 it always returns true. I …
- 4:09 AM Ticket #6230 (WEBKIT: xhr.setRequestHeader("Accept", ...) *appends* the value ...) created by
- dataType: 'html', beforeSend: function(xhr) { …
- 3:18 AM Ticket #6229 ($.ajax has memory leak in IE8) created by
- in IE8 the memory will grow,but in firefox have not this proplem. Is …
- 2:59 AM Ticket #6228 (jquery seem to conflict with object.prototype.create) created by
- When i put the following code in my script if ( ! …
- 12:14 AM Changeset [145f2f0]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 12:08 AM Ticket #6227 ($(arrayofElements).appendTo(...) fails) closed by
- fixed: Hmm, ok, I'm having a really hard time reproducing this - but changing …
- 12:07 AM Changeset [2c08004]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
Mar 4, 2010:
- 11:42 PM Ticket #6227 ($(arrayofElements).appendTo(...) fails) created by
- It appears as if only the first element is actually appended in - we …
- 4:44 PM Ticket #6226 (Missing or bad example code for stopropagation in docs) created by
- http://api.jquery.com/event.stopPropagation/. Demo needs to be …
- 4:34 PM Ticket #6225 (IE8 Will not properly FadeIn() and FadeOut()) created by
- It appears there is another bug when fading and out when using IE8. I …
- 3:01 PM Ticket #6223 (html() not browser agnostic. Returns ids and classes without qoutes in IE) closed by
- wontfix: Correct - we don't make guarantees about the returned content - we do …
- 2:41 PM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) closed by
- worksforme: I added more detailed information and an example to the bind …
- 2:27 PM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) reopened by
- Is this what you're referring to? …
- 1:37 PM Ticket #6224 (Animating display and opacity with "toggle" causes "Invalid argument" ...) created by
- The attached file is resulting in the following error when I click on …
- 11:52 AM Ticket #6223 (html() not browser agnostic. Returns ids and classes without qoutes in IE) created by
- Calling .html() on an element containing something like <div id="foo" …
- 10:42 AM Ticket #6214 (1.4.2 AJAX .abort script error in IE) closed by
- duplicate
- 10:28 AM Ticket #6217 ($(foo).trigger('load') fires window.load event in ie) closed by
- worksforme: Yep, that's to be expected since the event will bubble up the tree. …
- 10:21 AM Ticket #6215 (jQuery.support.boxModel is true in IE when the DOCTYPE is ....) closed by
- worksforme: Yep, that's correct - using a proper content type will push Internet …
- 10:18 AM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) closed by
- wontfix: That was an intentional change in 1.4.2 and was mentioned in the …
- 9:59 AM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) created by
- Given: <code> function foo() { alert('bar') } …
- 8:06 AM Ticket #6221 (Internet Explorer and NULL val()) created by
- Internet Explorer appears to be treating NULL as the string "null" …
- 7:54 AM Ticket #6220 (fadeIn / fadeOut with long durations produce bad opacity values) created by
- Using the fadeIn and fadeOut animations with quite long duration …
- 6:49 AM Ticket #6219 (:contains breaks with () created by
- if the quoted needle contains ( without a closing ), it throws an …
- 6:38 AM Ticket #6218 (jQuery.browser claims MSIE 8.0 to be MSIE 6.0 in certain browsers) created by
- The jQuery.browser() function fails to determine the correct MSIE …
- 5:58 AM Ticket #6217 ($(foo).trigger('load') fires window.load event in ie) created by
- When using trigger to explicitly fire the load event on an object (to …
- 3:43 AM Ticket #6216 ([Patch] Drop-in replacement for jQuery's trim() function) created by
- Inspired by …
- 2:46 AM Ticket #6215 (jQuery.support.boxModel is true in IE when the DOCTYPE is ....) created by
- jQuery.support.boxModel is true in ie6~8 when the DOCTYPE is <!DOCTYPE …
Note: See TracTimeline
for information about the timeline view.