Timeline
Jan 23, 2010:
- 10:09 PM Ticket #5917 (replaceWith is not working as mentioned in the api doc) created by
- replaceWith is working fine when only one element is replaced. When …
- 9:29 PM Ticket #5916 (e.preventDefault doesn't work with live submit) created by
- When a submit handler is bound to a form using .live(), and the submit …
- 9:21 PM Ticket #5906 (IE leaks memory when removing child elements with bound events (until ...) closed by
- fixed: Fixed. …
- 9:20 PM Ticket #5856 (namespaced events remain on DOM object when calling remove()) closed by
- fixed: Fixed. …
- 9:20 PM Changeset [f06e0e5]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 8:50 PM Ticket #5915 (.height(fn) and .width(fn) are missing) closed by
- fixed: Fixed. …
- 8:49 PM Changeset [4f9aa62a]1.12-stable2.2-stablekillphp by
- src/dimensions.js
- test/unit/dimensions.js
- 8:49 PM Ticket #5915 (.height(fn) and .width(fn) are missing) created by
- Were missed in the 1.4 fn-setter update.
- 5:08 PM Ticket #5859 (Firefox window.JSON throws uncaught exception when an HTTP Status Code ...) closed by
- fixed: Fixed. …
- 5:08 PM Changeset [781fe8b]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 4:54 PM Changeset [ea9e0ed8]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- test/unit/traversing.js
- 4:52 PM Ticket #5914 (Expose JSON parsing logic) closed by
- fixed: Fixed. …
- 4:51 PM Changeset [0912109]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- 4:51 PM Ticket #5914 (Expose JSON parsing logic) created by
- jQuery.parseJSON should do the trick.
- 4:49 PM Ticket #5913 (Centralize the logic for throwing exceptions) closed by
- fixed: Fixed. …
- 4:48 PM Changeset [a6ef036]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/core.js
- 4:48 PM Ticket #5913 (Centralize the logic for throwing exceptions) created by
- It's spread out now, centralizing it will make it easier for plugin …
- 4:37 PM Ticket #5789 (die() fails to remove handlers) closed by
- fixed: Fixed. …
- 4:37 PM Changeset [3e286440]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 12:53 PM Ticket #5869 (SELECT element change event firing on focus first time in IE) closed by
- fixed: Landed w/ test case. …
- 12:52 PM Changeset [8ea634f]1.12-stable2.2-stablekillphp by
- src/effects.js
- src/offset.js
- test/unit/effects.js
- test/unit/offset.js
- 12:52 PM Changeset [f6ec9d54]1.12-stable2.2-stablekillphp by
- src/event.js
- test/delegatetest.html
- 12:27 PM Ticket #5888 (offset(coordinates) returns null when attached to empty jQuery set) closed by
- fixed: Landed. …
- 12:26 PM Changeset [2c28f22]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/unit/effects.js
- test/unit/offset.js
- 12:25 PM Ticket #5910 (In 1.4, show/hide methods call animate() when speed is false or empty ...) closed by
- fixed: Landed. …
- 12:25 PM Changeset [a63754a]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 12:25 PM Changeset [21441b1]1.12-stable2.2-stablekillphp by
- src/effects.js
- 12:21 PM Ticket #5907 (new *untils methods r failz) closed by
- fixed: Landed. …
- 12:20 PM Changeset [28ce159]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 12:13 PM Changeset [09ef5b75]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:02 PM Ticket #5912 (flash object not work on insert via .html(flash_object_string)) created by
- in new version jquery 1.4 flash embeding not work in ie6 and ie7. …
- 11:58 AM Ticket #5852 (.live() support for multiple types) closed by
- fixed: Fixed. …
- 11:58 AM Ticket #5801 (enhancement: support .live('hover',fn)) closed by
- fixed: Fixed. …
- 11:58 AM Ticket #5804 (.live('focus') proxys through to .live('focusin')) closed by
- fixed: Fixed. …
- 11:56 AM Changeset [01f7202]1.12-stable2.2-stablekillphp by
- src/event.js
- test/delegatetest.html
- test/unit/event.js
- 11:15 AM Ticket #3861 (.live('click', function) conflicts with mousedown event) closed by
- fixed: Landed. …
- 11:15 AM Ticket #5835 (Inline script events and "live") closed by
- fixed: Landed. …
- 11:14 AM Changeset [b9ca157]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:12 AM Changeset [150e44c]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:58 AM Ticket #5911 (jQuery 1.4 won't load in a non-HTML document) created by
- 1.3.2 would load in DOM documents that aren't HTML (specifically SVG). …
- 8:10 AM Ticket #5853 (Ajax callback context is not original object.) reopened by
- This is absolutely not a duplicate of #5838. This is a separate …
Jan 22, 2010:
- 9:15 PM Ticket #5910 (In 1.4, show/hide methods call animate() when speed is false or empty ...) created by
- This isn't necessarily wrong, but it's different from previous …
- 8:28 PM Ticket #5909 (can't post multiple values as of 1.4 any more) created by
- I try to post this, $.post("test.php", { 'choices[]': ["Jon", …
- 8:01 PM Ticket #5908 (jQuery.is() helper) created by
- Hi, This new version is giving me a error that it didn't before. …
- 7:17 PM Ticket #5907 (new *untils methods r failz) created by
- From …
- 7:02 PM Ticket #5906 (IE leaks memory when removing child elements with bound events (until ...) created by
- This is somewhat vague as it is coming in from a third party, however, …
- 6:50 PM Ticket #5905 (slideDown and slideUp and min-height) created by
- When min-height is used in CSS, slideUp and slideDown do not function …
- 6:07 PM Ticket #5904 (Injecting Flash with $.html fails in 1.4 in IE6) created by
- Currently, when injecting a string of html that represents a flash …
- 5:07 PM Ticket #5813 (Safari: jQuery 1.4.0 fails to fire the ready() event when navigating ...) closed by
- wontfix: This is very much intentional - attaching an unload will force the …
- 4:43 PM Ticket #5853 (Ajax callback context is not original object.) closed by
- duplicate: Duplicate of #5838.
- 3:14 PM Ticket #5903 (slideUp() bug whit html,body height 100%) created by
- I'm trying to use slideUp() on my page, but doesn't work. Debuggin, I …
- 1:41 PM Ticket #5902 (ajaxComplete event problem, -or- ajaxStart problem?) created by
- simple test: <div id="Div0"></div> <div …
- 1:38 PM Ticket #5869 (SELECT element change event firing on focus first time in IE) reopened by
- Still broke. Same test case above. Setting one of the options as …
- 12:16 PM Ticket #5872 (ajax calls succes instead of error on server error) reopened by
- I can confirm that it is a bug in jquery 1.4. Going back to jquery …
- 11:12 AM Ticket #5901 (onchange event fires without any change made to the input element) created by
- It seems that in JQuery 1.4 an initially prefilled input text element …
- 10:33 AM Ticket #5900 (eq Selector not selecing hidden div's?) created by
- Hi guys, I've just started using jQuery 1.4 and i'm trying to use the …
- 10:29 AM Ticket #5899 (live change event doesn't bubble in IE 6/7) created by
- The change event does not seem to bubble in 1.4 for IE 6/7.
- 8:00 AM Ticket #5898 (Performance Improvement for :odd/:even) created by
- I benchmarked the modulo operator against the binary operations: …
- 7:24 AM Ticket #5897 (Error parsing JSON data in Firefox) created by
- IE7 and Firefox3 have different results on parsing JSON from an Ajax …
- 4:26 AM Ticket #5896 (Easy setter for .data method) created by
- I'd like to use the easy set also on .data method, like: …
- 3:39 AM Ticket #5895 ($(s, ctx) fails for some selectors) created by
- In my app: Native: …
- 3:22 AM Ticket #5894 (Some kind of queue or fadeOut error) created by
- Hi! I have an AJAXified gallery. The idea is pretty simple: Each time …
Jan 21, 2010:
- 11:37 PM Ticket #5893 (jQuery1.4 bug---addClass()) created by
- $("span").addClass(function(index,class){ return index + "-wg-" + …
- 10:45 PM Ticket #5889 (.removeClass in 1.4 leaves a space) closed by
- duplicate: Dup of #5873.
- 10:41 PM Ticket #5891 (Documentation error: jQuery.getScript()) closed by
- fixed: Fixed, thanks! Feel free to comment on the api page itself if you see …
- 6:19 PM Ticket #5892 (IE change event does not fire on text input after setting value - ...) created by
- Steps to reproduce using the attached test page: 1.Type "abc" in the …
- 3:15 PM Ticket #5891 (Documentation error: jQuery.getScript()) created by
- The jQuery.getScript documentation pagedescribes the full …
- 12:20 PM Ticket #5890 (live does not work properly with multiple events) created by
- ('div.hoverbox').live('mouseenter mouseleave',function(){}) does not …
- 11:15 AM Ticket #5889 (.removeClass in 1.4 leaves a space) created by
- I'm using jQuery to add a class to an element, and then later remove …
- 10:23 AM Ticket #5888 (offset(coordinates) returns null when attached to empty jQuery set) created by
- When using the setter method .offset(coords), it should return the …
- 9:07 AM Changeset [8eef3a4]1.12-stable2.2-stablekillphp by
- MIT-LICENSE.txt
- 8:54 AM Ticket #5887 (live change event IE javascript error) created by
- if you open the testpage on IE(tested 7 and 8) and click on the chart, …
- 3:43 AM Ticket #5886 (ajax abort error) created by
- When using jquery 1.4 in combination with jquery ui tabs loading it's …
Jan 20, 2010:
- 8:15 PM Ticket #5885 (.live("click") handler activates on right-click in firefox) created by
- When using .live("click"), right-clicks also get activated in firefox. …
- 7:03 PM Ticket #5884 (live mouseenter/mouseleave events don't fire as expected when nested) created by
- I found that when using the mouseenter/mouseleave events with the …
- 5:41 PM Ticket #5883 (:heading) created by
- I wish jQuery supported a :heading selector, as an alias of the …
- 4:56 PM Ticket #5879 (Ajax Cross-Site load for HTML content broken) closed by
- invalid: The web browser won't let you request arbitrary content from other …
- 4:07 PM Ticket #5882 (jQuery.fn.jquery -- version string property change) created by
- Firstly, it would be really nice if this property was documented. …
- 3:08 PM Ticket #5881 (document.title needs special handling in Internet Explorer) created by
- In IE (versions 6, 7 & 8 on my PC); a few issues: …
- 3:01 PM Ticket #5880 (Method to create a copy of jQuery) created by
- For those of us who work with including jQuery (along with a …
- 1:52 PM Ticket #5879 (Ajax Cross-Site load for HTML content broken) created by
- I'm attempting to use the Ajax load function to load HTML from a …
- 1:37 PM Ticket #5878 (Chrome on Mac reports as Safari) created by
- On Chrome/Mac, jQuery.browser.safari returns "true" Chrome does in …
- 1:29 PM Ticket #5863 (.load ajax data transfer size limit) closed by
- invalid: Hey, as long as it isn't jQuery's bug I'm happy. Glad you got it fixed.
- 1:26 PM Ticket #5874 ($('<v:curve/>', {'from' : '50px,50px', 'to' : '100px,100px'})) reopened by
- Acutally, let me correct that, the problem here is that …
- 1:23 PM Ticket #5874 ($('<v:curve/>', {'from' : '50px,50px', 'to' : '100px,100px'})) closed by
- invalid: If the browser's native innerHTML doesn't like '<v:curve/>' then …
- 12:06 PM Ticket #5877 (jQuery.live() - compliment to jQuery.fn.live()) created by
- This is a proposal for a jQuery.live() implementation with the …
- 11:24 AM Ticket #5876 (domManip caching doesn't evaluate scripts) created by
- buildFragment() uses jQuery.clean() to extract the JS code of <script> …
- 10:28 AM Ticket #5264 (embed tags do not work anymore in IE6 with current nightly build) reopened by
- I'm seeing this with 1.4 release, IE 7.0.5730.11, Win2003 Server; …
- 1:03 AM Ticket #5863 (.load ajax data transfer size limit) reopened by
- I have added a attachement, its a PHP test file. Ofcourse you need to …
- 12:29 AM Ticket #5875 (.replaceWith() doesn't work with empty set) created by
- I have a function that calls $(selector).replaceWith("html here"). …
Jan 19, 2010:
- 11:05 PM Ticket #5874 ($('<v:curve/>', {'from' : '50px,50px', 'to' : '100px,100px'})) created by
- throw an error! instead of …
- 10:28 PM Ticket #5844 (Global Ajax Event is not compatible with version 1.3.2) closed by
- invalid: Closed per the 1.4 docs.
- 10:18 PM Ticket #5847 (Problem with XHTML) closed by
- invalid: Can you attach a complete test case? It isn't clear from the fragments …
- 10:15 PM Ticket #5848 (OnChnage event firing incorrectly in IE8) closed by
- fixed: Should be fixed by this commit for 1.4.1: …
- 10:09 PM Ticket #5854 (Class selector bug when returning length in IE8) closed by
- invalid: Can you attach a test case that demonstrates the problem? We need to …
- 10:08 PM Ticket #5855 (inline onclick return false target="_blank" ie8) closed by
- invalid: I don't see any jQuery code there at all. Can you attach a complete …
- 9:50 PM Ticket #5861 (serialize and serializeArray not working) closed by
- invalid: There's just too much code here to make it a good test case. If …
- 9:43 PM Ticket #5863 (.load ajax data transfer size limit) closed by
- invalid: Is this consistent across all browsers? Can you post a test case?
- 9:28 PM Ticket #5869 (SELECT element change event firing on focus first time in IE) closed by
- fixed: Should be fixed by this commit for 1.4.1: …
- 9:16 PM Ticket #5873 (removeClass leaves space after removing last class) created by
- Windows XP, Firefox 3.5.7. Then '.removeClass("disabled")' called for …
- 9:14 PM Ticket #5871 (jQuery.get in IE7 fails with dataType json) closed by
- invalid: Can you attach a test case? The JSON shown there seems fine. It seems …
- 9:06 PM Ticket #5872 (ajax calls succes instead of error on server error) closed by
- invalid: Sorry but I cannot understand the description here. Can you post a …
- 5:42 PM Ticket #5872 (ajax calls succes instead of error on server error) created by
- Way to reproduce: request a page, and on load do a local …
- 5:39 PM Ticket #5871 (jQuery.get in IE7 fails with dataType json) created by
- In jQuery 1.4 when running a get call with dataType of json fails to …
- 2:50 PM Ticket #5870 (Specifying context fails for selector when context is a wrapped string) created by
- When checking a string for the existence of an element by specifying …
- 1:08 PM Ticket #5869 (SELECT element change event firing on focus first time in IE) created by
- This bug is very easy to reproduce. I have personally verified it …
- 12:55 PM Ticket #5639 (Binding a function to submit() a form fails in FF 3.0.15 and Chrome) closed by
- fixed
- 12:16 PM Ticket #5868 (:contains() Selector fails to find match when string is passed as a ...) created by
- Passing :contains a direct string works: $('ul …
- 11:18 AM Ticket #5867 (hasClass() behaviour change) created by
- I updated my application to 1.4 from 1.3.2 and this stops working. …
- 10:57 AM Ticket #5866 (.ajax() fails in IE7 when using an absolute url without protocol) created by
- From jQuery 1.3.2 to 1.4 the detection of the XHR object has changed. …
- 6:34 AM Ticket #5865 (Allow User To Specify A Reviver Function For Parsing JSON In AJAX Requests) created by
- The native JSON.parse method allows an optional reviver function to be …
- 4:49 AM Ticket #5864 (.attr with iframe doesn't work correctly in IE and Opera) created by
- The syntax .attr('scrolling','no') to iframe doesn't work in IE 6-8 …
- 1:50 AM Ticket #5863 (.load ajax data transfer size limit) created by
- There seems to be a limit of +- 15kb, maybe 20 on the amount of …
- 1:27 AM Ticket #5862 (jQuery 1.4.0 breaks URL for AJAX GET if data contains key named "length") created by
- This used to work in jQuery 1.3.2, but it's broken on 1.4.0: $.ajax({ …
- 12:19 AM Ticket #5861 (serialize and serializeArray not working) created by
- Please see the attached html document, and here is the result when I …
Jan 18, 2010:
- 9:32 PM Ticket #5860 (preventDefault() does not work in live('submit, ...) when triggered ...) created by
- When triggering a form submission from the submit() method, the event …
- 7:14 PM Ticket #5859 (Firefox window.JSON throws uncaught exception when an HTTP Status Code ...) created by
- Firefox has a bug in which it turns the content of non-200 status code …
- 7:05 PM Ticket #5858 (allow user to add a delimiter to the text() function) created by
- If I want to get all of the text from a series of elements, I would …
- 7:03 PM Ticket #5857 (IE transparency turns opaque with fadein, fadeout, etc) created by
- Consider a blocker screen that comes up prompting for passwords. The …
- 5:53 PM Ticket #5851 (IE8 does not support the change event while using live) closed by
- fixed: Fixed. …
- 5:52 PM Changeset [435772e2]1.12-stable2.2-stablekillphp by
- src/event.js
- 5:19 PM Changeset [257a469]1.12-stable2.2-stablekillphp by
- src/event.js
- 3:58 PM Ticket #5856 (namespaced events remain on DOM object when calling remove()) created by
- There is a problem with deregistering handlers when an element is …
- 2:18 PM Ticket #5855 (inline onclick return false target="_blank" ie8) created by
- <a onclick="return false;" target="_blank" title="test" …
- 11:16 AM Ticket #5854 (Class selector bug when returning length in IE8) created by
- The following code works fine in firefox alert($('#compromisos …
- 10:23 AM Ticket #5853 (Ajax callback context is not original object.) created by
- Callbacks pass a different object as a context than the one originally …
- 10:12 AM Ticket #5852 (.live() support for multiple types) created by
- This enhancement is to provide a more uniform API. Today the user …
- 9:54 AM Ticket #5851 (IE8 does not support the change event while using live) created by
- According to http://jquery14.com/day-01/jquery-14 The change and …
- 8:32 AM Ticket #5850 ($('X+Y Z') does not works in IE) created by
- this kind of selector:
$('X+Y Z')
does not works in IE (not tested … - 8:27 AM Ticket #5849 (Load method does not work correctly in Firefox) created by
- Bug with jquery method 'load' Description: In FireFox does not work …
- 7:23 AM Ticket #5848 (OnChnage event firing incorrectly in IE8) created by
- In IE8, the "onchange" event is firing even when a dropdown list is …
- 5:43 AM Ticket #5847 (Problem with XHTML) created by
- I'm working with jqtouch. It doesn't work with XHTML pages …
- 4:23 AM Ticket #5846 (slideToggle in Internet Explorer 6) created by
- The demo in http://api.jquery.com/slideToggle/ has some issues. It …
- 3:41 AM Ticket #5845 (Error with closing tags in query 1.4 and html method (1.3.2 was OK)) created by
- When using the html in 1.4 the elements are not injected correctly. …
- 12:22 AM Ticket #5844 (Global Ajax Event is not compatible with version 1.3.2) created by
- $().ajaxSuccess(function(ev, xhr) {test()}); doesn't works for 1.4.0 …
Jan 17, 2010:
- 6:29 PM Ticket #5843 (issue with callback function in $().load) created by
- code below works perfectly well on 1.3.2. with 1.4 , no "hello" alert …
- 5:05 PM Ticket #5842 (xhr.readyState Exception) created by
- http://forum.jquery.com/topic/1-4-xhr-readystate-assignment-crash-ajax- …
- 1:58 PM Ticket #5841 (Race condition (sync/async) bug in remove) created by
- I have html <div id ="something"> something something something …
- 9:25 AM Ticket #5840 (ajax callbacks lose exceptions) created by
- The following code should throw an error ("DOES_NOT_EXIST is not …
Jan 16, 2010:
- 5:10 PM Ticket #5689 (live function for focus events no longer works) closed by
- wontfix: We are no longer supporting focus/blur in live (since they aren't …
- 11:47 AM Ticket #5839 (exception string not passed to error handlers in onreadystatechange fn) created by
- The call to jQuery.handleError in the onreadystatechange function does …
- 10:12 AM Ticket #5838 (Make sure regular settings object is passed as context for Ajax callbacks) closed by
- fixed: Fixed. …
- 10:11 AM Changeset [155ecf4]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 10:10 AM Ticket #5838 (Make sure regular settings object is passed as context for Ajax callbacks) created by
- http://groups.google.com/group/jquery-dev/t/f570d414d3698da0
- 9:59 AM Ticket #5823 (Change events fires in IE8 on clicking in select box) closed by
- duplicate: Duplicate of #5800.
- 7:09 AM Ticket #5837 (the :checked selector will select a select a option in Firefox) created by
- As the following code, it will alert "OPTION" when document ready. …
- 6:02 AM Ticket #5836 (1.4 throws exception when selecting custom tag in IE) created by
- I've an HTML page with custom tags in it that I need to get the …
- 5:35 AM Ticket #5835 (Inline script events and "live") created by
- Registering a live event somehow affects inline script events, even …
- 1:36 AM Ticket #5834 (event.special namespacing bug) created by
- Perhaps I'm missing something, but an jQuery.event.special
add
…
Note: See TracTimeline
for information about the timeline view.