Timeline
Feb 13, 2007:
- 8:49 PM Changeset [2712efd]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- src/selector/selector.js
- 7:34 PM Ticket #949 (jquery.com/test diverts to another website on IE) closed by
- duplicate: Duplicate of #863
- 5:41 PM Changeset [339789a9]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 4:07 PM Ticket #955 ($ajax({dataType: 'html' (but should be 'script') .... works in safari, ...) created by
- Here is my code: function related_stories_new_page(url, page){ …
- 4:03 PM Ticket #954 (IE form serialization bug) created by
- When i try to serialize a form in IE it does not work , firefox and …
- 2:43 PM Changeset [48c16eb]1.12-stable2.2-stablekillphp by
- build/build/build.js
- build/build/lite.js
- build/build/min.js
- build/build/pack.js
- 2:06 PM Changeset [4c850c2e]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 12:57 PM Ticket #953 (Binding click handler fails on newly created anchor) created by
- Fails in jQuery 1.1: […] Workaround: […]
- 11:40 AM Ticket #952 ($.get() should explicitly use GET method) created by
- The $.get() function relies on the default form submission method, …
- 9:53 AM Ticket #951 ($('#foo') conflates id and <a name>) created by
- == Steps to Reproduce == 1. Load the following HTML in IE 6 or 7: …
Feb 12, 2007:
- 10:50 PM Ticket #950 (jQuery.fn.ready should not pass in any params to the functions pushed ...) created by
- foo function(arg) { alert(arg) } $("document").ready(foo); …
- 6:48 PM Ticket #949 (jquery.com/test diverts to another website on IE) created by
- In the browser compatibility section of the documentation, it says: …
- 3:57 PM Ticket #948 (jquery ajax authentification intégré iis) created by
- Les requetes ajax de jquery 1.1 ne fonctionnent pas avec firefox 2.01 …
- 11:06 AM Ticket #947 (Interface iAutoscroller not working if using Doctype) created by
- aloha! 3 hours of debugging later i found out that iautoscroller …
- 10:33 AM Ticket #946 (Occurrence of // in strings in jquery.js causes problems with idiotic ...) created by
- Some German cell-phone internet providers obviously employ absolutely …
- 10:14 AM Ticket #945 (<INPUT name="length"> cannot be found under IE) created by
- This is really incredible and took me some time to find out ! == …
- 9:55 AM Ticket #944 ($().trigger + event propogation) created by
- Test case: […] Result: […] Expected result: […]
- 7:31 AM 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 …
Feb 11, 2007:
- 11:34 PM 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 …
- 9:28 PM 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 …
- 7:43 PM Ticket #941 (Fisheye 2) created by
- I wrote Fisheye2 - Fisheye based on TABLE not position:absolute'd …
- 2:28 PM Ticket #940 (FireFox and $(exp, context)) created by
- Ran this test page in FireFox 2.0.0.1: <head> <title>Test</title> …
- 12:48 PM Ticket #934 (buggy slideUp, slideDown when modifying html.) closed by
- worksforme: It seems like the best solution would be something like this: […] …
- 12:42 PM Ticket #938 (Small description correction: get(n) returns a single element, not an array) closed by
- fixed: Fixed in the wiki, we'll move it back in to the real docs.
- 12:39 PM Ticket #1 (SPAM) closed by
- fixed
- 8:29 AM Ticket #841 (Sortable (and Drag) performance enhancement) closed by
- wontfix
Feb 10, 2007:
- 5:04 PM Ticket #745 (Attribute Begins With (a[@href ^= 'http://www']) fails in IE) closed by
- fixed
- 5:04 PM Changeset [fb0dfd9]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 11:45 AM 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 …
- 5:34 AM Ticket #905 (getPosition function in iutils.js (interface) fails for in-line ...) closed by
- fixed
Feb 9, 2007:
- 2:52 PM Changeset [81f138d]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 8:06 AM 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 …
- 4:40 AM Ticket #933 (interface plugin - scrollto - does not work for horizontal scrolling ...) closed by
- fixed: Adopted, thx
- 4:35 AM 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 …
- 4:08 AM Ticket #938 (Small description correction: get(n) returns a single element, not an array) created by
- Just a small correction to the description of "get": get(n) returns a …
- 1:42 AM Ticket #937 (No trunk) created by
- http://www.malsup.com/jquery/form/#faq Error download official form …
Feb 8, 2007:
- 9:53 PM 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 …
- 5:54 PM Ticket #1 (SPAM) reopened by
- 5:31 PM Ticket #935 (Event.data is a global event object) created by
- The behavior I was expecting was that binding data to an even via …
- 5:19 PM Ticket #934 (buggy slideUp, slideDown when modifying html.) created by
- I tried to create a box that closes itself, then changes its text, …
- 4:59 PM Changeset [46806957]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 4:06 PM Ticket #933 (interface plugin - scrollto - does not work for horizontal scrolling ...) created by
- ifxscrollto.js has a typo type bug in it. Patch is... …
- 2:38 PM Ticket #932 (E:first-child selector doesn't return anything in Win-IE5.5, E:first does) created by
- E:first-child selector doesn't return anything in Win-IE5.5, E:first …
- 2:07 PM Ticket #931 (Ability to change Data Source in Autocomplete) created by
- It would be incredibly wonderful if we could add an option (or …
- 9:22 AM Ticket #930 (jQuery/Packer/ActiveX Activation) created by
- == Background == Inserting an ActiveX control (i.e. flash movie, …
- 5:39 AM Ticket #929 (DraggableDestroy does not restore standard browser click/drag reactions) reopened by
- Hello, me again, not sure why this has been marked as fixed. It is not …
- 2:16 AM Ticket #924 (Issues with ScrollToAnchors) closed by
- fixed
- 2:16 AM Ticket #929 (DraggableDestroy does not restore standard browser click/drag reactions) closed by
- fixed
- 2:07 AM Ticket #926 (autocompleter does not trigger onSelect event when tab is pressed) closed by
- fixed
- 2:05 AM Ticket #927 (Error (probably regression) in autocompleter) closed by
- fixed
- 2:02 AM Ticket #929 (DraggableDestroy does not restore standard browser click/drag reactions) created by
- Detected in interface 1.1.2, latest version downloaded 08/02/2007. …
Feb 7, 2007:
- 11:12 PM Ticket #1 (SPAM) closed by
- invalid
- 9:33 PM Ticket #1 (SPAM) reopened by
- 5:39 PM Ticket #815 (click event handler for checkbox gets fired twice) reopened by
- Its still happening with FF 2, WinXP SP2 on Trunk rev 1296 This may be …
- 3:25 PM Ticket #928 (Cleanup the built-in "easing" stuff) created by
- The documentation says that jQuery by default uses a "linear" easing. …
- 2:58 PM Ticket #443 (SPAM) closed by
- invalid
- 2:53 PM Ticket #849 (Minor misspelling in docs for ready(fn)) closed by
- fixed: Fixed in revision 1296.
- 2:51 PM Changeset [670d2f4]1.12-stable2.2-stablekillphp by
- src/event/event.js
- 1:02 PM Ticket #927 (Error (probably regression) in autocompleter) created by
- In $.iAuto.clickItem : {{{ …
- 11:02 AM Ticket #926 (autocompleter does not trigger onSelect event when tab is pressed) created by
- i fix it adding a 9 in the lines 449 and 305 in iautocompleter.js …
- 10:50 AM Ticket #915 ($('#register') matches more elements than only id's set to register in IE6) closed by
- wontfix: This is a well known issue in IE and the s fix for this in the core …
- 10:29 AM Ticket #919 (Dom ready premature execution in IE) closed by
- invalid: The DOM ready event was created to prevent the above inline code all …
- 10:24 AM Ticket #914 (el.attr("innerHTML") doesn't work properly in IE6) closed by
- fixed: Fixed in revision 1295. .load now uses .html to …
- 10:20 AM Changeset [08ff269]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- 10:11 AM Ticket #1 (SPAM) closed by
- invalid
- 10:10 AM Ticket #817 (before and result divs unreadable in ie7) closed by
- duplicate: Duplicate of #896.
- 10:08 AM Ticket #910 (DOM manipulations with FORM elements fail) closed by
- fixed: Fixed in revision 1294. Thank you for the patch+test.
- 10:06 AM Changeset [ecaa4d4]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 9:58 AM Ticket #745 (Attribute Begins With (a[@href ^= 'http://www']) fails in IE) closed by
- fixed: This is now fixed in revision 1293 The test is …
- 9:56 AM Changeset [980b5d7]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 4:01 AM Ticket #925 (Bug in Internet Explorer when appending object/embed-element) created by
- I've noticed a bug in Internet Explorer 6 and higher when appending a …
- 12:05 AM Ticket #924 (Issues with ScrollToAnchors) created by
- When you do $("body").ScrollToAnchors('normal'); (this was my specific …
Feb 6, 2007:
- 7:45 PM Ticket #923 (Global triggers can execute handlers multiple times) created by
- If two global handlers for the same event type are attached to the …
- 8:17 AM Ticket #922 (Fix Strict Warnings) created by
- Very trivial, but it would be nice to fix the small strict warnings in …
- 8:16 AM Ticket #921 (IE Fires click event after doing a .clone()) created by
- Adding a function to a new "cloned" object causes function to fire in …
- 6:55 AM Changeset [a69aad2]1.12-stable2.2-stablekillphp by
- build/test/data/testrunner.js
- src/jquery/coreTest.js
- 12:01 AM Ticket #920 (Selectors by class names fail in IE 5.5) created by
- SImple selectors based on class names (like $('.myClass')) fail in IE …
Note: See TracTimeline
for information about the timeline view.