Timeline
Jan 25, 2007:
- 10:51 AM Ticket #887 (Interface: autocomplete messes up <ul><li> tags on a page) created by
- The autocomplete functionality in Interface does not do well when …
- 10:41 AM Ticket #886 (accordion: using it on tr elements) created by
- if you're using the accorion plugin with <tr> as headers, it does not …
- 9:06 AM Changeset [216477b]1.12-stable2.2-stablekillphp by
- build.xml
- 8:51 AM Ticket #885 (IE 6, attr('href') on anchor return complete URL) created by
- In IE 6, attr('href') on an anchor return complete URL in place of the …
- 7:50 AM Ticket #884 (ajax function in IE sends variables using GET and POST at same time) created by
- Using Wireshark on a IE query, it appears that jquery sends a POST …
- 1:01 AM Ticket #883 (There could be scenarios where value has no properties inside the prop ...) created by
- On Line 318, inside the prop function, we are checking "if ( …
Jan 24, 2007:
- 10:27 PM Ticket #799 (Setting a CSS height/width then animating a div breaks it) reopened by
- I think you guys are missing something - it's completely impossible to …
- 12:31 PM Ticket #882 (Interface - iresizable is not working properly on Firefox 2.) created by
- If you resize the cropper from 'e' direction on FF, you may see the …
- 12:05 PM Ticket #881 (Selector broken when an ID is preceded by a class or another ID) created by
- In version 1.1.1, I'm getting this error message: ret[ret.length …
- 12:03 PM Ticket #880 (Removing sortable from a droppable gives an error) created by
- I'm using Sortables to re-arrange items in a list plus Dropables to …
- 10:57 AM Ticket #879 ([interface::Resizable] ratio does not work when resizing vertically ...) created by
- when resizing vertically all handlers work almost properly, but it is …
- 10:54 AM Ticket #878 ([interface::Resizable] containment missing) created by
- it would be quite cool if the resizable-plugin could have an …
- 9:00 AM Ticket #877 ($("#id", context) in another document misses id) created by
- I have a strange problem: I can't search an element in the …
- 7:55 AM Ticket #869 (namespace clashes inm interface plugins) closed by
- fixed
- 7:04 AM Ticket #876 (datePicker replaces class on input when inputClick:true is supplied) created by
- The datePicker plugin replaces any class on the input if "inputClick: …
- 6:09 AM Ticket #875 (Misleading code sample for ScrollToAnchors()) created by
- The code sample for ScrollToAnchors() …
- 2:04 AM Ticket #874 ($(html) fails when html contains ' ') created by
- $('<p> </p>') fails (and freezes my Firefox 2.0.0.1). This happens …
- 12:31 AM Ticket #873 (Re-work Triggered Events) created by
- This is how event triggering should be re-worked: .trigger("event"): …
Jan 23, 2007:
- 12:38 PM Ticket #781 (1.1b : $(this).siblings().toggle(); changes all inline siblings (after ...) closed by
- fixed: Fixed.
- 12:37 PM Ticket #799 (Setting a CSS height/width then animating a div breaks it) closed by
- worksforme: Like Brandon said.
- 12:27 PM Ticket #872 (isWindow) created by
- Test to see if an object is a window object, some tests: […]
- 12:25 PM Ticket #871 (isArray) created by
- Test for items that are array-like, some test to consider […]
- 12:20 PM Ticket #870 (isElement) created by
- Build a function that can test for isElement, some tests to consider: …
- 12:02 PM Changeset [0eb642c]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 12:01 PM Ticket #861 (Regression in 1.1.1: search with context finds parent, not the desired ...) closed by
- fixed: Fixed in revision 1172.
- 11:58 AM Changeset [d946454]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 11:57 AM Changeset [5cfaef9]1.12-stable2.2-stablekillphp by
- src/event/eventTest.js
- 9:47 AM Ticket #864 (The Core Test 7./3. Check elements from array fails in IE6) closed by
- fixed: Fixed in revision 1170.
- 9:46 AM Changeset [9f93c7b]1.12-stable2.2-stablekillphp by
- src/event/eventTest.js
- src/jquery/jquery.js
- 6:42 AM Ticket #869 (namespace clashes inm interface plugins) created by
- some interface plugins contain references to "$". Example: $(elm) …
- 6:10 AM Changeset [926e80b]1.12-stable2.2-stablekillphp by
- src/event/eventTest.js
- 6:07 AM Changeset [a30b321]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 5:50 AM Ticket #867 (multiple ajax only update one div) closed by
- worksforme: As documented, attr("id") returns the ID of the first matched element. …
- 5:37 AM Ticket #866 (multiple ajax only update one div) closed by
- duplicate: See #867
- 5:32 AM Changeset [c96b991]1.12-stable2.2-stablekillphp by
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 5:10 AM Ticket #868 (Interface and jquery 1.1 don't work anymore at all with Konqueror) created by
- Since you have updated libs, the scripts are painfully slow on …
- 3:59 AM Ticket #859 (Interface: Sortable lists get a blank-looking DIV "sortHelper" as a ...) closed by
- fixed
- 2:51 AM Ticket #867 (multiple ajax only update one div) created by
- when trying to load multiple ajax only the last div is updated, when …
- 2:49 AM Ticket #866 (multiple ajax only update one div) created by
- when trying to load multiple ajax only the last div is updated, when …
Jan 22, 2007:
- 4:17 PM Ticket #865 (in IE, droppable dragged elements lose correct active area) created by
- In IE, a droppable which is a draggable or a child of a draggable that …
- 1:08 PM Ticket #864 (The Core Test 7./3. Check elements from array fails in IE6) created by
- [SVN Version 1159] Running the Test-Suite on IE6 the Test No. 7. …
- 1:00 PM Ticket #863 (click trigger works different in all but IE) created by
- [SVN Version 1159] Running the Test-Suite in Firefox the Results are …
- 12:20 PM Ticket #862 (c.split is not a function) created by
- I get a "c.split is not a function" error pointing to this line: …
- 9:18 AM Ticket #861 (Regression in 1.1.1: search with context finds parent, not the desired ...) created by
- Consider the following snippet: […] […] The query $('span', …
- 9:13 AM Ticket #860 (Interface docs error in Draggables) created by
- In the [http://interface.eyecon.ro/docs/drag documentation for …
- 2:28 AM Ticket #859 (Interface: Sortable lists get a blank-looking DIV "sortHelper" as a ...) created by
- In the demo at http://interface.eyecon.ro/demos/sort_lists.html and in …
- 12:40 AM Changeset [2550b1ea]1.12-stable2.2-stablekillphp1.1.1 by
- version.txt
- 12:33 AM Changeset [8fc9e06]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 12:27 AM Changeset [8e105ef]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- src/selector/selector.js
- 12:14 AM Changeset [d2f9022]1.12-stable2.2-stablekillphp by
- src/event/event.js
- 12:00 AM Changeset [2322032]1.12-stable2.2-stablekillphp by
- src/event/event.js
Jan 21, 2007:
- 11:50 PM Changeset [31d65e9]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 10:49 PM Ticket #854 ($.post(url, function) broken) closed by
- fixed: Fixed in SVN rev 1149.
- 10:49 PM Changeset [c39d1a2]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- 10:32 PM Ticket #855 (Newlines in $(html) crash Firefox) closed by
- fixed: Fixed in SVN rev 1148.
- 10:25 PM Changeset [34c0bed]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 10:24 PM Ticket #858 (evalScripts() execute javascript twice with inline script from ajax ...) created by
- Whe I try to load an external page with an inline script, firefox …
- 9:53 PM Changeset [6c072457]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 9:48 PM Ticket #857 (when use of ajax, jquery can not encode "%".) closed by
- worksforme: I just tested this, and it works fine for me: […]
- 9:43 PM Ticket #815 (click event handler for checkbox gets fired twice) closed by
- fixed: Fixed in SVN rev 1146.
- 9:41 PM Changeset [6c72f18]1.12-stable2.2-stablekillphp by
- src/event/event.js
- 9:25 PM Ticket #802 (jQuery trigger event not work in Safari) closed by
- worksforme: Yep, works for me. I was able to trigger the checking of a checkbox by …
- 9:24 PM Ticket #827 (.click() fires event in both ie and ff, but actually changes the "checked") closed by
- fixed: Fixed in SVN rev 1137.
- 9:20 PM Ticket #832 (isFunction unreliable (affects .trigger() and others)) closed by
- fixed: Thanks to your pointer, I made some great progress. I now have the …
- 9:17 PM Changeset [b81ea5f]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 7:38 PM Changeset [e45dbf2]1.12-stable2.2-stablekillphp by
- src/event/event.js
- 7:28 PM Ticket #808 (jjQuery(a, c) fails to navigate over rdocumentElement from parsed xml) closed by
- fixed: Fixed in SVN rev 1142.
- 7:28 PM Changeset [9141004]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 7:26 PM Ticket #852 (Acces to child nodes in xml document) closed by
- fixed: Fixed in SVN rev 1142.
- 7:25 PM Changeset [ddb3004]1.12-stable2.2-stablekillphp by
- src/selector/selector.js
- 7:10 PM Ticket #831 (In IE (6 & 7) attr("href", "bla") on an anchor element results in ...) closed by
- worksforme: I can't duplicate this either.
- 7:09 PM Ticket #856 (load function missing) closed by
- fixed: It's still there. You're probably referring to the …
- 2:23 PM Ticket #857 (when use of ajax, jquery can not encode "%".) created by
- when use of ajax, jquery can not encode "%".
- 12:25 PM Ticket #856 (load function missing) created by
- the new version of jQuery seems to be missing the $().load function …
- 11:48 AM Ticket #855 (Newlines in $(html) crash Firefox) created by
- Probaby due to regular expression syntax, newlines present in an HTML …
Jan 20, 2007:
- 1:52 PM Ticket #854 ($.post(url, function) broken) created by
- Documentation says you can do this: […] Doesn't work, because the …
- 3:48 AM Ticket #759 (Minor bug in getPosition method of Interface plugin.) closed by
- fixed
Jan 19, 2007:
- 11:22 PM Ticket #843 (Setting zIndex with css() as number throws error in IE7) closed by
- fixed: Fixed in SVN (this was due to the fact that we were appending 'px' to …
- 11:21 PM Ticket #846 (Opacity in FF2) closed by
- fixed: This is fixed in SVN.
- 11:21 PM Ticket #845 (common error gives inscrutable error) closed by
- fixed: This was due to when you were passing in an undefined parameter in an …
- 11:19 PM Ticket #853 (jQuery not assigning font-weight properly) closed by
- fixed: Fixed in SVN.
- 11:16 PM Ticket #837 (DOM inconsistency in add(),maybe more places) closed by
- fixed: Fixed in SVN rev 1137.
- 11:16 PM Changeset [7b3ab69]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 11:10 PM Ticket #828 (Can't cancel default action and/or stop propagation in .toggle()) closed by
- invalid
- 11:08 PM Ticket #839 (Setting opacity fails in jQuery 1.1) closed by
- fixed: Fixed in SVN, we were accidentally appending a 'px' to the opacity number.
- 11:05 PM Ticket #814 (Calling load(url, data) causes "fn.apply is not a function" error.) closed by
- fixed: Jack - what you found is actually some thing different - you were …
- 11:04 PM Changeset [27c08b6]1.12-stable2.2-stablekillphp by
- src/ajax/ajax.js
- 10:59 PM Ticket #811 ("Elem has no properties" error when trying to use if ...) closed by
- fixed: Dave: It's physically impossible to stop a plugin from running if …
- 10:58 PM Changeset [a87ecc4]1.12-stable2.2-stablekillphp by
- src/jquery/jquery.js
- 10:51 PM Ticket #821 (jQuery.fn.add does not add elements to current jQuery object) closed by
- wontfix: What you're looking for is an equivalent to .push() - .add() is not …
- 7:50 PM Ticket #853 (jQuery not assigning font-weight properly) created by
- jQuery(element).css("font-weight",400); this line does not work, as …
- 11:57 AM Ticket #852 (Acces to child nodes in xml document) created by
- I can access to firts chils nodes in XML document, via: $(">opcion", …
- 9:17 AM Ticket #851 (datePicker + jQ1.1 throws error) created by
- firstDate undefined or something, sorry.
- 6:54 AM Ticket #838 (crash in interface 1.1+sortable with input tag in sortable elements) closed by
- fixed: Sorry, my fault, commited wrong file. Check again please.
- 4:23 AM Ticket #838 (crash in interface 1.1+sortable with input tag in sortable elements) reopened by
- For me the problem still exist. I'm using latest version (rev 1126). …
Jan 18, 2007:
- 2:43 PM Ticket #814 (Calling load(url, data) causes "fn.apply is not a function" error.) reopened by
- I also had this problem and applied the solution of revision 1093. but …
- 1:59 PM Ticket #833 (Interface Sortable doesn't work in tables) closed by
- wontfix: quote from scriptaculous track: "Dragging in tables does not work in …
- 1:48 PM Ticket #850 (Missing comma line 281 (Revision 1120)) closed by
- fixed
- 12:53 PM Ticket #850 (Missing comma line 281 (Revision 1120)) created by
- Missing comma line 281 (Revision 1120) (by the way, thank you for …
- 10:40 AM Ticket #849 (Minor misspelling in docs for ready(fn)) created by
- I noticed and fixed this on the Wiki the other day, but the same typo …
- 10:13 AM Ticket #848 (Documentation doesn't show which modules are required to work) created by
- In Slider docs page, for example, it's hard to know which modules you …
- 5:18 AM Ticket #847 (Destroying a sortable) closed by
- fixed: Added and summited to SVN
- 5:17 AM Ticket #838 (crash in interface 1.1+sortable with input tag in sortable elements) closed by
- fixed: Fixed and commited in SVN
Note: See TracTimeline
for information about the timeline view.