Timeline
03/18/09:
- 22:53 Ticket #3436 (IE6 freezes when receiving certain JSONP AJAX responses) closed by
- invalid: This is because the response from the server doesn't seem to be valid. See …
- 22:52 Ticket #3436 (IE6 freezes when receiving certain JSONP AJAX responses) reopened by
- 22:23 Ticket #3466 (IE6 & 7 throw an error during jsonp call using $.getJSON) closed by
- duplicate: Consolidating this into #4378
- 22:23 Ticket #3436 (IE6 freezes when receiving certain JSONP AJAX responses) closed by
- duplicate: Consolidating this into #4378
- 22:23 Ticket #3283 (The use of methods IE6 errors jsonp.) closed by
- duplicate: Consolidating this into #4378
- 22:22 Ticket #3019 (Using AJAX type=script or type=jsonp on IE6 sometimes breaks) closed by
- duplicate: Consolidating this into #4378
- 22:22 Ticket #2923 (getScript and globalEvals fail in IE6 on jQuery 1.2.5 (includes fix)) closed by
- duplicate: Consolidating this into #4378
- 21:22 Ticket #4379 (Reduce/eliminate dependencies between jQuery modules) created by
- As of r6283 there are three new modules: attributes.js, manipulation.js, …
- 21:15 Changeset [7c04a64016c1f295dfdf4e731f693f8400a987bc] by
-
- Makefile
- build.xml
- src/attributes.js
- src/core.js
- src/manipulation.js
- src/traversing.js
- test/index.html
- test/unit/attributes.js
- test/unit/core.js
- test/unit/fx.js
- …
- 19:44 Ticket #4378 (IE6 Broken JSONP calls. Several tickets, > 1 year. Solution available.) created by
- Hi, I'm concerned about the problem with JSONP calls in IE6 that seems to …
- 19:00 Ticket #4373 (first ajax request is sent multiple times) reopened by
- I have set up an example at http://137.208.226.25:9876/test.html It has a …
- 17:57 Ticket #4374 (:hidden != :not(:visible)) closed by
- fixed: Thanks for adding more details! Fixed in r6282.
- 17:55 Changeset [2c31a1624f72df3987cd1d0d3605c359658986e5] by
-
- src/selector.js
- test/unit/selector.js
- 17:50 Ticket #4377 (find('select') return option elements) created by
- >>> $('body').find('button')[0].tagName; "BUTTON" >>> …
- 17:31 Ticket #3007 ($.css( cssLikeName ) doesn't return same value than $.css( ...) closed by
- fixed: jQuery 1.3.x converts css names to camelcase
- 16:58 Ticket #4376 ([autocomplete]) created by
- Can make it so that autocomplete result box aligns perfectly with the …
- 16:05 Ticket #4374 (:hidden != :not(:visible)) reopened by
- How is this logic correct? How is it acceptable that elements can be both …
- 15:29 Ticket #4375 (Memory Leak with plugin and $.data().) created by
- <html> <body> <div id="test"></div> <script src="jquery.js"></script> …
- 15:15 Ticket #4373 (first ajax request is sent multiple times) closed by
- worksforme: The sample code you provided has a syntax error and after fixing that I'm …
- 14:59 Ticket #4204 (fadeTo should remove display:none) closed by
- fixed: fixed in r6281
- 14:58 Changeset [62a251a0cf8b8652082da3d5a72b6c6e2b120914] by
-
- src/fx.js
- 14:30 Ticket #4373 (first ajax request is sent multiple times) reopened by
- As test case you can use the example code. When you click the button …
- 14:03 Ticket #4374 (:hidden != :not(:visible)) closed by
- invalid: I believe the logic is correct. The element is not visible if either its …
- 13:56 Ticket #4373 (first ajax request is sent multiple times) closed by
- worksforme: I can't reproduce the issue you are talking about. Try to create a …
- 13:51 Ticket #4371 (Event handling discrepancies for IE 7.0) closed by
- invalid: The window object in IE does not have key events. …
- 10:47 Ticket #4374 (:hidden != :not(:visible)) created by
- :hidden fails on elements that have width but no height. Shouldn't …
- 10:32 Ticket #4373 (first ajax request is sent multiple times) created by
- Afte a page is loaded the first ajax request is sent multiple times (I …
- 10:21 Ticket #4372 (ajax call needs two data sections) created by
- I have a need to make ajax calls where it would be useful to keep the …
- 08:06 Ticket #4371 (Event handling discrepancies for IE 7.0) created by
- While all browsers will handle this: […] IE7 requires it to look like …
- 07:36 Ticket #4370 (Google Chrome - .parents 'UL LI' vs 'UL') created by
- Google Chrome vs jQuery We have UL, within the LI, but within A. This …
- 04:02 Ticket #1807 (jQuery(undefined) returns document) closed by
- wontfix: This is the current expected behavior.
- 03:53 Ticket #2365 (xml selector issue with IE7 (IE6 also ?)) closed by
- worksforme: Please feel free to repoen with a test case illustrating the issue you are …
- 03:50 Ticket #2656 (serialize() ignores input type=file) closed by
- invalid: The serialize method can't get the contents of the file so I don't …
- 03:44 Ticket #4326 (json response) closed by
- invalid: If data is an empty string then there is nothing to eval. Not sure what …
- 03:42 Ticket #4356 (<select> dropdowns behave abnormally after an alert() is produced by a ...) closed by
- worksforme
- 03:37 Ticket #1555 (Scripts execute before being put into the document) closed by
- duplicate: going to go ahead and close this as a duplicate of #3105 to conslidate
- 03:30 Ticket #2921 (scrollTop and scrollLeft always return 0, when element is hidden) closed by
- wontfix: The element has to be visible. Either the scrollTop/Left method has to do …
- 03:29 Ticket #2783 (width() and height() including border when set to thin, medium or thick in ...) closed by
- wontfix: This is to much of an edge case to try and put a workaround into the …
- 03:27 Ticket #2762 (.ui-sortable-placeholder width not updated on rearrange in ui.sortable.js) closed by
- fixed
- 03:24 Ticket #2529 (Draggables Jump in Firefox 3) closed by
- invalid: Please use the UI bug tracker http://jqueryui.com/development
- 03:23 Ticket #2528 (Getting position of hidden element generates error in Firefox) closed by
- invalid: In order to get the offset the element must be visible. Either the offset …
- 03:18 Ticket #3050 (innerHeight/Width on window return null) closed by
- invalid: Use $(window).height()
- 03:15 Ticket #4340 (Wrong offset counting in FF2 and Safari for fixed elements) closed by
- duplicate: duplicate of #4263
- 03:14 Ticket #4343 ($(window).innerHeight throws error in FF3.0.7) closed by
- invalid: Only the height method operates on the window. $(window).height()
- 03:12 Ticket #3732 (Fix for css properties problem under IE) closed by
- fixed: This is already being done in 1.3.x
- 03:08 Ticket #3562 (code to get pixel values for other measurement units is lacking) closed by
- wontfix: This would be better as a plugin for those who need this functionality.
- 03:05 Ticket #2784 (In IE7 version is reported as 6.0) closed by
- duplicate: duplicate of #2661
- 03:05 Ticket #2413 (incorrect browser version (1.2.3, not fixed)) closed by
- duplicate: duplicate of #2661
- 03:04 Ticket #3402 (jQuery.browser.version can be incorrect with mutant IE userAgent strings) closed by
- duplicate: duplicate of #2661
- 03:03 Ticket #3696 (Firefox 3.0.4 browser version detection fails on Fedora) closed by
- duplicate: duplicate of #2661
- 03:03 Ticket #4338 (Wrong browser version in IE with mail.ru agent software) closed by
- duplicate: duplicate of #2661
- 03:02 Ticket #2649 (Change between jquery 1.2.1 and 1.2.3 on the clone() function causes lag, ...) closed by
- worksforme: Please feel free to reopen if things are still running slow on the latest …
- 02:55 Ticket #3376 (IE6 browser crash on page) closed by
- worksforme: Seems to be working for me but as you said it probably relates to certain …
- 02:49 Ticket #4074 (.clone() doesn't respect ownerDocument) closed by
- fixed: fixed in r6280
- 02:48 Changeset [ace13387c8d7b5823a580db0f1b2aafac515b9f5] by
-
- src/core.js
- 02:47 Ticket #3952 (Cross document error in $.clone for !$.support.noCloneEvent browsers) closed by
- duplicate: duplicate of #4074
- 02:39 Ticket #4256 (Can't create iframe with jQuery('html)) closed by
- invalid: The issue is that the iframe hasn't completely been loaded by IE yet. …
- 01:16 Ticket #3667 (Getting "background-position" on Firefox 2.0.0.18 (and olders)) closed by
- duplicate: duplicate of #3667
- 01:05 Ticket #4125 (href changing in IE) closed by
- wontfix: Should the core really try to fix this? Seems like such an edge case with …
03/17/09:
- 22:56 Ticket #4368 (I have problems with internet explorer) closed by
- duplicate: dup of #4369
- 22:55 Ticket #4193 (.clone() selected items lose select in FF but not in IE) closed by
- wontfix: This was at one time in core but was removed due to the large performance …
- 22:54 Ticket #2941 (<select> value and selected option not preserved on clone) closed by
- wontfix: This was at one time in core but was removed due to the large performance …
- 22:48 Ticket #4369 (I have problems with internet explorer) created by
- I have installed this great menu on a shopping cart development that I am …
- 22:47 Ticket #4368 (I have problems with internet explorer) created by
- I have installed this great menu on a shopping cart development that I am …
- 22:38 Ticket #3502 (Opacity set for 1 causes problems in IE) closed by
- duplicate: duplicate of #3238
- 22:37 Ticket #3218 (IE7 Fade animations choppy/not present with transparent PNG.) closed by
- wontfix: Unfortunately IE7s support for PNGs is still very fragile. It is just to …
- 22:27 Ticket #3688 ([PATCH] Prevent changing of @type for BUTTONs as well as INPUTs) closed by
- fixed: fixed in r6279
- 22:27 Changeset [e73990a566fcb2dac71e1a25ec83382645adc5b7] by
-
- src/core.js
- test/index.html
- test/unit/core.js
- 22:12 Ticket #3917 (input maxLength property/attribute is not consistent) closed by
- wontfix: Unfortunately we can't have it both ways. IE immediately converts the …
- 22:01 Ticket #3468 (maxlength attribute matches and returns -1 when not specified) closed by
- duplicate: duplicate of #3917
- 21:59 Ticket #3716 (clone() on forms does not copy password input values in ie) closed by
- wontfix: Cloning form element values along with a form is something we used to have …
- 21:57 Ticket #4367 (Can not clone attributes in opera) created by
- […]
- 21:51 Ticket #4295 (Output of .css(name); for combined properties like margin and padding is ...) closed by
- wontfix: The amount of code/overhead is not worth fixing this when accessing the …
- 21:47 Ticket #2462 (backgroundPosition propertie) closed by
- duplicate: duplicate of #4295
- 21:30 Ticket #3089 (The bug in mozilla and safari, jQuery.fn.offset) closed by
- duplicate
- 21:30 Ticket #3341 (Offset of positioned fixed elements buggy in Safari) closed by
- duplicate: duplicate of #4263
- 21:25 Ticket #2196 (Coords returned by offset method are false in a specific context with ...) closed by
- wontfix: This is to much of an edge case right now to incur the overhead within the …
- 21:20 Ticket #2082 (Offset function returns wrong value with IE7/position fixed) closed by
- fixed: This is fixed and has been fixed for a very long time now. You can't just …
- 21:11 Ticket #3037 (offset returns top/left = 0 for a position: absolute / display: none div ...) closed by
- wontfix: Checking to see if the element is hidden is to much overhead for an …
- 21:08 Ticket #4116 (parseFloat should be used in offset) closed by
- fixed
- 21:07 Changeset [aabf635cfe9b75fce3d96eb3e40e25f4a29ea99b] by
-
- src/core.js
- src/offset.js
- 21:02 Ticket #4366 ($.each fails in IE with document.styleSheets) created by
- […] fails in Internet Explorer with the error: […] It seems the …
- 20:51 Ticket #4136 (Offset Bug in 1.3.1) closed by
- invalid: You can't run offset on window and when you run offset with no matched …
- 20:50 Changeset [a37cccc8827619cfbd76e229af9de2529041ee5b] by
-
- src/offset.js
- 20:45 Ticket #4117 (document.documentElement["getBoundingClientRect"]) closed by
- fixed: Changed to {{{ if ( "getBoundingClientRect" in document.documentElement ) …
- 20:43 Changeset [36b4a9ba33b22b2394a1b190b0b4ade1be6d0b02] by
-
- src/offset.js
- 20:42 Ticket #3993 (Framesets in Opera not working with jQuery 1.3) closed by
- fixed: Accidentally landed a fix for this in SVN rev [6275] - but it's all good …
- 20:40 Ticket #4250 (Remove the use of internal .push/splice/sort methods) closed by
- wontfix
- 20:39 Ticket #4250 (Remove the use of internal .push/splice/sort methods) reopened by
- Un-fixed in SVN rev [6275]. We really can't afford to make this change …
- 20:39 Changeset [26731d475bded26fb1323d4f33266f503474d4b8] by
-
- src/core.js
- src/selector.js
- 17:14 Ticket #4365 (prototype's getElementsByClassName causes jQuery error) created by
- hi, i have problems using jQuery.noConflict() and firefox 2. my firefox …
- 15:44 Ticket #4364 ([validate]) created by
- In the demo of your last release 1.5.1 Multipart form gives an error: …
- 11:02 Ticket #4363 ([autocomplete] repeating focus) created by
- If, for example, two input boxes are next to each other and the tab key is …
- 06:51 Ticket #4362 (jQuery.val() doesn't work as expected in Konqueror) created by
- The following code yields a wrong select element value in Konqueror. …
- 00:02 Ticket #4361 (replaceWith() accept callback for content) created by
- I wish that the replaceWith() function accepted for its "content" argument …
03/16/09:
- 17:43 Ticket #4360 (Internet Explorer 7 .load event fails to set the content length when ...) created by
- Trying to run the following load command. Works fine in FF3.1, Chrome 1, …
- 16:31 Ticket #4359 (Scripts not evaluating in ajax-fetched HTML in Chrome) created by
- After retrieving an HTML page and injecting it into the DOM, I have …
- 12:21 Ticket #4358 (curCSS function in IE: "invalid argument") created by
- The "curCSS" function has a special case for IE that uses …
- 10:06 Ticket #4357 (ui.tabs quicksearch focusOnLoad and ie) created by
- Something does not work right, when I use ajax loading with ui.tabs and …
- 02:36 Ticket #4356 (<select> dropdowns behave abnormally after an alert() is produced by a ...) created by
- I can only reproduce this in Firefox (3.0.7 and 3.1b3). So, I'm not sure …
03/15/09:
- 18:55 Ticket #4355 (Ajax.load ignores strings as data parameter for POST requests) created by
- Other than stated in the documentation load does not accept strings as …
- 18:09 Ticket #4354 (Utilities/jQuery.support and ie6) created by
- As jQuery.browser and jQuery.browser.version properties are deprecated in …
03/14/09:
- 14:05 Ticket #4353 (In Safari and Chrome I get $(document).ready is undefined) closed by
- invalid: Since this isn't a bug report I'll close it. Help with jQuery can be found …
- 13:09 Ticket #4353 (In Safari and Chrome I get $(document).ready is undefined) created by
- Hi, I am using Jquery 1.3.2 and when I run a test in IE, Firefox it …
- 08:10 Ticket #4352 (Support $("string") in XUL) created by
- I'm using jQuery 1.3.2 in an Firefox extension but I keep getting the …
- 01:52 Ticket #4319 ($.each can't work with Associative array) closed by
- invalid: Per the documentation, if the object you pass in has a length property, …
- 00:39 Ticket #4351 (INVALID_NODE_TYPE_ERR Uncaught exception / Selector engine) created by
- The problem pops up on line 714 of the selector component …
- 00:31 Ticket #4348 ("htmlfile : non valid argument" under IE7 with appendTo under an iFrame) closed by
- invalid: You're creating the style elements in one document but appending them to …
- 00:25 Ticket #4350 (Crash IE6) closed by
- invalid: If you can create a simple test case that shows a problem with jQuery, …
03/13/09:
- 18:27 Ticket #4350 (Crash IE6) created by
- I have any php code for contact form in my cms . this form upgrade to …
- 16:48 Ticket #4349 (Autocompete jqmodal support) created by
- autocomplete doesn't support jqmodal, or showing on fixed positioned text …
- 16:36 Ticket #4348 ("htmlfile : non valid argument" under IE7 with appendTo under an iFrame) created by
- (possibly related to #4059) Have an html page with 2 iframes. One is named …
- 11:28 Ticket #4347 (jquery selectors dont work in floated elements in IE7) created by
- I was trying a jquery example. it used following html <div id="switcher"> …
- 10:17 Ticket #4346 (Data missing after adding to two elements.) created by
- jQ 1.2.6 and 1.3.2 jQuery('body').append(jQuery('<ul id="list1">')); …
- 04:56 Ticket #4345 (add isDescendantOf and isAncestorOf) created by
- It would be handy to test if an element is a parent/child of another …
- 04:40 Ticket #4344 (~, > selector with descendant fails) created by
- Using ~ or > selector in combination with a descendant fails in 1.3.2, but …
03/12/09:
- 23:42 Ticket #1536 (Jquery cant change input type in IE) closed by
- fixed
- 23:26 Ticket #4327 (jQuery.map doesn't respect arrays) closed by
- invalid: The documentation states this: > The function can then return the …
- 22:31 Ticket #4343 ($(window).innerHeight throws error in FF3.0.7) created by
- The following page works in IE 6 and Chrome but not Firefox firebug shows …
- 17:35 Ticket #4342 (Datepicker hover/mouseout support) created by
- It would be great to show the datepicker on hover over the .datepicker …
- 17:01 Ticket #4341 (XMLHttpRequest has async always set to true) created by
- On jquery/build/runtest/env.js line 574 if (async) this.async = true; …
- 15:29 Ticket #4340 (Wrong offset counting in FF2 and Safari for fixed elements) created by
- Hi, I play with counting offset for fixed element which has 50px top …
- 13:04 Ticket #4339 (ownerDocument is null in stead of "#<an HTMLDocument>") created by
- "Uncaught TypeError: Cannot read property 'body' of null," source: …
- 12:06 Ticket #4327 (jQuery.map doesn't respect arrays) reopened by
- Is there a rationale for doing this? "Because it has always been this way" …
- 10:53 Ticket #4338 (Wrong browser version in IE with mail.ru agent software) created by
- There's a problem in browser version recognition code. Mail.Ru Agent …
- 10:10 Ticket #1536 (Jquery cant change input type in IE) reopened by
- In my WordPress plugin I've used the following method of changing the type …
- 08:32 Ticket #4337 (Interation over array in google chrome iterate ascending by the array keys) created by
- If I have an array like var arr = {2: 'foo', 1: 'bar'} and in jquery …
- 04:39 Ticket #4336 ($(window).height() / Opera 9.2x / jQuery 1.3.x incorrect value) created by
- May be same issue as in http://dev.jquery.com/ticket/4335 It appears that …
- 04:37 Ticket #4335 ($(window).height() / Safari 3.0.x / jQuery 1.3.x incorrect value) created by
- It appears that in Safari 3.0.x and jQuery 1.3.x, $(window).height() …
- 00:43 Ticket #4332 (window focus event doesn't trigger on IE6) reopened by
- I believe $(window).focus and $(window).blur should have special treatment …
- 00:11 Ticket #4330 (Unexpected call to method or property access in IE) closed by
- invalid: An <input> element can't have children.
- 00:04 Ticket #4331 (.live() is not working with "scroll" event) closed by
- invalid: Improvements to .live are on the roadmap; I'll close this since it's …
- 00:00 Ticket #4332 (window focus event doesn't trigger on IE6) closed by
- invalid: IE doesn't bubble several form events, including focus. jQuery doesn't …
03/11/09:
- 22:08 Ticket #4327 (jQuery.map doesn't respect arrays) closed by
- invalid: That's on purpose. $.map has been doing that since always. You can either …
- 21:47 Ticket #4334 (:visible not workgin on tr in IE 7) created by
- we're using a toggle edit function that changes the visibility of a table …
- 20:05 Ticket #4333 (Jquery Selector and window onload) created by
- Hi there: So i updated to 1.3.2 version today, and i found a bug : So …
- 19:31 Ticket #4332 (window focus event doesn't trigger on IE6) created by
- Example: $(window).bind('focus',function() { $.jGrowl('Focus'); }); …
- 16:31 Ticket #2490 (wiki page for Traversing/find somewhat misleading) reopened by
- Still doesn't work as in the wiki. Try this: var x = …
- 15:52 Ticket #4331 (.live() is not working with "scroll" event) created by
- When i'm binding an event with live() and "eventType" is "scroll", the …
- 14:37 Ticket #4330 (Unexpected call to method or property access in IE) created by
- When I using the following code, I got the error "Unexpected call to …
- 14:24 Ticket #4329 (treeview: Bug when using with the accordion) created by
- steps: - create an accordion widget; - create a treeview into the …
- 14:05 Ticket #4328 (Google Chrome Bug in Form Selectors) created by
- http://groups.google.com/group/jquery-dev/browse_thread/thread/2d7f7cf231ae …
- 11:35 Ticket #4327 (jQuery.map doesn't respect arrays) created by
- The jQuery map method returns a merged array of values rather than an …
- 09:15 Ticket #4326 (json response) created by
- Hello in Your function httpData: function( xhr, type, s ) { You have if( …
- 03:51 Ticket #1256 (Error involving e.which/e.keycode) reopened by
- […] FireBug says: setting a property that has only a getter
Note: See TracTimeline
for information about the timeline view.
