Timeline
Dec 4, 2009:
- 11:21 PM Ticket #2259 (slider can not be vertical) closed by
- invalid
- 11:21 PM Ticket #2450 (dialog over the div with scrollbars in firefox 2/mac) closed by
- invalid
- 11:21 PM Ticket #2547 (Draggable bugs in IE and Firefox) closed by
- invalid
- 11:20 PM Ticket #2552 (UI Plugins - disabled option, with getter and setter) closed by
- invalid
- 11:20 PM Ticket #2780 (Sortables - Revert) closed by
- invalid
- 11:20 PM Ticket #4930 (Inline "onsubmit" handler is not called when "submit" event is triggered) closed by
- wontfix: .submit() doesn't appear to trigger the native onsubmit. Unfortunately …
- 11:18 PM Changeset [8d1efee]1.12-stable2.2-stablekillphp by
- src/event.js
- 10:39 PM Ticket #5601 (1.4a1 causing parserror using form.js) created by
- tried 1.4a1 in an app have been working on for a month with 1.3.2 …
- 10:22 PM Ticket #5554 (length expando overwrite) closed by
- wontfix: This isn't really something that we need in core. We just do looping …
- 9:59 PM Ticket #1029 ($().html() serializes href attribute in IE) closed by
- wontfix: As noted before - any sort of solution that we could try and provide …
- 9:57 PM Ticket #1092 (ToggleText function requested) closed by
- wontfix: We're not looking to land this at the time being.
- 9:34 PM Ticket #5553 (What is 'context' , in the context of jQuery ?) closed by
- worksforme: In the case of a single DOM node being passed in to jQuery it's acting …
- 9:26 PM Ticket #3784 ($.grep performance improvement) closed by
- wontfix: Unfortunately using the native methods like that will break the order …
- 9:25 PM Ticket #3877 ($.each should return the value returned by the callback) closed by
- wontfix: Yeah, good point from dmethvin. I don't think this is something that …
- 9:23 PM Ticket #3502 (Opacity set for 1 causes problems in IE) closed by
- duplicate: This was talked about and fixed over in #4707.
- 9:21 PM Ticket #1900 (Setting contentType on $.ajax() call does not work.) closed by
- fixed: Fixed: …
- 9:20 PM Changeset [25b0ba9]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 9:18 PM Changeset [d684122]1.12-stable2.2-stablekillphp by
- src/css.js
- 9:18 PM Changeset [c7d640f]1.12-stable2.2-stablekillphp by
- test/unit/fx.js
- 8:57 PM Ticket #2175 (Ajax POST does not work) closed by
- invalid
- 8:57 PM Ticket #3387 (In $.ajaxSetup, set data to always be passed in ajax requests) closed by
- worksforme: Actually this overriding doesn't seem to happen anymore (or, at least, …
- 8:52 PM Ticket #4201 (Improved $.param serialization) closed by
- fixed: This was already landed: …
- 8:50 PM Ticket #4168 (U+2028 or \u2028 chokes jQuery JSON parser) closed by
- worksforme: Two quick points: I don't think that this is something that we're …
- 8:37 PM Ticket #2825 ([slider] Bug on click event, Slider UI Component) closed by
- invalid
- 7:17 PM Ticket #5596 ('undefined' is null or not an object error in Internet Explorer 6 - 8) closed by
- invalid
- 6:47 PM Ticket #5600 (Width returns null) created by
- In Firefox 3.5.5 executing "$('empty').width(10);" returns null. It …
- 6:15 PM Ticket #5599 (Added support for per-property easing) created by
- Added support for per-property easing. E.g. GIST: …
- 4:50 PM Ticket #5598 ([autocomplete] selectCurrent() -- wordAt is sometimes undefined after ...) created by
- How I reproduce it: autoFill: true, …
- 4:31 PM Ticket #5597 (hover( over, out ) wont fire when cursor cross over an input text) created by
- Here is an example, hover the red div traversing the input. <html> …
- 3:28 PM Ticket #1319 ($().ready() sometimes fires too soon on Safari/Win) closed by
- fixed: An additional check was added to 1.4 to make sure that the body is …
- 1:07 PM Ticket #5551 (.parentsUntil, .nextUntil, .prevUntil methods) closed by
- fixed: Landed: …
- 12:53 PM Changeset [74f457d]1.12-stable2.2-stablekillphp by
- version.txt
- 12:52 PM Ticket #5596 ('undefined' is null or not an object error in Internet Explorer 6 - 8) created by
- Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; …
- 12:51 PM Changeset [c90a1cb]1.12-stable2.2-stablekillphp1.4a1 by
- version.txt
- 12:36 PM Changeset [39a77c2]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 12:28 PM Changeset [2b481b9]1.12-stable2.2-stablekillphp by
- src/core.js
- src/traversing.js
- test/unit/traversing.js
- 12:10 PM Ticket #5595 (Live Event Binds Ignore Context) created by
- Using the live event bind (.live) on a jQuery collection resulting …
- 12:06 PM Changeset [bbd933cb]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 11:28 AM Changeset [d42afd0]1.12-stable2.2-stablekillphp by
- src/event.js
- src/support.js
- test/delegatetest.html
- test/unit/event.js
- 8:46 AM Ticket #5594 ($.fn.filter has different argument-list than any of the other iterator ...) created by
- Specifically it is missing the second argument that contains the …
- 2:06 AM Ticket #4512 (jquery-1.3.2.min.js "visible" selector doesn't run properly) reopened by
- This is not fixed. In IE8
offsetWidth
andoffsetHeight
are not …
Dec 3, 2009:
- 3:33 PM Ticket #5593 (DOM parent()) created by
- The result of the following code #1 $( $("ul.subsubmenu li …
- 2:20 PM Changeset [c6a0211]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 1:59 PM Changeset [c2ebd09]1.12-stable2.2-stablekillphp by
- src/support.js
- 12:34 PM Changeset [8a33a85]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 12:26 PM Changeset [9d6c4d8]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 12:19 PM Ticket #5590 (Some selectors not working with namespaces) closed by
- invalid: Please reopen with a complete test case and specify which browsers …
- 12:15 PM Ticket #5586 (trigger(<event>) doesn't work in some cases with FireFox 3.5) closed by
- invalid: It would be best to get some help in the jQuery-en forums to see if …
- 12:10 PM Ticket #5589 ($(undefined) selecting the whole document is confusing) closed by
- fixed: This is fixed in the nightlies and will be in 1.4.
- 12:09 PM Ticket #5592 (Milonic script capatibility) closed by
- invalid: Not a jQuery bug report. For programming help, try the jQuery-en …
- 11:59 AM Changeset [47293ebe]1.12-stable2.2-stablekillphp by
- src/css.js
- 11:45 AM Changeset [0f0fd1a]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 11:28 AM Changeset [f0c32278]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 11:28 AM Ticket #5592 (Milonic script capatibility) created by
- jQuery seems to be outputting code when combined with a Milonic DHTML …
- 11:24 AM Ticket #5591 (Chrome event order is reversed) created by
- When using the live() method to bind to an element's click event the …
- 11:15 AM Changeset [c3b2aa9]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:14 AM Changeset [24e96ba]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 11:05 AM Changeset [525bb27]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 11:04 AM Ticket #5590 (Some selectors not working with namespaces) created by
- I tried selecting some elements in an HTML document with namespaces, …
- 10:51 AM Changeset [4daae7a]1.12-stable2.2-stablekillphp by
- src/event.js
- src/traversing.js
- 9:41 AM Ticket #5589 ($(undefined) selecting the whole document is confusing) created by
- var mySelector; $(mySelector).click(function() { window.location = …
- 7:12 AM Ticket #5588 (Assigning negative height or width in animation causes IE to throw an error) created by
- If you try to assign a negative height or width for an animation IE …
- 3:51 AM Ticket #5587 (IE6 + IE7 IMG width()) created by
- Hello, I'm trying to get the width() of an image. My code: …
- 2:44 AM Ticket #5586 (trigger(<event>) doesn't work in some cases with FireFox 3.5) created by
- I have encountered some problems with trigger(<event>) method in aspx …
Dec 2, 2009:
- 8:18 PM Ticket #5585 (jQuery.ajax should support onInteractive callbacks (readyState == 3)) created by
- readyState 3 works in FF, Chrome, and Safari and is required to …
- 8:17 PM Ticket #5584 (Permission denied in IE7) closed by
- invalid: Please reopen with a complete and minimal test case that includes html …
- 8:16 PM Ticket #5583 (Patch: .css() appends 'px' to all numeric values, IE barfs with ...) closed by
- worksforme: I am not sure where you got that version of jQuery, but I don't see it …
- 7:58 PM Ticket #5581 (Event bindings does not work in Firefox 3.6) closed by
- invalid: Please report this to the Firefox devs since it's their beta.
- 7:05 PM Changeset [e534a31]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 5:15 PM Changeset [62436f4]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 3:20 PM Changeset [391f83b]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 3:14 PM Changeset [bfc15b5]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 2:59 PM Changeset [ad4f286]1.12-stable2.2-stablekillphp by
- src/core.js
- 2:57 PM Changeset [b8d0c071]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 12:24 PM Ticket #5584 (Permission denied in IE7) created by
- 1. use jQuery in IFRAME, e.g. some DIV dialog window that loads HTML …
- 11:14 AM Ticket #5583 (Patch: .css() appends 'px' to all numeric values, IE barfs with ...) created by
- When calling $('something').css('z-index', 10) , jQuery.prop() …
- 8:14 AM Ticket #5582 (jquery.is(':attribute') always returns true for attributes it doesn't ...) created by
- Which led me to a whild goose bug chase for the last hour. Here's an …
- 4:47 AM Ticket #5581 (Event bindings does not work in Firefox 3.6) created by
- Most of events (I have not try all) completely does not work in new …
Dec 1, 2009:
- 7:42 PM Ticket #5579 (iframe with name="body" blows up at ready() time) created by
- The following HTML page throws a script error in Safari 4.0.3. If a …
- 6:07 PM Ticket #3368 (event.metaKey should be assigned to event.ctrlKey on Non-Mac only) closed by
- invalid: The purpose of event.metaKey is to provide a way of binding …
- 5:59 PM Ticket #2185 (animate does not work properly with non-block-level elements (table, ...) closed by
- worksforme: This was fixed a while back and there are tests for it.
- 5:33 PM Ticket #1095 (Hiding/showing div clears radio checks) closed by
- worksforme: Can't reproduce on head. Added a test for animations.
- 5:21 PM Ticket #5578 (IE6, JQuery V1.3.2, left column behaviour changes in IE6 when jquery ...) created by
- IE6 behaves differently when jquery.js is added to a simple webpage. …
- 5:11 PM Changeset [e277e6e]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 5:10 PM Ticket #2252 (Setting select value via val() shows error in IE6) closed by
- worksforme: I added the following test and it does not fail in IE: …
- 5:03 PM Ticket #5576 (Live event listener fails on first event type) closed by
- invalid: You are trying something that is not supported: …
- 5:00 PM Ticket #5577 (jQuery output to screen) closed by
- invalid: This isn't a bug report. A bug report would have a test case that …
- 4:56 PM Ticket #2690 ($.trim() doesn't work in IE7) closed by
- duplicate: Duplicate of #4980.
- 3:09 PM Ticket #5577 (jQuery output to screen) created by
- I don't believe this is a jquery bug, but it's difficult to isolate. …
- 2:41 PM Ticket #4707 (Updating opacity in Internet Explorer breaks other currently used filters) closed by
- fixed: Closed in 64e4a879f9f92053ac4d58a3fffc0bbff6900b6e
- 2:40 PM Changeset [64e4a87]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 12:27 PM Ticket #5426 (QUnit microformat incorrect) closed by
- fixed: Fixed in …
- 10:42 AM Ticket #5576 (Live event listener fails on first event type) created by
- The first event type in the multiple event definition like 'onFirst' …
- 8:39 AM Ticket #5575 (Including jquery 1.3.2 breaks page layout) created by
- After including the jQuery Library (1.3.2) a border on the right-hand …
- 8:15 AM Ticket #5574 (Site search for core jquery methods yields no result) created by
- Searching for any of the following terms on [docs.]jquery.com yields …
Nov 30, 2009:
- 5:50 PM Ticket #4512 (jquery-1.3.2.min.js "visible" selector doesn't run properly) closed by
- fixed: janusz, you're using jQuery 1.3.2 for your test and the fix is in the …
- 3:56 PM Changeset [839e971]1.12-stable2.2-stablekillphp by
- Rakefile
- 3:54 PM Changeset [5480cd3]1.12-stable2.2-stablekillphp by
- Makefile
- 3:52 PM Changeset [d605b8ee]1.12-stable2.2-stablekillphp by
- Makefile
- 3:45 PM Changeset [6798df5]1.12-stable2.2-stablekillphp by
- .gitignore
- .gitmodules
- Makefile
- src/sizzle
- test/qunit
- 3:32 PM Ticket #5573 (Code inconsistency between mouseenter/mouseleave and focus/blur ...) created by
- When looking at the special events for mouseenter/mouseleave and …
- 3:09 PM Changeset [e514e67]1.12-stable2.2-stablekillphp by
- src/sizzle
- test/qunit
- 3:08 PM Changeset [918cf68]1.12-stable2.2-stablekillphp by
- Makefile
- 2:39 PM Changeset [1a26e41]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 2:31 PM Changeset [122e5dc]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- 2:28 PM Changeset [3ec9f49]1.12-stable2.2-stablekillphp by
- src/fx.js
- 2:22 PM Changeset [25c188b6]1.12-stable2.2-stablekillphp by
- src/fx.js
- test/unit/fx.js
- 2:02 PM Changeset [21dead4]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 1:51 PM Ticket #5572 (Animate Callback triggering twice) created by
- $("html, body").animate({scrollLeft:$(id).offset().left}, 3000, …
- 1:50 PM Changeset [6e5a6a2]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 1:46 PM Changeset [c7407bd]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 1:42 PM Changeset [df6e02a4]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 1:42 PM Changeset [90ba57c]1.12-stable2.2-stablekillphp by
- src/core.js
- 1:22 PM Ticket #4980 (Character 160 ("Non-breaking space") not removed using trim() in ...) closed by
- fixed: Closed in 17955cacf4e8c618ca5c2b09b0d2f43df353f683
- 1:22 PM Changeset [17955ca]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 1:00 PM Changeset [84857abe]1.12-stable2.2-stablekillphp by
- .gitignore
- 12:12 PM Ticket #5571 (Allow chaining when passing undefined to any setter in jQuery) created by
- When calling .attr('attribute', undefined) will break the chain. …
- 12:10 PM Ticket #5562 (Can not get image size) closed by
- invalid: This is not a bug
- 10:02 AM Ticket #5570 (Expr.filter.ATTR forgets to replace the escape character) created by
- Maybe you have already noticed, but... In jQuery.debug.js line 2012: …
- 8:51 AM Ticket #5569 (BUG with .animate()) created by
- I did make an animation to my menu items with this animate() method. …
- 6:14 AM Ticket #5568 (Selectors behave differently with comments tags on FF/IE) created by
- See test case. Basically, Firefox ignores the comments as a node in …
- 4:20 AM Ticket #4512 (jquery-1.3.2.min.js "visible" selector doesn't run properly) reopened by
- Replying to john: > Looks like this fix is still working, …
- 4:05 AM Ticket #5567 (Bug about ":visible" and ":hidden") created by
- MyEmail: [email protected]… Bug: In my option,source code below: " …
- 2:33 AM Ticket #5566 (domManip fails to copy events when cloning elements) created by
- I am creating a "button" element, adding a click handler to it, then …
Nov 29, 2009:
- 4:22 PM Changeset [2b7c38f]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/css.js
- src/data.js
- src/dimensions.js
- src/event.js
- src/fx.js
- src/traversing.js
- 4:21 PM Changeset [e00be67]1.12-stable2.2-stablekillphp by
- Rakefile
- 10:42 AM Ticket #5565 (Calculate offsets correctly when the page is zoomed.) created by
- Hello, If you zoom a page in Chrome (Ctrl +) and try to move an …
- 2:40 AM Ticket #5564 (toggle() fails for elements with height=0) created by
- When a <div> (e.g.) contains only floated elements, it's height …
Nov 28, 2009:
- 8:16 PM Ticket #5563 (Multiple instances of the same function on an event with different ...) created by
- I was trying to make one element have multiple events of the same …
- 1:02 PM Ticket #5561 (ajax bug in document.getElementById and $("#ID")) closed by
- invalid: Your code is invalid. There is no innerHTML property on jQuery …
- 3:33 AM Ticket #5562 (Can not get image size) created by
- If a image in a conatiner which css property "display" set as "none", …
- 2:35 AM Ticket #5561 (ajax bug in document.getElementById and $("#ID")) created by
- var html = $.ajax({ url: serverPage, …
Nov 27, 2009:
- 3:09 PM Changeset [255068da]1.12-stable2.2-stablekillphp by
- src/data.js
- src/traversing.js
- 3:09 PM Changeset [a5efe9d3]1.12-stable2.2-stablekillphp by
- src/css.js
- 3:09 PM Changeset [ddb86f8]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/data.js
- src/dimensions.js
- src/event.js
- src/fx.js
- src/traversing.js
- 1:05 PM Ticket #5560 (.load fails to return anything even from www.google.com) created by
- Had 2 sites setup using jquery, made sure their all working pristine …
- 12:13 PM Ticket #5559 (Autocomplete cache) created by
- Hi, I have a trouble (with the cache i thing) while using autocomplete …
- 11:23 AM Changeset [1879e8cb]1.12-stable2.2-stablekillphp by
- .gitattributes
- 10:45 AM Ticket #5558 ($.ajaxComplete - stop main function) created by
- Now all hook ajax functions, like ajaxComplete, ajaxSuccess, only …
- 4:49 AM Ticket #3405 ("No such interface supported" error in Internet Explorer 7) reopened by
- Still happens in 1.3.2. This is the offending code in jquery.1.3.2.js: …
- 4:17 AM Ticket #5553 (What is 'context' , in the context of jQuery ?) reopened by
- Please confirm that selector and context *can* be the same node. If …
- 4:14 AM Ticket #5554 (length expando overwrite) reopened by
- I admit I "made it" into bug to gain attention. Please look into my …
Note: See TracTimeline
for information about the timeline view.