Timeline
12/24/10:
- 22:57 Ticket #7841 (Explicitly triggered $(window).scroll() behaves differently on IE8 than on ...) created by
- The bug is demonstrated here: http://jsfiddle.net/fMjpw/ My assumption of …
- 22:39 Ticket #7840 (Element data cache is not cleared on removeData() when the method is ...) created by
- jQuery 1.4.4 IE8, FF3.6, Chrome 8 Windows 7 According to the …
- 18:32 Ticket #7839 (.closest() returns duplicates, .parents() does not) closed by
- duplicate: Thanks for taking the time to help out the jQuery project by filing a …
- 17:53 Changeset [1e1a9c7eb055511dce74e4b5f807b93d5a76bbd6] by
-
- src/core.js
- src/xhr.js
- test/unit/core.js
- 17:02 Changeset [d303687815581987f75f2e40e833022fc25c8741] by
-
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/xhr.js
- test/unit/ajax.js
- 17:02 Changeset [11642ba20c10ced6363d81d6e3a0239ac10dab27] by
-
- src/core.js
- 15:10 Ticket #7780 ($.isPlainObject inconsistent) closed by
- worksforme: Dave, yes - there are too many host objects that have too many …
- 14:53 Changeset [c9e8a95709e12c6838a312850ce645e96a53ff5d] by
-
- src/event.js
- 12:03 Changeset [8ece429d125785e36e468408f0dcb8c31f76da9e] by
-
- src/ajax.js
- src/data.js
- src/manipulation.js
- test/unit/data.js
- test/unit/manipulation.js
- 11:59 Changeset [76102f4d8b56d88f8e37bec65d552d132703198d] by
-
- src/core.js
- 11:59 Changeset [38101be0484d79cb2d849ea252f508fe50bf72a3] by
-
- src/ajax.js
- src/xhr.js
- 11:59 Changeset [0daf7223d08e2da983179e37e6c422abe90d6b82] by
-
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/transports/xhr.js
- src/xhr.js
- 11:55 Changeset [56628c7adffb4b5436257255f55e31b85b58aa8f] by
-
- src/core.js
- 11:55 Changeset [116c82b027a03a7a5670fa580fa9af819cc1cc03] by
-
- src/core.js
- src/xhr.js
- test/unit/core.js
- 10:17 Ticket #7839 (.closest() returns duplicates, .parents() does not) created by
- The following query: $('td').parents('table') will return a unique list …
- 10:09 Ticket #7838 ($(elem).width() silently fails in opera on element with style = "width: ...) closed by
- duplicate
- 08:35 Ticket #7838 ($(elem).width() silently fails in opera on element with style = "width: ...) created by
- jQuery: 1.4.4 Opera: Version 10.63 Build 8450 …
- 05:04 Ticket #7482 (.html() does not work when <input type="text"> is updated) closed by
- patchwelcome: This is a problem similar to #3016 and #1736; dynamic values are not …
- 04:55 Ticket #4407 (Empty selectbox) closed by
- worksforme: The differences don't seem that large to me; I even increased the number …
- 02:53 Ticket #5097 (getJSON break FF history) closed by
- worksforme
- 02:46 Ticket #3016 (Textarea loses current value when cloned) closed by
- patchwelcome: This is similar to #1736 (if not an outright dup) and seems equally …
- 02:40 Ticket #1736 (wrap removes expandos) closed by
- patchwelcome: I guess we've been leaving this open in the hopes that some solution will …
- 01:04 Ticket #7814 ([value=""] does not consider value of inputs) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Just because the …
- 00:59 Changeset [0b6afcedd22aaffb96d3d45b9b220a16229e2f7c] by
-
- src/event.js
- test/unit/event.js
- 00:07 Ticket #7837 ($.data don't behave the same as $.fn.data with data-* attributes) created by
- The bug is about jQuery.data and jQuery.fn.data. == Tests == I ran tests …
12/23/10:
- 18:58 Ticket #7833 ($("<property/>").attr("k", "v") has no attribute on IE but ...) closed by
- duplicate: The jQuery() method is documented to accept HTML, not XML. Some browsers …
- 18:33 Ticket #7749 (.ajaxError() isn't called when the page is in an iframe of another page) closed by
- worksforme: The behavior described by the reporter is correct. jQuery does not attempt …
- 18:22 Ticket #7836 (jquery attempts (improperly) to get ownerDocument of window.document) created by
- I ran into this error when my code (accidentally) attempted initializing a …
- 18:19 Ticket #7588 (Add functions for manipulating Caret position in text fields/editable ...) closed by
- worksforme: Since there's an existing plugin to address the need and it's non-trivial …
- 18:16 Ticket #7569 (ready event #2 does not fire when ready event #1 fails with exception) closed by
- invalid: I'd suggest that you replace the .ready() method to add your own portal …
- 17:59 Ticket #4067 (offset() method: return offsetWidth and offsetHeight too) closed by
- invalid: Although those values have the word "offset" in them they are not related …
- 17:47 Ticket #7542 (scrollWidth/scrollHeight function) closed by
- patchwelcome: These kinds of suggestions are great to implement as simple plugins where …
- 17:37 Ticket #7490 (global queue or a named queue for all animations) closed by
- duplicate: Yep, #6281 proposes a specific implementation and looks good.
- 17:21 Ticket #7480 (Has attribute selector not working for <a> elements) closed by
- invalid: Like jitter said, HTML5 has claimed the text attribute and several …
- 16:54 Ticket #7834 (bugged example) closed by
- invalid: As this is clearly a user experiencing bugs with jQuery UI (draggable), …
- 16:49 Ticket #7366 (Asynchronously loading scripts need special care with jQuery.fn.ready) closed by
- invalid: If we implemented this we'd be making a significant breaking change, …
- 14:54 Ticket #7835 (FadeOut and FadeIn) created by
- Hello. The window has scroll. When I use FadeOut and FadeIn, window is …
- 12:47 Ticket #7834 (bugged example) created by
- hey brothers, i was checking and trying out the examples, and when I …
- 11:19 Ticket #7833 ($("<property/>").attr("k", "v") has no attribute on IE but ...) created by
- Here the test case with jsfiddle I want to …
- 03:54 Ticket #7261 (Body Table) closed by
- patchwelcome: I'm going to close this ticket patchwelcome. It may be possible to work …
- 00:54 Changeset [1f92edee207829a28de80ee72548cdbd599bcc79] by
-
- src/ajax.js
- 00:33 Ticket #7817 (xhr.js breaks if Array.prototype methods are added) closed by
- fixed: Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin. …
- 00:32 Changeset [82ac384b494258e17e2856ee2259475ecb0174ca] by
-
- src/data.js
- src/manipulation.js
- src/xhr.js
- test/unit/data.js
- test/unit/manipulation.js
- 00:31 Ticket #5575 (Including jquery 1.3.2 breaks page layout) closed by
- fixed: Using the attached test case, I was able to reproduce the blue bar on …
- 00:23 Ticket #7717 (.clone(true) does not clone data properly) closed by
- wontfix: That fix was not applied.
- 00:22 Ticket #7717 (.clone(true) does not clone data properly) reopened by
- 00:21 Ticket #7165 (wrap leaks objects in $.cache) closed by
- fixed: Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing …
- 00:19 Changeset [f28c774f2cde004a33aefc28306d995c599d963b] by
-
- src/data.js
- src/manipulation.js
- test/unit/data.js
- test/unit/manipulation.js
- 00:17 Changeset [a2bf7ab3c002e921aa1d4c9be9d0f337dfd4143d] by
-
- src/data.js
12/22/10:
- 21:03 Changeset [e199ead4cba3687beca2444eea4bb8abc20f55b6] by
-
- src/data.js
- test/unit/data.js
- 20:54 Changeset [f5d4bf8920868c2d1f88cc4f3bfcf85c0b566b2e] by
-
- src/data.js
- test/unit/data.js
- 20:43 Changeset [445fdf720ce26b99aadace85b7ec976f90583c3a] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 20:24 Changeset [18fa1fd9da12fd6a259b422f91b663d9fbdb181e] by
-
- src/dimensions.js
- 19:11 Ticket #7717 (.clone(true) does not clone data properly) closed by
- wontfix: For performance and reliability reasons (e.g., potential circular …
- 18:01 Ticket #7832 (jQuery Speed Up) closed by
- worksforme: jQuery's selector engine Sizzle uses document.querySelectorAll wherever …
- 17:01 Ticket #7832 (jQuery Speed Up) created by
- Hi, I've got 2 recommendations: 1. It may come interesting for you to …
- 15:16 Changeset [2a47ceae5b9bdc45fdc890e3cd5ec01c82db1688] by
-
- 15:14 Changeset [5607bd8d53c5086bedb702f71dee02543cc7056a] by
-
- src/manipulation.js
- 15:13 Changeset [7f617e0c9f39d5cc608a05f808e6defade498fda] by
-
- src/manipulation.js
- 11:19 Ticket #7831 (JQuery 1.3.1) created by
- Hallo Jquery Bugtracking Team, following issue appeared by build …
- 10:54 Ticket #7830 (Browsers autofill feature dosen't fire .change event) created by
- If you use the browsers autofill feature to fill a form field, the change …
- 09:14 Ticket #7829 (if id includes char DOT the size() will be wrong in IE7) closed by
- duplicate: Whatever happened to people actually searching to see if an issue exists …
- 09:02 Ticket #7829 (if id includes char DOT the size() will be wrong in IE7) created by
- Example html: span id="hotel.query.keyword" span …
- 08:52 Ticket #7828 (Chrome 9.x or jquery 1.4.1, not sure) closed by
- duplicate
- 06:52 Ticket #7828 (Chrome 9.x or jquery 1.4.1, not sure) created by
- On Chrome 9.x (beta channel): Given parent block and some child elements …
- 05:49 Ticket #7827 (Stop reloading JQGrid when ddl change) closed by
- invalid: This is the bug tracker for clear, reproducible bugs with jQuery Core. It …
- 05:29 Ticket #7827 (Stop reloading JQGrid when ddl change) created by
- Am using jqgrid. i have dropdown control. when i change the dropdown the …
- 04:11 Ticket #7826 (.serialize() and and initial empty string on input) closed by
- worksforme: This is simply not true. http://jsfiddle.net/rwaldron/DkuZB/
- 04:02 Ticket #7826 (.serialize() and and initial empty string on input) created by
- When a hidden input (perhaps others but only tested with hidden) starts …
- 04:02 Ticket #7825 (Change page title bug in IE) closed by
- duplicate: This is the most frequently duplicated bug.. EVER.
- 03:52 Ticket #7825 (Change page title bug in IE) created by
- […] It's working every broswer except IE. […] It's working in all …
- 02:18 Ticket #7824 (IE7 slideUp / slideDown within position:relative containers) created by
- In ie7, the moreinfo/lessinfo button will jiggle after clicks. Removing …
12/21/10:
- 23:41 Ticket #7821 (serialize not including <select> if any of options have ...) closed by
- worksforme: I made this test case based on your …
- 23:24 Ticket #7823 (load event fires too soon) closed by
- duplicate
- 23:21 Ticket #7816 (.remove([selector]) not working as expected) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 22:03 Ticket #7823 (load event fires too soon) created by
- Example: […] This does not actually work - because the event may fire …
- 19:50 Ticket #7822 (jQuery Mobile dropping stylesheets) created by
- Hello. 1. The version(s) of jQuery affected Newest jQuery & jQuery mobile …
- 19:50 Ticket #7819 (Template rendered form values are not included in postback) closed by
- invalid: This is not a jquery bug; serialize uses the name attribute: …
- 19:37 Ticket #7821 (serialize not including <select> if any of options have ...) created by
- serialize not including <select> if any of options have …
- 19:06 Ticket #7820 (jQuery find by ID fails when ID contains dots / "." / periods) closed by
- duplicate
- 18:59 Ticket #7820 (jQuery find by ID fails when ID contains dots / "." / periods) created by
- jQuery does not find the ID "foo.bar" whereas document.getElementById() …
- 18:40 Ticket #7819 (Template rendered form values are not included in postback) created by
- As best as I can tell, when I use a template to render input elements they …
- 18:18 Ticket #7815 (isjQuery - Object Checking) closed by
- duplicate
- 16:48 Ticket #7818 (META: Define validity of plain JS objects for jQuery() and its methods) created by
- In the past a jQuery collection has mainly been DOM elements, with …
- 16:04 Changeset [c810c62a67ca91785b214ce54950a1fc12592ef1] by
-
- src/core.js
- 15:58 Changeset [1db2f02cc78b10bd638d70457645e1daa5c01344] by
-
- src/ajax.js
- src/xhr.js
- 15:00 Changeset [acab4ab0e50fadacb106468b1449643b9a03826b] by
-
- src/xhr.js
- 14:55 Ticket #7817 (xhr.js breaks if Array.prototype methods are added) created by
- […] should be […]
- 14:49 Ticket #7816 (.remove([selector]) not working as expected) created by
- the following does not work: […] […] it does not remove the div …
- 14:06 Ticket #7815 (isjQuery - Object Checking) created by
- Insert a Function to jQuery to check an object is a jQuery-Object. Like …
- 12:47 Ticket #7814 ([value=""] does not consider value of inputs) created by
- Searching for inputs with empty values comes back with false matches if …
- 12:06 Changeset [91d32e8f9699022ee468c060a24a43f947653f69] by
-
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/transports/xhr.js
- src/xhr.js
- 12:00 Ticket #7813 (problems with selector for multiple checkboxes ?) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 11:50 Ticket #7813 (problems with selector for multiple checkboxes ?) created by
- Hi, I founded that using the following html : […] I was able to …
- 08:02 Ticket #7709 (Permission denied to access property 'nodeType' from a non-chrome ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:23 Changeset [4424bda377336342ce04ab5299bf1ce624cdb7b1] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 02:57 Ticket #7809 (jQuery Clone Bug 1.4.2+) closed by
- duplicate
- 02:57 Ticket #7809 (jQuery Clone Bug 1.4.2+) reopened by
12/20/10:
- 23:56 Changeset [9e3f053c6568863251da20eba713d05f2bbdf9f0] by
-
- src/core.js
- 22:34 Ticket #7809 (jQuery Clone Bug 1.4.2+) closed by
- invalid: If you augment or extend native/host objects, such as Array.prototype, …
- 18:09 Changeset [88d97deb773e6142b7656a4bc4ee973957b6ba49] by
-
- src/core.js
- src/xhr.js
- test/unit/core.js
- 17:59 Ticket #7808 (META: Investigate Event Object Creation) closed by
- wontfix: Resolution: http://api.jquery.com/category/events/event-object/
- 17:21 Ticket #7811 (populating hidden form fields in IE6) closed by
- worksforme: Following your use case, I cannot reproduce a bug …
- 16:29 Ticket #7812 (opera 11: $.fn execute after $.ready) closed by
- invalid: This is not a valid jQuery bug. I cannot duplicate the error by visiting …
- 12:24 Ticket #7812 (opera 11: $.fn execute after $.ready) created by
- in this page http://www.sunnyclimb.com/it/ice.htm many times I give …
- 10:44 Ticket #7811 (populating hidden form fields in IE6) created by
- Hi there, I've discovered what I believe is a jQuery bug. On one of our …
- 09:23 Ticket #7810 (jsp error) closed by
- invalid: Please read the bug reporting guidelines before posting: …
- 07:28 Ticket #7810 (jsp error) created by
- http://localhost:8080/test/icaredelight/index.jsp?d=fail output it is my …
- 06:53 Ticket #7809 (jQuery Clone Bug 1.4.2+) created by
- == code == […] click the new div will trigger this bug. == bug …
12/19/10:
- 21:47 Ticket #7808 (META: Investigate Event Object Creation) created by
- Currently, if I want to access a special type of event property, such as …
- 21:33 Changeset [faefbb1ad0b81e8001b582d06d5bd9c9236e62ce] by
-
- src/data.js
- src/manipulation.js
- test/unit/manipulation.js
- 18:28 Ticket #7807 (BUG - selector with context in Jquery 1.4.4) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 15:37 Ticket #7807 (BUG - selector with context in Jquery 1.4.4) created by
- There is a problem when creating a selector with a context (2nd parameter) …
- 06:16 Ticket #7806 (Can't submit bug) closed by
- worksforme: you filed a bug and commented on it.
- 04:38 Ticket #7806 (Can't submit bug) created by
- I just spent ten minutes writing up a bug report about an incredibly …
- 04:02 Ticket #4233 (Toggles/Visible/Hidden check inccorect on empty tag) closed by
- worksforme: I can't reproduce what is described in the report with this …
- 03:24 Ticket #6194 (Script tags not evaluated when loaded in page by Ajax, on WebKit) closed by
- worksforme: test case works in current Chrome and …
12/18/10:
- 21:14 Ticket #7651 (bind() and trigger() fail on plain javascript objects if a method “handle” ...) closed by
- duplicate
- 21:08 Ticket #7805 (I got this bug in the site) closed by
- duplicate
- 19:15 Ticket #7805 (I got this bug in the site) created by
- Database error From jQuery JavaScript Library Jump to: navigation, search …
- 12:06 Ticket #7804 (function runs multiple times) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery project by writing …
- 04:12 Ticket #7804 (function runs multiple times) created by
- The following works correctly the first time. But if clicked again before …
- 00:44 Ticket #7803 (JQUERY Droppable) closed by
- invalid: The big red box on the "New Ticket" rather clearly states: >For jQuery …
- 00:32 Ticket #7803 (JQUERY Droppable) created by
- The Dragable If placed within a scrollable div's does not show the …
12/17/10:
- 20:48 Ticket #6481 (revert $.param should treat empty arrays/objects like empty strings) reopened by
- Reopened for possible reversion. See the discussion in the forum thread. …
- 17:37 Ticket #7802 (callback is fired although .stop() is used) created by
- I´ve made an animation with a callback-function. I stopped the animation …
- 15:04 Ticket #7801 (hardcoded value for animations) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by writing …
- 14:58 Ticket #7801 (hardcoded value for animations) created by
- 6618 cur: function() { 6619 if ( this.elem[this.prop] != null && …
- 11:42 Ticket #7800 (Jquery issue with anchor tag) created by
- Hi I am trying to use the latest jquery version 1.4.4 and I am getting …
- 09:48 Ticket #7799 (width function different in IE now) created by
- The latest implementations of width() and height() seem to be different …
- 07:55 Ticket #7683 (CSS 3 and show hide function problem - working slow and bad) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:18 Ticket #7798 (Problem with .add and .fadeout() chainning methods.) closed by
- invalid: This is not a bug with .add(). When you call *any* jQuery animation on …
- 04:04 Ticket #7798 (Problem with .add and .fadeout() chainning methods.) created by
- When channing with multiple .add() methods and a single .fadeout(), the …
- 00:21 Ticket #7797 (Incorrect result for css('color') in Opera browser) closed by
- worksforme: Returning the rgb(r,g,b) format would be bad, because IE will not accept …
Note: See TracTimeline
for information about the timeline view.
