Timeline
08/19/10:
- 23:13 Ticket #6921 (data() method should read html5 data-* attributes) created by
- from this: <div data-patchlocation="github" data-awesome="true" …
- 18:59 Ticket #6920 ($('select').val('value') stopped working in 1.4.2) created by
- jQuery 1.4.2 cannot set a <select> through 'val()'. The following code …
- 18:15 Ticket #6919 ($.each looping over a string produces different results in IE8 ...) created by
- It's simplest to explain in code: Given: …
- 16:00 Ticket #6918 (Attaching data() to two different elements with identical markup) created by
- When attaching data() to two different elements with identical markup, I …
- 01:06 Ticket #6914 (addClass duplication bug in 1.4.2) closed by
- worksforme: I thought, "This can't be broken, since addClass is used everywhere. But …
- 00:54 Ticket #6917 (Replacing uses of arguments.callee with the function name.) closed by
- worksforme: Agreed about ES5 compat, but I think all instances of …
- 00:42 Ticket #6834 ($.ajax doesn't uri encode a string input automatically) closed by
- invalid: I'm sorry but I don't understand your test case. jQuery does not have a …
- 00:24 Ticket #6917 (Replacing uses of arguments.callee with the function name.) created by
- The attached patch replaces uses of arguments.callee with the shorter, and …
- 00:23 Ticket #6915 (val(#) no longer matches text node of option with a different value ...) closed by
- invalid: Can you reopen the ticket and attach a complete html file with Javascript …
08/18/10:
- 21:51 Ticket #6916 (xml parse error when using $ajax to load a file: url on IE) created by
- I've asked about this before but have more facts and a more detailed …
- 17:33 Ticket #6915 (val(#) no longer matches text node of option with a different value ...) created by
- Given this markup: <select id="dobmonth"> <option …
- 16:48 Ticket #6834 ($.ajax doesn't uri encode a string input automatically) reopened by
- add below js in a html file var parms_str = "ab+ba"; var …
- 03:28 Ticket #6869 (.one() method throws error with plain Javascript object) closed by
- duplicate: This is fixed in the nightlies, dup of #6184.
- 03:27 Ticket #6676 (.unbind causes "elem.removeEventListener is not a function" at #2070 for ...) closed by
- duplicate: Dup of #6184.
- 00:20 Ticket #6914 (addClass duplication bug in 1.4.2) created by
- In 1.4.2, foo.addClass("disabled"); adds disabled even if it already …
08/17/10:
- 16:09 Ticket #6913 (namespaced event bubbleing wrong) created by
- Html code <div class="parent"> <div class="child1" > </div> …
- 14:29 Ticket #6912 ($().add(selectElement) adds option children instead) created by
- Passing a raw dom select element to jQuery.fn.add adds all of its option …
- 04:03 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" …
- 01:50 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 is …
- 01:40 Ticket #6909 ("this" is wrong in $(selector).each(function(){...})) closed by
- worksforme: A function called from within the event handler gets a this object …
- 01:32 Ticket #6907 (jQuery forums broken) closed by
- worksforme: Looks like this was a transient problem.
08/16/10:
- 22:23 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 …
- 22:00 Ticket #6909 ("this" is wrong in $(selector).each(function(){...})) created by
- "this" is not what expected in $(selector).each(function(){...}) called …
- 13:48 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] !== …
- 11:11 Ticket #6907 (jQuery forums broken) created by
- When trying to open any page on the forums at http://forum.jquery.com the …
08/15/10:
- 22:03 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 …
- 19:37 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: $.get(window.location, …
08/14/10:
- 20:14 Ticket #6905 (toggle() problem on linux with firefox/seamonkey) created by
- This is based on jquery in Action second edition, collapsible module take …
- 19:41 Ticket #6629 (Fade effect to Nested Tabs - Klaus Hartl Tabs v3) closed by
- invalid: Not a bug report.
- 19:31 Ticket #6513 (.animate breaks all IE png fix plugins) closed by
- invalid
- 19:23 Ticket #5843 (issue with callback function in $().load) closed by
- invalid: The code snippet isn't enough to reproduce the problem.
- 19:22 Ticket #5828 (show("normal"), hide("normal"), toggle("normal") not working.) closed by
- invalid
- 19:21 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 standard …
- 19:14 Ticket #5768 (Animate the CSS Height and absolutely positioned element) closed by
- duplicate: Dup of #5767.
- 18:55 Ticket #5569 (BUG with .animate()) closed by
- duplicate: Dup of #5001.
- 18:46 Ticket #5286 (animate bug) closed by
- worksforme: I'm not seeing a reload with Firefox 3.6.
- 18:37 Ticket #5283 (Slide removes list bullets) closed by
- fixed
08/13/10:
- 05:59 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 mistake, …
- 02:00 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 …
- 01:43 Ticket #4511 (fadeOut broken) closed by
- fixed: This is working in 1.4.2.
- 01:17 Ticket #4412 (hide and ie bug (height < 1px)) closed by
- worksforme
- 01:17 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 been …
- 01:12 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 block …
- 01:05 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 in …
08/12/10:
- 23:46 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). Also …
- 23:03 Ticket #6902 (.animate() opacity problems in ie) closed by
- duplicate: Duplicate of #2457.
- 15:15 Ticket #6903 (special events need a way to determine whether they are being bound with ...) created by
- The solution could be as simple as a flag, or yet another function …
- 12:34 Ticket #6902 (.animate() opacity problems in ie) created by
- I got some troubles when i'm using the .animate() method on internet …
- 08:57 Ticket #6901 (after() with iframe is not working correctly) created by
- Element which is moved with after or before function doesn't render it's …
- 01:37 Ticket #4102 (add delay to Animate) closed by
- fixed: http://api.jquery.com/delay/
- 01:35 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.
- 01:34 Ticket #4008 (Animate border width issue in Opera) closed by
- worksforme: Can't repro in Opera 10.53 and jQuery 1.4.2.
- 00:50 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 …
- 00:49 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 could …
- 00:46 Ticket #3323 (jsquery .hide changes the font of the text in Internet Explorer) closed by
- duplicate: Dup of #2457.
- 00:45 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 a …
- 00:44 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 those …
- 00:14 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 Safari …
- 00:09 Ticket #2774 (make animated show/hide more useful) closed by
- worksforme: Since we have .animate and it's possible to define other easing methods …
- 00:06 Ticket #2695 (Problem with hiding animations in 1.2.3 and above) closed by
- invalid: No test case.
- 00:05 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.
Note: See TracTimeline
for information about the timeline view.
