Timeline
03/25/10:
- 22:47 Ticket #6356 ($.proxy not working within bind) created by
- $(anObject).bind( 'cardMoved', $.proxy(this, 'methodName') ); In the …
- 21:30 Changeset [dab1d7467789c7092366f8231dceee0dc20d2553] by
-
- test/unit/offset.js
- 20:43 Ticket #6355 (clone(true) creates bogus event bindings if you extend Array.prototype) created by
- If you added extra methods to Array.prototype and use jQuery.clone(true) …
- 13:38 Ticket #6354 (http to https transition by ajax) created by
- I have entered into a page using …
- 12:54 Ticket #6353 (IE xml tag selector) created by
- some.xml: <?xml version="1.0" encoding="utf-8"?> <test> <item> <image> …
- 12:44 Ticket #6352 (cache is not being false by default with datatype === "script") created by
- In jQuery 1.3.2, there was this test: if ( s.dataType === "script" && …
- 10:11 Ticket #6351 ($elm.append() not consistent with $().appendTo()) created by
- This does work: $('<span/>', { id: 'display' + key, css: {fontStyle: …
- 06:14 Ticket #6350 (Live change event works improperly for file inputs in IE8/7) created by
- Assume we have the following code: <input type="file" id="works" /> …
- 03:13 Ticket #6348 (:visited selector causes NS_ERROR_XPC_JS_THREW_STRING in Flock 2.5.6 (and ...) closed by
- invalid: The code snippet there isn't a complete test case, but since you mentioned …
- 03:03 Ticket #6347 (bug in jquery.min.js??) closed by
- invalid: This is not enough information for a bug report. Most likely your copy of …
- 02:51 Ticket #6340 (slideDown issue with relative positioning in IE7) closed by
- invalid: Since there's no test case, it might be better to open a discussion of the …
- 02:47 Ticket #6349 (Ajax callback not called while firebug opened) created by
- Ajax callback not called while firebug opened and switched to network …
- 02:47 Ticket #1641 (append() in IE does not properly handle Options) closed by
- wontfix: If you review the history of this ticket you'll see that it's not …
- 00:41 Ticket #6348 (:visited selector causes NS_ERROR_XPC_JS_THREW_STRING in Flock 2.5.6 (and ...) created by
- The following snippet: $('<span …
03/24/10:
- 20:16 Changeset [298c81a8440169f3cbcacb9655ac3fef0a3e6d76] by
-
- test/data/testrunner.js
- 20:04 Changeset [59124f92b52f24f2547afaecc55afe10e2955cb6] by
-
- test/data/testrunner.js
- 19:39 Changeset [1ba2df02d6242d734297344a85b7bea3788a0671] by
-
- test/unit/event.js
- 19:18 Ticket #6347 (bug in jquery.min.js??) created by
- In IE8 my browser shows a bug in jquery.min.js line 116, caracter 165 …
- 19:18 Changeset [3b221da8b03265543f335f6160b945bfe55f8d9e] by
-
- test/unit/core.js
- 18:53 Ticket #6346 (conflict between jQuery 1.4 and Sarissa) created by
- There's a conflict between jQuery 1.4 and Sarissa. Similar reports: …
- 17:27 Ticket #6345 (Allow .data() to accept a function for its setter argument) created by
- This would be nice, as it aligns .data() with .css(), .attr(), and all the …
- 16:10 Ticket #6121 (data function no longer works with OBJECT elements) reopened by
- I have created a simple patch that restores data() support for Flash …
- 14:25 Ticket #6344 (selector bug with div and script) created by
- Hello, I tried to migrate from 1.3.2 to 1.4.2. If I want to select a …
- 12:57 Ticket #6343 (XMLHttpRequest Leak in IE 7) created by
- The default behavior of jQuery is to create an XMLHttpRequest if the …
- 10:32 Ticket #6342 ([validate] Additional feature for watermarking plugins) created by
- I have made a modification to the plugin to allow for the use of watermark …
- 03:40 Changeset [efea0f23f9e0f147c5ff5b5d35249417c32c3a53] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/offset.js
- src/outro.js
- …
- 02:46 Ticket #6341 ($.attr(name, null) is inconsistent across browsers) created by
- Running $(...).attr(name, null) is inconsistent across browsers. From what …
03/23/10:
- 23:41 Ticket #6340 (slideDown issue with relative positioning in IE7) created by
- The positioning of my CSS elements are rendering improperly when I use the …
- 21:53 Ticket #6339 (Error: div.style is undefined) created by
- I maintain a Firefox extension that includes jquery. When some pages are …
- 20:37 Changeset [96ea3d615ef1511bc9ebe45cd34dda2d5af87559] by
-
- test/data/offset/absolute.html
- test/data/offset/body.html
- test/data/offset/fixed.html
- test/data/offset/relative.html
- test/data/offset/scroll.html
- test/data/offset/static.html
- test/data/offset/table.html
- 20:24 Changeset [273822c138c70b1d58e2d1199090e9efa3e0e53e] by
-
- test/unit/ajax.js
- 20:22 Changeset [0fbac16dbe77b6bf846b43d3ef3bd75c374e2628] by
-
- test/unit/ajax.js
- 19:58 Ticket #1641 (append() in IE does not properly handle Options) reopened by
- I just spent time debugging why my Options didn't work in IE, then …
- 19:21 Changeset [2301e2a1c3418b4588653e26f9171577e0077aec] by
-
- test/data/testrunner.js
- 18:44 Ticket #6338 (attr under chrome browser fails on 'required' attribute) created by
- Using $( this ).attr( "required" ) returns true/false instead of the value …
- 16:31 Changeset [fa80693c4a2302993c4b18ac49d30c26f16d517d] by
-
- test/index.html
- test/unit/dimensions.js
- 16:19 Changeset [f6a50cacd8cd7663650d3ff5557cc20bfcdcd765] by
-
- test/data/testrunner.js
- 16:12 Changeset [8effe3a7dee91c833cc1774646da9d743600c64c] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/outro.js
- src/sizzle-jquery.js
- …
- 15:58 Ticket #6263 (warning using jQuery 1.4.2 on https pages) reopened by
- 15:24 Ticket #6337 (Button click within form causes submit event even though return false is ...) created by
- I have a small test case below where I create a button inside a form and …
- 01:36 Ticket #6336 (jquery fails in IE) closed by
- invalid
- 00:11 Changeset [656fe92178fda539d91fe31965b28bccff484778] by
-
- src/offset.js
- test/data/offset/absolute.html
- test/unit/offset.js
- 00:05 Changeset [08cf82e88e7a1f88da34ca251335a685889f8765] by
-
- src/offset.js
03/22/10:
- 22:50 Changeset [1844f95c5b2f92a1b388ff43e20aa4f065a6e57c] by
-
- test/unit/offset.js
- 21:20 Ticket #6336 (jquery fails in IE) created by
- <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN" …
- 13:02 Ticket #6335 ($.unique bug with microsoft internet explorer (8)) created by
- i found this issue while using $.unique with a native array on MSIE: …
- 12:08 Ticket #6334 (AJAX Loads in IE7 but not IE8) created by
- On lines 4987-4999 IE8 try's to load "return new …
- 07:31 Ticket #6333 ($.get() bug) created by
- I only get this bug in IE8. This is the current version of jQuery (1.4.2), …
- 06:42 Ticket #6294 (jQuery1.4.2 ajax bug) reopened by
- jQuery.post( url, [ data ], [ success(data, textStatus, XMLHttpRequest) ], …
- 04:42 Ticket #6332 (Error jQuery wth function eval()) created by
- <div class='windows'> <div style="width:400px;" class="draggable …
- 03:42 Ticket #6331 (BUG on Setting value to hidden input) created by
- I try to set a long html to a input:text, it is ok. But when I set the …
03/21/10:
- 21:58 Ticket #6330 ('checked' attribute does not get rendered to string) created by
- var obj = $("<input>").attr({ type: "checkbox", checked: true }); …
- 19:18 Ticket #6329 (hover, mouseenter, mouseleave do not behave as expected when entering from ...) created by
- Functions attached to a subject via the mouseenter and mouseleave …
- 18:24 Ticket #6328 (Attribute selector with escaped character doesn't work when used with a ...) created by
- When filtering by attribute no results are returned if a "[" escaped …
- 01:41 Ticket #6327 (.getJSON callback fires before request returns) closed by
- invalid
- 01:12 Ticket #6327 (.getJSON callback fires before request returns) created by
- $.getJSON (and $.ajax with dataType:'json') seem to fail for some reason …
- 00:11 Ticket #6323 (Ajax get/post does not complete in Google Chrome on Linux) closed by
- invalid: This sounds like it may be something related to plugins you are using. …
- 00:08 Ticket #6321 (opera 10.10 and less) closed by
- invalid: Please reopen with a test case including html and script.
- 00:05 Ticket #6318 (border-collapse:seperate; can not be set with .css()) closed by
- invalid: The spelling is "separate".
- 00:04 Ticket #6317 (Stringlenght) closed by
- invalid: Please attach a test case, including script and html required to reproduce …
- 00:00 Ticket #6315 (I need drop down customized using Jquery) closed by
- invalid: This is not a bug report. Please ask questions on the forum. …
03/20/10:
- 23:57 Ticket #6326 (offset(function(index, coords)) does not properly pass index) closed by
- invalid: Closed per your request.
- 19:02 Ticket #6326 (offset(function(index, coords)) does not properly pass index) created by
- When offset() is used as a setter, passed a function, it's supposed to …
- 17:23 Ticket #6325 (setting .css for class destroys its :hover definition in css file) created by
- First let's define in styles: .classOne { background-color: white; } …
- 01:28 Ticket #6324 (Sizzle reports link containing img is hidden in Webkit) created by
- This appears to be a bug releated to the Webkit rendering engine, as it …
03/19/10:
- 19:20 Ticket #6323 (Ajax get/post does not complete in Google Chrome on Linux) created by
- I am using $.get to make a simple request to a PHP script which responds …
- 15:58 Ticket #6322 (:has() does not correctly select elements if multiple criteria are inside) created by
- This testcase returns false, true true […] While I believe that all …
- 12:52 Ticket #6321 (opera 10.10 and less) created by
- $(elemant).height() returns wrong data in opera 10.10 and less, other …
- 12:50 Ticket #6320 (attribute selector does not work in IE8 on onmouse*) created by
- rel,id and name attributes are selectable in IE8, but all onmouse* I …
- 12:31 Ticket #6319 (Regression: stopPropagation inside change handlers in IE is incorrectly ...) created by
- On switching from 1.3.2 to 1.4.2, some of our document-level ENTER keydown …
- 11:20 Ticket #6318 (border-collapse:seperate; can not be set with .css()) created by
- "border-collapse" can not be set to "seperate" using .css() Firefox …
- 09:49 Ticket #6317 (Stringlenght) created by
- JQuery doesn't send parameters of wich the length of the parameter name is …
- 06:36 Ticket #6316 (Some jQuery methods don't their check private variables.) created by
- When faced with no arguments, most methods error out with no problems or …
- 03:41 Ticket #6315 (I need drop down customized using Jquery) created by
- i need customized drop down for my aspx pages where i will use …
- 03:14 Ticket #6313 (Plugins/Validation/Methods/date failed to validate) closed by
- invalid: Please report these on the forum, this bug tracker is for jQuery core …
- 03:11 Ticket #6308 (.data() inconsistent return value) closed by
- duplicate: Duplicate of #6304.
- 03:09 Ticket #6306 (Error in .validate() function for date) closed by
- invalid
03/18/10:
- 18:56 Ticket #6314 (Version 1.4.1 & 1.4.2 crash customizerd IE 7 when "native XMLHTTP support" ...) created by
- After doing a lot of testing and research to determine the cause of an IE7 …
- 17:57 Ticket #6313 (Plugins/Validation/Methods/date failed to validate) created by
- Plugins/Validation/Methods/date failed to validate the date given below. …
- 14:43 Ticket #6312 (About Track page does not work, GET: /about) created by
- About Track page does not work, GET: /about reports an error
- 14:43 Ticket #6311 (Problem with table row show / hide on firefox3.6) created by
- Hello We have a table with some lines are hide. The user has the option, …
- 14:42 Ticket #6310 (onchange function might be executed twice in IE8) created by
- Registering two change event handlers on the same element, one with …
- 14:23 Ticket #5892 (IE change event does not fire on text input after setting value - works in ...) reopened by
- In IE 8 in jquery 1.4.2 it is not working not solved.
- 13:24 Ticket #6309 (Using .animate() with .data() -> stack overflow) created by
- If you store the options and properties for el.animate() in el.data(), it …
- 13:21 Ticket #6308 (.data() inconsistent return value) created by
- The .data() function returns inconsistent values: If you try to load a …
- 12:39 Ticket #6307 (jQuery .load() does not execute scripts when called with a selector in the ...) created by
- The ".load()" API always removes script blocks from the markup loaded into …
- 11:16 Ticket #6306 (Error in .validate() function for date) created by
- Hello, I was trying to use .validate() function in my application for …
- 10:40 Ticket #6305 (parseJSON cannot solve the utf-8 stream) created by
- Hello, the parseJSON function can't accept a correct json structure with …
- 04:19 Ticket #6304 (calling $(...).data() changes behaviour of $(...).data('nosuchkey')) created by
- If you call ...data('foo') you get a result of null, but if you then call …
- 01:02 Ticket #6303 (support for leading/trailing fragments when using jQuery() to create DOM ...) created by
- I added support for including leading/trailing text fragments as TextNodes …
- 00:45 Ticket #6263 (warning using jQuery 1.4.2 on https pages) closed by
- invalid: Please reopen with a simple test case.
- 00:43 Ticket #6278 (Clone with events crashes on IE after sortable) closed by
- invalid: Please reopen with a simple test case. Thanks!
- 00:42 Ticket #6280 (IE8 : Non valid argument at line 4618) closed by
- worksforme: It sounds like you may be passing invalid arguments to jQuery. Please …
- 00:38 Ticket #6284 (Return json not working in $. ajax) closed by
- worksforme: The server must produce valid json. VALID: {"test": "string"} INVALID: { …
- 00:37 Ticket #6294 (jQuery1.4.2 ajax bug) closed by
- invalid: I was unable to read the test page to see how to submit an ajax request. …
- 00:24 Ticket #6289 (.toggleClass() doesn't react on every click on IE7 and IE8) closed by
- worksforme: With IE8 I tried clicking and double-clicking on the items in the example …
- 00:21 Ticket #6290 (Inconsistent $.inArray behavior) closed by
- invalid
- 00:17 Ticket #6295 (jquery.load() not work in chrome) closed by
- invalid: Please ask for help on http://forum.jquery.com .
- 00:16 Ticket #6296 (image not displayed in ie) closed by
- invalid: Please ask for help on http://forum.jquery.com .
- 00:10 Ticket #6301 (Not working) closed by
- invalid: Please ask for help on http://forum.jquery.com .
- 00:10 Ticket #6302 (Jquery Object Initialization) closed by
- invalid: Please ask for help on http://forum.jquery.com .
Note: See TracTimeline
for information about the timeline view.
