Timeline
Aug 17, 2010:
- 11:28 PM Ticket #6869 (.one() method throws error with plain Javascript object) closed by
- duplicate: This is fixed in the nightlies, dup of #6184.
- 11:27 PM Ticket #6676 (.unbind causes "elem.removeEventListener is not a function" at #2070 ...) closed by
- duplicate: Dup of #6184.
- 8:20 PM Ticket #6914 (addClass duplication bug in 1.4.2) created by
- In 1.4.2, foo.addClass("disabled"); adds disabled even if it already …
- 12:09 PM Ticket #6913 (namespaced event bubbleing wrong) created by
- Html code <div class="parent"> <div class="child1" > </div> …
- 10:29 AM Ticket #6912 ($().add(selectElement) adds option children instead) created by
- Passing a raw dom select element to jQuery.fn.add adds all of its …
- 12:03 AM Ticket #6911 (.live('click',handler) should not fire on disabled button in IE) created by
- Take the following snippet: <div id="a"> <input type="button" …
Aug 16, 2010:
- 9:50 PM Ticket #6910 (RFE: Split generic jQuery code and HTML-specific) closed by
- duplicate: Since there are no other problems called out here and the one problem …
- 9:40 PM Ticket #6909 ("this" is wrong in $(selector).each(function(){...})) closed by
- worksforme: A function called from within the event handler gets a
this
… - 9:32 PM Ticket #6907 (jQuery forums broken) closed by
- worksforme: Looks like this was a transient problem.
- 6:23 PM Ticket #6910 (RFE: Split generic jQuery code and HTML-specific) created by
- Hi, it would be nice to split jQuery to a generic lib containing …
- 6:00 PM Ticket #6909 ("this" is wrong in $(selector).each(function(){...})) created by
- "this" is not what expected in $(selector).each(function(){...}) …
- 9:48 AM Ticket #6908 ($.ajax doesn't ignore case of scheme and host in URL.) created by
- (ver 1.4.2) line 5058: remote = parts && (parts[1] && parts[1] !== …
- 7:11 AM Ticket #6907 (jQuery forums broken) created by
- When trying to open any page on the forums at http://forum.jquery.com …
Aug 15, 2010:
- 6:03 PM Ticket #6906 ($.get(window.location, {a: 'b'}, callback); - Works bad in IE7(6,8?)) closed by
- worksforme: That is because
window.location
is an object. The URL must be a … - 3:37 PM Ticket #6906 ($.get(window.location, {a: 'b'}, callback); - Works bad in IE7(6,8?)) created by
- If i call at this page http://example.ru/cat/ code: …
Aug 14, 2010:
- 4:14 PM Ticket #6905 (toggle() problem on linux with firefox/seamonkey) created by
- This is based on jquery in Action second edition, collapsible module …
- 3:41 PM Ticket #6629 (Fade effect to Nested Tabs - Klaus Hartl Tabs v3) closed by
- invalid: Not a bug report.
- 3:31 PM Ticket #6513 (.animate breaks all IE png fix plugins) closed by
- invalid
- 3:23 PM Ticket #5843 (issue with callback function in $().load) closed by
- invalid: The code snippet isn't enough to reproduce the problem.
- 3:22 PM Ticket #5828 (show("normal"), hide("normal"), toggle("normal") not working.) closed by
- invalid
- 3:21 PM Ticket #5775 (animate uses Node.ELEMENT and not Node.ELEMENT_NODE) closed by
- worksforme: Not sure where you're seeing Node.ELEMENT; in the uncompressed …
- 3:14 PM Ticket #5768 (Animate the CSS Height and absolutely positioned element) closed by
- duplicate: Dup of #5767.
- 2:55 PM Ticket #5569 (BUG with .animate()) closed by
- duplicate: Dup of #5001.
- 2:46 PM Ticket #5286 (animate bug) closed by
- worksforme: I'm not seeing a reload with Firefox 3.6.
- 2:37 PM Ticket #5283 (Slide removes list bullets) closed by
- fixed
Aug 13, 2010:
- 1:59 AM Ticket #6904 (it seems .load() can not load an external content into a div) created by
- i wrote a very simple code to check if there is any programming …
Aug 12, 2010:
- 10:00 PM Ticket #4595 (Problem with all slide action in IE ( any version )) closed by
- invalid: Can you attach a test case? The page there is rather large and has an …
- 9:43 PM Ticket #4511 (fadeOut broken) closed by
- fixed: This is working in 1.4.2.
- 9:17 PM Ticket #4412 (hide and ie bug (height < 1px)) closed by
- worksforme
- 9:17 PM Ticket #4410 (fadeOut does not execute) closed by
- worksforme: This works with jQuery 1.4.2 and Firefox 3.5, so the issue must have …
- 9:12 PM Ticket #4277 (Bug when sliding down content wrapped in an inline element.) closed by
- invalid: The test case has disappeared. In general, animated content must be …
- 9:05 PM Ticket #6847 ($.post callback function does not work when defined inline) closed by
- invalid: I am not disputing that it is a genuine problem. If it only manifests …
- 7:46 PM Ticket #6847 ($.post callback function does not work when defined inline) reopened by
- This is a genuine problem and exists on Firefox 4 Beta version(s). …
- 7:03 PM Ticket #6902 (.animate() opacity problems in ie) closed by
- duplicate: Duplicate of #2457.
- 11:15 AM Ticket #6903 (special events need a way to determine whether they are being bound ...) created by
- The solution could be as simple as a flag, or yet another function …
- 8:34 AM Ticket #6902 (.animate() opacity problems in ie) created by
- I got some troubles when i'm using the .animate() method on internet …
- 4:57 AM Ticket #6901 (after() with iframe is not working correctly) created by
- Element which is moved with after or before function doesn't render …
Aug 11, 2010:
- 9:37 PM Ticket #4102 (add delay to Animate) closed by
- fixed: http://api.jquery.com/delay/
- 9:35 PM Ticket #4015 (Animation causes repeated div background image requests in IE6) closed by
- invalid: This appears to be a IE bug caused by incorrect settings.
- 9:34 PM Ticket #4008 (Animate border width issue in Opera) closed by
- worksforme: Can't repro in Opera 10.53 and jQuery 1.4.2.
- 8:50 PM Ticket #3564 ($.hide() only works in Adobe AIR (i.e. Webkit) with style="display: x" ...) closed by
- invalid: Can you reopen the ticket with a simple test case that reproduces the …
- 8:49 PM Ticket #3519 (Single callback after an animation with multiple elements) closed by
- worksforme: It seems like the current behavior is a benefit for this case. You …
- 8:46 PM Ticket #3323 (jsquery .hide changes the font of the text in Internet Explorer) closed by
- duplicate: Dup of #2457.
- 8:45 PM Ticket #3314 (Animate doesnt work as expected on negative "right" or "bottom" values) closed by
- invalid: Can anyone still experiencing this problem in 1.4.2 please reopen with …
- 8:44 PM Ticket #3298 (animate string speeds 'show', 'hide' don't work as expected) closed by
- worksforme: The CSS height/width excludes border and padding; you can animate …
- 8:14 PM Ticket #2907 (Animating a container - Safari sets container to overflow: visible ...) closed by
- worksforme: This must have been an old safari bug. The problem doesn't occur on …
- 8:09 PM Ticket #2774 (make animated show/hide more useful) closed by
- worksforme: Since we have .animate and it's possible to define other easing …
- 8:06 PM Ticket #2695 (Problem with hiding animations in 1.2.3 and above) closed by
- invalid: No test case.
- 8:05 PM Ticket #2607 (fadeIn() table rows don't take colspan setting into account) closed by
- duplicate: You said fade but it looks like you're doing a slide; see #2041.
- 7:24 PM Ticket #2086 (Animate Method is buggy when changing font size with em units (IE bug only)) closed by
- worksforme: This seems to be working for me in 1.4.2 with IE8 and IE7. Test case …
- 6:55 PM Ticket #6898 (Internet Explorer Filter Css doesn't work on Hide()/ Show()) closed by
- duplicate: Dup of #6841.
- 6:54 PM Ticket #6899 (using .html() to change title causes errors in IE) closed by
- duplicate: Dup of #5881; use
document.title
to set the title. - 5:42 PM Ticket #6900 (parsing of arrays in the function "buildParams") created by
- based on this question in stackoverflow: …
- 3:37 PM Ticket #6899 (using .html() to change title causes errors in IE) created by
- I tried to use the html() method to automatically unescape a string …
- 8:04 AM Ticket #6898 (Internet Explorer Filter Css doesn't work on Hide()/ Show()) created by
- If you set a Background Gradient for IE in css (I've done it …
Aug 10, 2010:
- 10:31 PM Ticket #6896 (Bug with Ajax loaded content and method live) closed by
- invalid: Please reopen and attach a complete test case (html and script) that …
- 10:26 PM Ticket #6656 (Wrap with an HTML5 element in IE 8 causes error.) closed by
- invalid: Please reopen with a test case if needed, but do read the blog entry above.
- 10:25 PM Ticket #6648 (IE6 Crash in 1.4.2) closed by
- invalid: I can't get the page to show the video even in Firefox, so I suspect …
- 10:23 PM Ticket #6630 (UI/API/1.8/Dialog weird resizing) closed by
- invalid: Please retry with the latest release of jQuery UI and if there is …
- 10:21 PM Ticket #6628 (change HTML to div inside a tag) closed by
- invalid: The markup is invalid. An <a> tag is an inline element but a <div> is …
- 10:18 PM Ticket #6580 (Element creation and append fails.) closed by
- worksforme: You were expecting the jQuery object to contain the <a> element after …
- 10:06 PM Ticket #6897 (jQuery.props is in support.js, belongs in attributes.js) created by
- It's only used in attributes.js, needs to be moved there.
- 9:37 PM Ticket #5875 (.replaceWith() doesn't work with empty set) closed by
- fixed: Fixed at …
- 9:26 PM Ticket #6856 (Should .appendTo accept a context for the selector?) closed by
- duplicate: Duplicate of #5065, which has a patch. I'll try to shepherd this into …
- 9:22 PM Ticket #4726 (el.wrap('<element1><element2></element2></element1>') only wraps ...) closed by
- worksforme: Works for me, see attachment. Perhaps you were trying to create …
- 9:11 PM Ticket #6896 (Bug with Ajax loaded content and method live) created by
- Erro: (d || "").split is not a function Arquivo-fonte: …
- 8:37 PM Ticket #6893 (not work in IE 8.0) closed by
- invalid
- 8:37 PM Ticket #6894 (Can not select first nested form.) closed by
- invalid: Since nested forms are invalid and the browser isn't obligated to do …
- 6:21 PM Ticket #6895 (FadeIn of TDs in IE8 does not work as expected) created by
- Quick Summary: In Internet Explorer 8, fadeIn of all TDs within a TR …
- 5:47 PM Ticket #4483 (animate() on td doesn't work on IE8) reopened by
- I have just tested this exact repro on IE8 using jquery 1.4.2 …
- 10:20 AM Ticket #6894 (Can not select first nested form.) created by
- I realize that nesting forms in HTML is incorrect but also know that a …
- 6:42 AM Ticket #6893 (not work in IE 8.0) created by
- ebpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; …
Note: See TracTimeline
for information about the timeline view.