Timeline
02/16/07:
- 16:17 Ticket #1 (SPAM) reopened by
- 13:55 Ticket #966 (curCSS: elem.style is undefined in Firefox) closed by
- worksforme: Please feel free to reopen with a test case.
- 13:28 Ticket #971 (Interface 1.2: iDrag.js - unterminated comment) created by
- When I include iDrag from Interface 1.2, Firebug reports an error that …
- 08:01 Ticket #970 (custom timeout does not set error message when timeout occurs) created by
- When using the custom 'timeout' settings for an ajax request as in …
- 06:20 Ticket #969 (className animation has incorrect RegExp declaration) created by
- In animating a className, the ifx.js defines a Reg Exp to find the style …
- 00:33 Ticket #968 ($('<tag>') needs optional document parameter to ease cross-frame DOM ...) created by
- When a user creates a DOM element via $('<tag>'), the element would always …
02/15/07:
- 23:10 Ticket #967 (bug in plugin center) created by
- My name's Agustin and I'm from Spain. I'm begining with jquery and I want …
- 21:33 Ticket #966 (curCSS: elem.style is undefined in Firefox) created by
- Everything worked fine in Safari, but Firefox kept catching an error (with …
- 18:01 Changeset [5c9fadbc5da45edddf34474ec6a1553c5b6ac978] by
-
- Makefile
- 15:34 Ticket #965 (Interface-Draggable breaks inputs) created by
- When I try use Draggable on this div, it broke a city input. I cannot …
- 15:23 Ticket #964 (Unbind Event Handler) created by
- Event handler functions should be unbound if no more functions are being …
- 15:19 Changeset [4434b5ae65bd3ecb9ea5b7e6a56d5b714748de90] by
-
- Makefile
- 15:13 Ticket #963 (IE 7 can't request file:// via XHR) created by
- This is a known bug: …
- 10:36 Ticket #962 ([PATCH] A fix in clean method) created by
- jQuery 1.1.1 often doesn't preserve white space. I suggest the following …
- 00:12 Ticket #961 (Calling $("#thing").width() causes rendering problems.) created by
- I'm running Firefox 2 on Kubuntu Edgy. I've implemented a pretty simple …
02/14/07:
- 22:10 Ticket #943 (Floating windows not working in IE if css->right is used instead of left.) closed by
- wontfix
- 22:10 Ticket #956 (autocompleter suggestion box disapear) closed by
- fixed
- 19:57 Ticket #960 (Make .show() element-aware) created by
- From here: http://www.nabble.com/%24.show%28%29-improvement-tf3228045.html …
- 19:53 Ticket #959 (.events needs be changed) created by
- If you have an element with an ID of 'events', it can really bork up how …
- 17:03 Ticket #958 (imagebox not shown on ajax generated links) created by
- the problem seems to be that as I load a new gallery (Ajax) of images, …
- 15:22 Ticket #957 (serialize() doesn't work for checkboxes (jQuery 1.1.1)) created by
- Short example code with two checkboxes, the second one checked: <html> …
- 13:53 Ticket #956 (autocompleter suggestion box disapear) created by
- happens in svn version of iautocompleter.js the loss of focus when …
- 01:49 Changeset [2712efd0fc89625da4d767f6073f575d040e30fd] by
-
- src/jquery/jquery.js
- src/selector/selector.js
- 00:34 Ticket #949 (jquery.com/test diverts to another website on IE) closed by
- duplicate: Duplicate of #863
02/13/07:
- 22:41 Changeset [339789a931fbb01870b1ecd522e35bd439149292] by
-
- src/jquery/jquery.js
- 21:07 Ticket #955 ($ajax({dataType: 'html' (but should be 'script') .... works in safari, but ...) created by
- Here is my code: function related_stories_new_page(url, page){ …
- 21:03 Ticket #954 (IE form serialization bug) created by
- When i try to serialize a form in IE it does not work , firefox and Opera …
- 19:43 Changeset [48c16eb85b5fc48d4f472bfef43571e86359e20a] by
-
- build/build/build.js
- build/build/lite.js
- build/build/min.js
- build/build/pack.js
- 19:06 Changeset [4c850c2ecdf475ca465cd173f3ff7bea67d77c29] by
-
- src/selector/selector.js
- 17:57 Ticket #953 (Binding click handler fails on newly created anchor) created by
- Fails in jQuery 1.1: […] Workaround: […]
- 16:40 Ticket #952 ($.get() should explicitly use GET method) created by
- The $.get() function relies on the default form submission method, which …
- 14:53 Ticket #951 ($('#foo') conflates id and <a name>) created by
- == Steps to Reproduce == 1. Load the following HTML in IE 6 or 7: […] …
- 03:50 Ticket #950 (jQuery.fn.ready should not pass in any params to the functions pushed onto ...) created by
- foo function(arg) { alert(arg) } $("document").ready(foo); ready is …
02/12/07:
- 23:48 Ticket #949 (jquery.com/test diverts to another website on IE) created by
- In the browser compatibility section of the documentation, it says: "Any …
- 20:57 Ticket #948 (jquery ajax authentification intégré iis) created by
- Les requetes ajax de jquery 1.1 ne fonctionnent pas avec firefox 2.01 si …
- 16:06 Ticket #947 (Interface iAutoscroller not working if using Doctype) created by
- aloha! 3 hours of debugging later i found out that iautoscroller don't …
- 15:33 Ticket #946 (Occurrence of // in strings in jquery.js causes problems with idiotic ...) created by
- Some German cell-phone internet providers obviously employ absolutely …
- 15:14 Ticket #945 (<INPUT name="length"> cannot be found under IE) created by
- This is really incredible and took me some time to find out ! == Problem …
- 14:55 Ticket #944 ($().trigger + event propogation) created by
- Test case: […] Result: […] Expected result: […]
- 12:31 Ticket #943 (Floating windows not working in IE if css->right is used instead of left.) created by
- The floating windows are not working right if css style right instead of …
- 04:34 Ticket #929 (DraggableDestroy does not restore standard browser click/drag reactions) reopened by
- Hi Stefan, I've downloaded the CVS fix and tested it on my (currently …
- 02:28 Ticket #942 (jQuery.unbind(element,"eventtype") not working in IE7) created by
- Using a debugger, I stepped through the code, and found the problem is …
- 00:43 Ticket #941 (Fisheye 2) created by
- I wrote Fisheye2 - Fisheye based on TABLE not position:absolute'd divs. …
02/11/07:
- 19:28 Ticket #940 (FireFox and $(exp, context)) created by
- Ran this test page in FireFox 2.0.0.1: <head> <title>Test</title> …
- 17:48 Ticket #934 (buggy slideUp, slideDown when modifying html.) closed by
- worksforme: It seems like the best solution would be something like this: […] It …
- 17:42 Ticket #938 (Small description correction: get(n) returns a single element, not an ...) closed by
- fixed: Fixed in the wiki, we'll move it back in to the real docs.
- 17:39 Ticket #1 (SPAM) closed by
- fixed
- 13:29 Ticket #841 (Sortable (and Drag) performance enhancement) closed by
- wontfix
02/10/07:
- 22:04 Ticket #745 (Attribute Begins With (a[@href ^= 'http://www']) fails in IE) closed by
- fixed
- 22:04 Changeset [fb0dfd987c72906a9b499a4c5fd84807bff11678] by
-
- src/jquery/jquery.js
- 16:45 Ticket #745 (Attribute Begins With (a[@href ^= 'http://www']) fails in IE) reopened by
- Are you sure the fix works? It's indexing an Array with a string, I don't …
- 10:34 Ticket #905 (getPosition function in iutils.js (interface) fails for in-line elements ...) closed by
- fixed
02/09/07:
- 19:52 Changeset [81f138d77e92e4deb6057cead988ebb679370973] by
-
- src/jquery/jquery.js
- 13:06 Ticket #939 (events don't work with iframes) created by
- If you want to add an event to an iframe it doesn't get fired. I tested it …
- 09:40 Ticket #933 (interface plugin - scrollto - does not work for horizontal scrolling ...) closed by
- fixed: Adopted, thx
- 09:35 Ticket #929 (DraggableDestroy does not restore standard browser click/drag reactions) closed by
- fixed: It is not fixed in current release but it is fixed in SVN. A new release …
- 09:08 Ticket #938 (Small description correction: get(n) returns a single element, not an ...) created by
- Just a small correction to the description of "get": get(n) returns a …
- 06:42 Ticket #937 (No trunk) created by
- http://www.malsup.com/jquery/form/#faq Error download official form …
- 02:53 Ticket #936 (Rework xmlhttp usage to poll object instead of attaching ...) created by
- As we all know the IE GC is at best a-royal-piece-of-garbage (pun …
Note: See TracTimeline
for information about the timeline view.
