Timeline
06/01/11:
- 20:56 Ticket #9485 (Using the prop method to set disabled fails in Chrome) closed by
- worksforme: Works fine for me: http://jsfiddle.net/timmywil/4hjWu/
- 20:24 Ticket #9486 (mouseout/mouseleave triggered on tr between td's in Chrome) created by
- When binding mouseout or mouseleave to a table row in Chrome, there is a …
- 20:24 Ticket #9485 (Using the prop method to set disabled fails in Chrome) created by
- I have a site where I select multiple objects and set the prop('disable', …
- 18:43 Ticket #9484 (height() returns incorrect value in IE7 for div without top border) created by
- http://jsfiddle.net/TpwdN/8/ height() on outer div is incorrectly …
- 18:09 Ticket #9458 (:not() selector problem?) closed by
- invalid: In the first you're *selecting* the span, which does not match any div.
- 17:36 Ticket #9418 (Elements with hyphens cannot be created in an XML document) closed by
- invalid: Don't try to parse XML with $(...) because it isn't meant or documented …
- 17:32 Ticket #9410 (JQuery 1.6.(.1): jquery.event.trigger removed try-catch) closed by
- invalid: That seems like a bug in the assumptions of the autogenerated code. The …
- 14:14 Ticket #9483 (outerwidth(true) resets table cell styles from undefined to empty in ...) created by
- I tried to set up a simple test case, but was unable to. The page has a …
- 13:21 Ticket #9482 (.css() and .animate() should accept "" values) created by
- Using pure DOM code, after setting the inline style of an element, it is …
- 13:10 Ticket #9480 (jquery clone on jquery droppable is not working in IE7 and 8) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. Unfortunately we are …
- 09:21 Ticket #9481 (Performance optimization?) created by
- Just ran into this via StackOverflow: …
- 08:34 Ticket #9480 (jquery clone on jquery droppable is not working in IE7 and 8) created by
- Hi all, I am trying to clone image on drop event of jquery droppable …
- 08:12 Ticket #9479 (o is null) created by
- in firefox I obtain always "o is null" when using toggle()
- 07:57 Ticket #9321 ($(window).resize() in iframe causing problems in IE 8/9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:15 Ticket #9478 (Access to the underlying XMLHttpRequest object from within $.ajax()) created by
- I'm looking for access to the underlying XMLHttpRequest object from with …
- 06:46 Ticket #9477 (extend (deep) merges arrays fields instead of replacing them) created by
- A deep extend does not overwrite array fields, but tries to merge …
- 03:19 Ticket #9476 (Calling jQuery("html")[0].removeAttribute throws exception in IE <9) created by
- As reported on twitter: …
05/31/11:
- 22:58 Ticket #9475 (Extra callback fired when .stop() is called on a different element) created by
- Call .animate() on two different elements one after the other and give the …
- 22:54 Ticket #9474 (Calling .stop() in callback freezes animation) created by
- Animate an element using .animate() and give it a callback. In the …
- 22:07 Ticket #9472 ($.ajax: X-Requested-With header gets lost....request send twice?!) created by
- Hello, i've run into a problem which drives me really crazy. After 4 …
- 21:56 Ticket #9471 (memory leak noticed when loading jquey.1.6.1.min.js included html pages in ...) reopened by
- 21:09 Ticket #9471 (memory leak noticed when loading jquey.1.6.1.min.js included html pages in ...) closed by
- duplicate
- 20:49 Ticket #9471 (memory leak noticed when loading jquey.1.6.1.min.js included html pages in ...) created by
- I have test-iframe.html that has link to test-page1.html and …
- 17:51 Ticket #9470 (The unwrap() function unchecks checkboxes) closed by
- duplicate
- 16:56 Ticket #9470 (The unwrap() function unchecks checkboxes) created by
- I am using the unwrap function as a means of making certain content …
- 16:12 Ticket #9469 (Remove semi-functional .selector calculation from .pushStack()) created by
- Per discussion with ben_alman, and related to #7389 which consensus says …
- 14:54 Ticket #9468 ($('form').attr('class') always return undefined in IE 6) closed by
- fixed: Thanks for taking the time to contribute to the jQuery project! You are …
- 13:07 Ticket #9468 ($('form').attr('class') always return undefined in IE 6) created by
- Testcase: http://elv1s.ru/files/js/jQuery/jq161_IE6_attr_bug.html
- 12:45 Ticket #9467 (Delegate with Custom Events working in Chrome but not Firefox) created by
- Running the same code in both Firefox and Chrome, the event callback is …
- 09:57 Ticket #9466 ($.ajax working in FF and Chrome, but not in IE8) created by
- Hi, I am trying an ajax call for recaptcha validation and the code works …
- 07:55 Ticket #9293 (nth-child error on google chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:55 Ticket #9272 (Select component and attr("selected")) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:55 Ticket #9244 (.select() does not select input content on iPhone Safari) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/30/11:
- 21:06 Ticket #9463 (attr() yields different results in 1.5.2 and 1.6.1) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project! This is …
- 18:48 Ticket #9460 ($.ajax().pipe() fails when specifying an error handler in minified version) closed by
- invalid: Closing as the original ticket submitter has confirmed the issue is with …
- 17:47 Ticket #9464 (Dom load issues with version 1.5 - 1.6.1 except 1.6) created by
- Dom load issues with version 1.5 - 1.6.1 except 1.6
- 15:38 Ticket #9461 (removeData not working for names with a "-") closed by
- duplicate
- 15:36 Ticket #9462 (Frames Memory Leak with jQuery) closed by
- duplicate
- 14:15 Ticket #9463 (attr() yields different results in 1.5.2 and 1.6.1) created by
- ...which breaks the statement "when updating from 1.5.2 to 1.6.1, you …
- 12:55 Ticket #9462 (Frames Memory Leak with jQuery) created by
- Hi, I got a simple test case which includes a main html page with a button …
- 12:22 Ticket #9461 (removeData not working for names with a "-") created by
- When using names containg a "-" character in the data's name the …
- 09:00 Ticket #9460 ($.ajax().pipe() fails when specifying an error handler in minified version) created by
- I have a piece of code where I do: return $.ajax(query).pipe( …
- 07:11 Ticket #9459 (FIREFOX 3 JSONP CALL CAUSES BROWSER TO "SPIN") created by
- The same as #8300. Only in FF3. example, first ajax sent to server.(call …
05/29/11:
- 16:20 Ticket #9458 (:not() selector problem?) created by
- With regard to this …
- 14:15 Ticket #9457 (Jquery ajax gives 'No transport' when used from rewritten urls in ...) closed by
- invalid
- 12:37 Ticket #9455 (can not open after down loading from site) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. The particular …
- 12:27 Ticket #9456 (jQuery not works in Chromium Browser Build 11.0.696.71 (86024) Ubuntu ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. First, please note …
- 11:11 Ticket #9457 (Jquery ajax gives 'No transport' when used from rewritten urls in ...) created by
- Hello, I am trying to use the same jQeury code in the same domain in two …
- 08:33 Ticket #9456 (jQuery not works in Chromium Browser Build 11.0.696.71 (86024) Ubuntu ...) created by
- I have a Website at http://klasse83.bplaced.net/demo/admin/add_post.php. …
- 00:28 Ticket #9455 (can not open after down loading from site) created by
- I operate windows 7 - 64 bit I have downloaded the link and can't open …
05/28/11:
- 16:10 Ticket #9450 (Background image disappears on IE8 with jQuery 1.6.1) closed by
- duplicate
- 15:06 Ticket #9451 (Validation plugin stops working on IE8 with jQuery 1.6.x (no problem with ...) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 15:03 Ticket #9453 ($.inArray does not support fromIndex) created by
- The $.inArray() function calls the native JavaScript Array.indexOf() …
- 13:10 Ticket #9452 (focus event does not bubble correctly) created by
- Upon focusing an input the event does not bubble up to the parent …
- 09:33 Ticket #9451 (Validation plugin stops working on IE8 with jQuery 1.6.x (no problem with ...) created by
- Hello, Bassistance Validation plugin doesn't work with jQuery 1.6.x on …
- 09:26 Ticket #9450 (Background image disappears on IE8 with jQuery 1.6.1) created by
- Hello, On Internet Explorer 8 the following simple snippet doesn't work …
- 07:41 Ticket #9271 (jquery1.6 bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/27/11:
- 22:09 Ticket #9449 (offset fails in Chrome Extensions) created by
- I'm working on getting a better (read: existent) testcase together for …
- 22:02 Ticket #9448 (.empty() on input field instead of .val('')) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project! Expanding …
- 21:54 Ticket #9448 (.empty() on input field instead of .val('')) created by
- Why not input fields can be emptied when using the .empty() function …
- 18:20 Ticket #9447 (Modify withinElement() to use $.contains) created by
- This method currently performs its own search to see if one element is …
- 18:19 Ticket #9446 (Chained Deferred.pipe functions don't keep the original context from ...) created by
- If I chain multiple pipes and use resolveWith like so... […] ...the …
- 16:59 Ticket #9443 (error thrown) closed by
- invalid: Incorrect usage of each. It is not needed for what you're trying to …
- 16:40 Ticket #9443 (error thrown) created by
- Hi, I have this function in a separate javascript file: …
- 16:08 Ticket #9439 (Better definition for jq escaping script) closed by
- duplicate
- 15:40 Ticket #9438 (jQuery UI Resizable is broken by 1.6.1) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 15:03 Ticket #9440 (v1.6.1 messes up layout in IE8) closed by
- fixed: This has been fixed in the git version of jQuery: …
- 14:56 Ticket #9442 (Tag 'FORM' no tagName) closed by
- invalid: You can do $('#test').prop('tagName') or $('#test')[0].tagName as it is a …
- 14:45 Ticket #9442 (Tag 'FORM' no tagName) created by
- <form id="test"> </form> $('#test').attr('tagName') not tagName
- 12:46 Ticket #9441 (innerWidth, innerHeight, outerWidth, outerHeight are inaccurate for child ...) created by
- this was discovered while I was working on #9300. #9300 fixes the …
- 11:09 Ticket #9440 (v1.6.1 messes up layout in IE8) created by
- Including jQuery 1.6.1 in your page and not doing anything with it causes …
- 07:44 Ticket #9439 (Better definition for jq escaping script) created by
- Hi, on page[1] you can see the proposed jq script to escape period and …
- 03:28 Ticket #9438 (jQuery UI Resizable is broken by 1.6.1) created by
- I recently upgraded from 1.5.0 to 1.6.1 and everything works fine except …
- 02:00 Ticket #9437 (prop('method) performed on a form element returns a bunch of elements that ...) closed by
- invalid: This is how properties of a form are designed to work. If you'd like to …
- 01:33 Ticket #9437 (prop('method) performed on a form element returns a bunch of elements that ...) created by
- See demo: http://jsfiddle.net/davidtong/HFfTP/2/ prop('method') should be …
- 00:34 Ticket #9433 (IE8 radio buttons can't be selected when jquery onchange event handler is ...) closed by
- invalid: > The change event occurs when a control loses the input focus and its …
- 00:22 Ticket #9429 (live mouseenter event.type still wrong) closed by
- invalid: You weren't testing the latest version: …
- 00:11 Ticket #9424 (filter('[href]') fails to match links with empty href attrs in some cases) closed by
- duplicate
05/26/11:
- 20:51 Changeset [1d202c6afc03c98dc656bf6bbde317fb0d050574] by
-
- src/attributes.js
- 19:29 Ticket #9435 (javascript error while reloading during animation) created by
- It's really nothing serious, but something very slightly goes wrong, so I …
- 17:56 Changeset [a745ac8c038bf06089473869e40c0e10b5101b7b] by
-
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/css.js
- src/dimensions.js
- src/manipulation.js
- src/support.js
- test/abortonunload.php
- test/data/testsuite.css
- test/delegatetest.html
- …
- 17:50 Changeset [9d0b36145870f7d95008f318e86c82eadf0c1eee] by
-
- src/deferred.js
- 17:44 Changeset [950da8ae7f408032a91089a5d5c7befa4cd168aa] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [0c9c9fb3cff41bb5deca0220457819498f40f020] by
-
- Makefile
- src/channel.js
- src/topic.js
- test/index.html
- test/unit/topic.js
- 17:44 Changeset [b136d9cc7aecd8db245b178fc1650e5e5d773172] by
-
- src/channel.js
- test/unit/channel.js
- 17:44 Changeset [13c330a0f8cd9f1dd9524ccede2668c859cdfab0] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [1f084d024dc2476eef227cb83460672091780792] by
-
- src/channel.js
- 17:44 Changeset [57634a2c159ccece07f203442b15c911e4ad88aa] by
-
- Makefile
- src/channel.js
- test/index.html
- test/unit/channel.js
- 17:44 Changeset [4f3f0e1d4ecf5d21c1e6bb01ef6f0e3be64d7959] by
-
- src/callbacks.js
- test/unit/deferred.js
- 17:44 Changeset [a3a657cb2c8fee500ef0aabe1e7edb6f5460571b] by
-
- src/deferred.js
- test/unit/deferred.js
- 17:44 Changeset [05ae8f37b875057d94c89e0de72c0e5576cbb362] by
-
- src/callbacks.js
- 17:44 Changeset [ebb39c2774c270bb37ec15d54c0a2ff04eea052a] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [8dcf7ec1ce05ab5e10207b0838be91181fd41fdc] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [946a9204a15761b42ae27f5807d4280948c527e4] by
-
- src/callbacks.js
- 17:44 Changeset [3a6b759d3c36e126bb99c85f1ce969cb59498ff9] by
-
- test/unit/callbacks.js
- 17:44 Changeset [198290a9a744f01c8604e796b8e34e06fec6bf03] by
-
- src/callbacks.js
- 17:43 Changeset [03c4fe9da98ce4753b012f1f370018d15fa2118c] by
-
- src/callbacks.js
- 17:43 Changeset [142ae3e08a612e9c51c6ab9d9b3595a068c966f2] by
-
- test/unit/callbacks.js
- 17:43 Changeset [5ee68d6b137bc8a8c4a1afb388ef8acdf4fcf52e] by
-
- src/callbacks.js
- 17:43 Changeset [a31195fd5a86880963c5d2fd8af7f544faafdc62] by
-
- Makefile
- src/ajax.js
- src/callbacks.js
- src/core.js
- src/deferred.js
- src/queue.js
- test/data/offset/absolute.html
- test/data/offset/body.html
- test/data/offset/fixed.html
- test/data/offset/relative.html
- …
- 15:24 Ticket #9428 (Changing href attribute value in IE 7+ also changes link text (innerHTML ...) closed by
- duplicate: actually patchwelcome
- 15:21 Ticket #9431 (ui.button widget form reset issue) closed by
- invalid: Please submit jQuery UI bugs to the jQuery UI bug tracker: …
- 15:12 Ticket #9430 (jQuery ajax does not support to send data contains "??" in json format!) closed by
- duplicate
- 14:58 Ticket #9434 (.outerWidth()/.outerHeight()/.innerWidth()/.innerHeight() should work on ...) created by
- .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() should all …
- 14:39 Ticket #9433 (IE8 radio buttons can't be selected when jquery onchange event handler is ...) created by
- Probably it happens because jquery adds additional jQueryNNNNN.. attribute …
- 14:32 Ticket #9381 (animations halt when the browser is out of focus due to ...) reopened by
- This has been closed as wontfix because really the choice here is we can …
- 11:28 Ticket #9432 (Method "val" on multiselect "select" object returns wrong result.) created by
- Method returns all options (selected and not selected).
- 08:31 Ticket #9431 (ui.button widget form reset issue) created by
- In jQueryUI 1.8.13 I got next problem: I have some forms, and have some …
- 07:03 Ticket #9430 (jQuery ajax does not support to send data contains "??" in json format!) created by
- I specify the ajax format is json and then send data contains "??", the …
- 06:12 Ticket #9429 (live mouseenter event.type still wrong) created by
- Updated to 1.6.1 but i think the event type of an live mouseenter event is …
- 05:56 Ticket #9428 (Changing href attribute value in IE 7+ also changes link text (innerHTML ...) created by
- […] Expected output: […] Actual output: […]
- 04:08 Ticket #7614 (Order of selector expression returns different results for .find(selector) ...) closed by
- cantfix: I think we clearly established that this was an Opera bug we can't work …
- 02:31 Ticket #9427 (Passing undefined to .text() does not trigger setter) closed by
- invalid: This is expected behaviour.
- 02:27 Ticket #9427 (Passing undefined to .text() does not trigger setter) created by
- Passing undefined to $.fn.text() triggers getter functionality instead …
- 00:48 Changeset [9d4033d629fbfd1352e4ee5f20d0d320a61b80f1] by
-
- test/unit/manipulation.js
- 00:00 Ticket #7557 (outerWidth()) closed by
- fixed: Return null for outer/inner width/height calls on window/document. Fixes …
05/25/11:
- 23:59 Changeset [bdce86dc2edb43267ec5c4b7aab6d1932f294d6f] by
-
- src/css.js
- src/dimensions.js
- 23:49 Changeset [edb2286544270dc53550180e06668e61c231fb5d] by
-
- src/css.js
- src/dimensions.js
- test/unit/dimensions.js
- 23:36 Ticket #9370 (Compatibility Issue with jQuery 1.6 and IE6) closed by
- fixed: elem.getElementsByTagName calls the function in IE6/7. Fixes #9370. …
- 23:35 Changeset [1d1cb582c0f744afaa51a63d374b9ffe0f58d1db] by
-
- src/manipulation.js
- 21:48 Ticket #9426 (Jquery UI Ajax Tab Memory Leak) created by
- We are using jquery 1.4.2 in production and we are seeing memory leak …
- 20:26 Ticket #9425 ($.isWindow() is easily wrong.) created by
- I know it's probably just an internal function, but I noticed this is how …
- 19:19 Ticket #9341 (IE7/IE9 memory leak creating cacheable HTML fragments) closed by
- fixed: Landing pull request 389. Null elements in clone to avoid memory leak in …
- 19:18 Changeset [287156197f296fcbcb8be11aa8ce6f1b819aeda6] by
-
- src/manipulation.js
- 19:15 Ticket #9368 (jQuery.camelCase() defined in css.js, but used more widely) closed by
- fixed: Landing pull request 383. Relocating jQuery.camelCase to core; Fixes …
- 19:10 Changeset [408c98fb4b8c1b6957cfe620711f9ea7645293ba] by
-
- src/core.js
- src/css.js
- test/unit/core.js
- 19:09 Ticket #8873 (IE memory leak in jquery support function) closed by
- fixed: detachEvent is unnecessary since we're nulling div. Fixes #8873. …
- 19:08 Changeset [b8fc9d14a134f91f17bf96194da86d38231da005] by
-
- src/support.js
- 19:03 Ticket #9422 (Recursion with .trigger('resize') within $(window).resize(...)) closed by
- invalid: You've created a endless recursive call stack - I doubt that ever worked.
- 18:56 Ticket #9424 (filter('[href]') fails to match links with empty href attrs in some cases) created by
- (This is similar to #4873, but not the same. In this case, the selector …
- 18:52 Ticket #9423 (Attribute selectors need to be prefixed with a tag in Internet Explorer 8 ...) closed by
- invalid: Attribute selectors requre quotes around the attribute value …
- 18:40 Ticket #9423 (Attribute selectors need to be prefixed with a tag in Internet Explorer 8 ...) created by
- I have code that uses an attribute selector by calling the "filter" …
- 18:40 Ticket #8863 (Memory leaks in IE(6/7/8) when refreshing a frame, which is in a frameset ...) closed by
- fixed: Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks …
- 18:40 Ticket #8863 (Memory leaks in IE(6/7/8) when refreshing a frame, which is in a frameset ...) reopened by
- 18:31 Ticket #9294 (Memory leaks in IE(6/7/8) when loading frame, which is in a frameset and ...) closed by
- fixed: Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks …
- 18:30 Changeset [657b197c193335899703fc158b153e2475cca539] by
-
- src/support.js
- 18:01 Changeset [a5396bde7008470d22d562303ac6fbfbe8ebdaec] by
-
- test/data/testsuite.css
- 18:00 Ticket #9422 (Recursion with .trigger('resize') within $(window).resize(...)) created by
- Some of my "plugin" are broke with v1.6.1. Working with v1.5.1 […]
- 17:58 Changeset [e5457a5a1faa642b0af13e87ee3f76f2ef704b30] by
-
- src/support.js
- test/data/testsuite.css
- 15:27 Ticket #9420 (jQuery 1.6.1 sets background color to white in Opera 11+) closed by
- duplicate: This has been fixed http://jsbin.com/urime4/3
- 15:24 Ticket #9421 (Passing 0 (zero) as an extra parameter to .trigger() fails.) closed by
- duplicate: This will be fixed in 1.6.2. http://jsfiddle.net/timmywil/gSFd4/3/
- 15:13 Ticket #9421 (Passing 0 (zero) as an extra parameter to .trigger() fails.) created by
- The number 0 is converted to "undefined" when passed to the trigger …
- 14:50 Ticket #9420 (jQuery 1.6.1 sets background color to white in Opera 11+) created by
- Reproducible testcase: http://jsbin.com/urime4/2/ The HTML element has a …
- 12:20 Ticket #9419 (Faster deep cloning of objects) created by
- Is it possible to utilize Object.create inside JQuery.extend with deep …
- 11:32 Ticket #9418 (Elements with hyphens cannot be created in an XML document) created by
- Creating new elements in an XML document with hyphens in their names …
- 07:45 Ticket #9076 (select drop down hover highlight resets on focus query in chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:10 Ticket #9417 (dimensions are unretrievable on an element whose parent is hidden and does ...) created by
- <span id="test" style="display:none;">ffffff</span> $("#test").width() OK …
Note: See TracTimeline
for information about the timeline view.
