Bug Tracker

Timeline


and

01/22/07:

21:17 Ticket #865 (in IE, droppable dragged elements lose correct active area) created by bluej100@…
In IE, a droppable which is a draggable or a child of a draggable that has …
18:08 Ticket #864 (The Core Test 7./3. Check elements from array fails in IE6) created by alex.lg
[SVN Version 1159] Running the Test-Suite on IE6 the Test No. 7. …
18:00 Ticket #863 (click trigger works different in all but IE) created by alex.lg
[SVN Version 1159] Running the Test-Suite in Firefox the Results are …
17:20 Ticket #862 (c.split is not a function) created by roso
I get a "c.split is not a function" error pointing to this line: …
14:18 Ticket #861 (Regression in 1.1.1: search with context finds parent, not the desired ...) created by klaus.hartl@…
Consider the following snippet: […] […] The query $('span', this) …
14:13 Ticket #860 (Interface docs error in Draggables) created by jquery.com.ws@…
In the  documentation for Draggable, …
07:28 Ticket #859 (Interface: Sortable lists get a blank-looking DIV "sortHelper" as a ...) created by jnoble@…
In the demo at  http://interface.eyecon.ro/demos/sort_lists.html and in my …
05:40 Changeset [2550b1ea6a6eb6ba50d378a5dcfbc8146ca88bff] by John Resig <jeresig@…>
  • version.txt
Pushing out 1.1.1.
05:33 Changeset [8fc9e06c46d55d2a8c27d951f5c4ee336b71f38a] by John Resig <jeresig@…>
  • src/selector/selector.js
Fixed an issue with child selectors that also have filters.
05:27 Changeset [8e105ef9318da2a38019878c6152a4a67d9fceb1] by John Resig <jeresig@…>
  • src/jquery/jquery.js
  • src/selector/selector.js
Added in jQuery.nodeName() to simplify checking nodeName constantly.
05:14 Changeset [d2f9022a8ebbfadeb6a329714a607d2dc2882769] by John Resig <jeresig@…>
  • src/event/event.js
Refactored the trigger code a little bit.
05:00 Changeset [23220321d1c937a69b7c2a51766ce8940724e7bf] by John Resig <jeresig@…>
  • src/event/event.js
You had to have an event bound in order to trigger an event - which is not necessarily the case.
04:50 Changeset [31d65e905237376161b8309411296c6ee72ee100] by John Resig <jeresig@…>
  • src/selector/selector.js
Fixed an issue with child selectors accidentally triggering filter mode.
03:49 Ticket #854 ($.post(url, function) broken) closed by john
fixed: Fixed in SVN rev 1149.
03:49 Changeset [c39d1a21c61982baf511f6455047f7f055b228da] by John Resig <jeresig@…>
  • src/ajax/ajax.js
Fixed doing $.post() without any params.
03:32 Ticket #855 (Newlines in $(html) crash Firefox) closed by john
fixed: Fixed in SVN rev 1148.
03:25 Changeset [34c0bed54a5ad812b1f78a85529164e0085f50d7] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Fixed this issue: $("<div>foo\nbar</div>");
03:24 Ticket #858 (evalScripts() execute javascript twice with inline script from ajax data ...) created by Lasiaf
Whe I try to load an external page with an inline script, firefox …
02:53 Changeset [6c072457ed36464f7f2bc15128e69206dbac5d24] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Removed some extra code that ifFunction deprecated.
02:48 Ticket #857 (when use of ajax, jquery can not encode "%".) closed by john
worksforme: I just tested this, and it works fine for me: […]
02:43 Ticket #815 (click event handler for checkbox gets fired twice) closed by john
fixed: Fixed in SVN rev 1146.
02:41 Changeset [6c72f188cd8a7f98a10904b754eb4495f46af503] by John Resig <jeresig@…>
  • src/event/event.js
Triggered event handlers are only executed once now.
02:25 Ticket #802 (jQuery trigger event not work in Safari) closed by john
worksforme: Yep, works for me. I was able to trigger the checking of a checkbox by …
02:24 Ticket #827 (.click() fires event in both ie and ff, but actually changes the "checked") closed by john
fixed: Fixed in SVN rev 1137.
02:20 Ticket #832 (isFunction unreliable (affects .trigger() and others)) closed by john
fixed: Thanks to your pointer, I made some great progress. I now have the …
02:17 Changeset [b81ea5f9ba19734f0409390bdf2fb685d7498bdc] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added new function-testing code that is completely cross-browser compatible.
00:38 Changeset [e45dbf29f88fb965c0abd039a65bc0302dea7e43] by John Resig <jeresig@…>
  • src/event/event.js
Quick code optimization in trigger.
00:28 Ticket #808 (jjQuery(a, c) fails to navigate over rdocumentElement from parsed xml) closed by john
fixed: Fixed in SVN rev 1142.
00:28 Changeset [91410044426439983f409d198b8f9af2c5151d95] by John Resig <jeresig@…>
  • src/selector/selector.js
Fixed some more nodeName inconsistencies.
00:26 Ticket #852 (Acces to child nodes in xml document) closed by john
fixed: Fixed in SVN rev 1142.
00:25 Changeset [ddb3004a476d6eec3d449bc39d93fb5b5f98f01b] by John Resig <jeresig@…>
  • src/selector/selector.js
Fixed an issue with child selectors and XML documents (nodeName isn't in all-caps, and it was assumed that it was).
00:10 Ticket #831 (In IE (6 & 7) attr("href", "bla") on an anchor element results in ...) closed by john
worksforme: I can't duplicate this either.
00:09 Ticket #856 (load function missing) closed by john
fixed: It's still there. You're probably referring to the lack-of-data-passing …

01/21/07:

19:23 Ticket #857 (when use of ajax, jquery can not encode "%".) created by anonymous
when use of ajax, jquery can not encode "%".
17:25 Ticket #856 (load function missing) created by akrymski@…
the new version of jQuery seems to be missing the $().load function for …
16:48 Ticket #855 (Newlines in $(html) crash Firefox) created by jchaffer@…
Probaby due to regular expression syntax, newlines present in an HTML …

01/20/07:

18:52 Ticket #854 ($.post(url, function) broken) created by joern
Documentation says you can do this: […] Doesn't work, because the …
08:48 Ticket #759 (Minor bug in getPosition method of Interface plugin.) closed by stefan
fixed
04:22 Ticket #843 (Setting zIndex with css() as number throws error in IE7) closed by john
fixed: Fixed in SVN (this was due to the fact that we were appending 'px' to all …
04:21 Ticket #846 (Opacity in FF2) closed by john
fixed: This is fixed in SVN.
04:21 Ticket #845 (common error gives inscrutable error) closed by john
fixed: This was due to when you were passing in an undefined parameter in an Ajax …
04:19 Ticket #853 (jQuery not assigning font-weight properly) closed by john
fixed: Fixed in SVN.
04:16 Ticket #837 (DOM inconsistency in add(),maybe more places) closed by john
fixed: Fixed in SVN rev 1137.
04:16 Changeset [7b3ab69fcfd5a53d7084bbe4b19a7f3e58d8564d] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Fixed issue with .add()ing individual elements - and with .add()ing form elements (since they report a .length.
04:10 Ticket #828 (Can't cancel default action and/or stop propagation in .toggle()) closed by john
invalid
04:08 Ticket #839 (Setting opacity fails in jQuery 1.1) closed by john
fixed: Fixed in SVN, we were accidentally appending a 'px' to the opacity number.
04:05 Ticket #814 (Calling load(url, data) causes "fn.apply is not a function" error.) closed by john
fixed: Jack - what you found is actually some thing different - you were passing …
04:04 Changeset [27c08b65446568b700606e837a85630d3634f25f] by John Resig <jeresig@…>
  • src/ajax/ajax.js
Added a fix for an undefined param being passed to a load.
03:59 Ticket #811 ("Elem has no properties" error when trying to use if ...) closed by john
fixed: Dave: It's physically impossible to stop a plugin from running if there's …
03:58 Changeset [a87ecc44b6b4374ad2ebe10e033d45daab9e1369] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added a fix for $("#noexist").attr("id") breaking.
03:51 Ticket #821 (jQuery.fn.add does not add elements to current jQuery object) closed by john
wontfix: What you're looking for is an equivalent to .push() - .add() is not …
00:50 Ticket #853 (jQuery not assigning font-weight properly) created by jeffkretz@…
jQuery(element).css("font-weight",400); this line does not work, as the …

01/19/07:

16:57 Ticket #852 (Acces to child nodes in xml document) created by oscarantolinez@…
I can access to firts chils nodes in XML document, via: $(">opcion", …
14:17 Ticket #851 (datePicker + jQ1.1 throws error) created by anonymous
firstDate undefined or something, sorry.
11:54 Ticket #838 (crash in interface 1.1+sortable with input tag in sortable elements) closed by stefan
fixed: Sorry, my fault, commited wrong file. Check again please.
09:23 Ticket #838 (crash in interface 1.1+sortable with input tag in sortable elements) reopened by gdx@…
For me the problem still exist. I'm using latest version (rev 1126). …

01/18/07:

19:43 Ticket #814 (Calling load(url, data) causes "fn.apply is not a function" error.) reopened by jackbravo@…
I also had this problem and applied the solution of revision 1093. but …
18:59 Ticket #833 (Interface Sortable doesn't work in tables) closed by stefan
wontfix: quote from scriptaculous track: "Dragging in tables does not work in any …
18:48 Ticket #850 (Missing comma line 281 (Revision 1120)) closed by stefan
fixed
17:53 Ticket #850 (Missing comma line 281 (Revision 1120)) created by xav
Missing comma line 281 (Revision 1120) (by the way, thank you for your …
15:40 Ticket #849 (Minor misspelling in docs for ready(fn)) created by edbrannin@…
I noticed and fixed this on the Wiki the other day, but the same typo …
15:13 Ticket #848 (Documentation doesn't show which modules are required to work) created by spark
In Slider docs page, for example, it's hard to know which modules you need …
10:18 Ticket #847 (Destroying a sortable) closed by stefan
fixed: Added and summited to SVN
10:17 Ticket #838 (crash in interface 1.1+sortable with input tag in sortable elements) closed by stefan
fixed: Fixed and commited in SVN
03:40 Ticket #847 (Destroying a sortable) created by xav
I'm note able to destroy a Sortable. If you want to use more than one …
00:24 Ticket #846 (Opacity in FF2) created by nedarb@…
Opacity in FF2 does not work when setting through .css() and passing a …
00:09 Ticket #845 (common error gives inscrutable error) created by tex@…
line 2102: if ( a[j].constructor == Array ) causes exception: …

01/17/07:

21:54 Ticket #844 (Loading jQuery 1.1 with Prototype throws error) created by dossy@…
Loading jQuery 1.1 with Prototype on Firefox 1.5.0.9 results in this …
21:03 Ticket #843 (Setting zIndex with css() as number throws error in IE7) created by Jan Sorgalla
[…] (typeof 2 is number) throws an error in IE7 while […] (typeof …
20:32 Ticket #821 (jQuery.fn.add does not add elements to current jQuery object) reopened by p.aiello@…
There is a fundamental difference between the find method and the add …
20:31 Ticket #842 (DOM manipulation: Add 'replace' method) created by sebastien@…
The replace method could be used to replace the actual content of an …
19:05 Ticket #841 (Sortable (and Drag) performance enhancement) created by spark
On complex items, with background images, or complex CSS, the performance …
18:49 Ticket #840 (BUG: "reference to undefined property e.fromElement" line 1348) created by dossy@…
Using jQuery 1.1's hover(), when hovering in and out of the element, the …
18:33 Ticket #839 (Setting opacity fails in jQuery 1.1) created by dossy@…
Setting opacity in jQuery 1.1 fails with the following error: {{{Error in …
17:34 Ticket #838 (crash in interface 1.1+sortable with input tag in sortable elements) created by cedric@…
as soon as the sortable div element contains a <input ... /> tag, no sort …
15:25 Ticket #837 (DOM inconsistency in add(),maybe more places) created by sa.cesare@…
1.0.4 version has support for direct manipulation on DOM …
14:17 Changeset [32f688d303ed3cbb942df421c5bb2ed7a5d5244c] by Jörn Zaefferer <joern.zaefferer@…>
  • src/ajax/ajax.js
  • src/ajax/ajaxTest.js
Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-test
13:46 Ticket #836 (load) closed by joern
invalid: The examples for the various bind() shortcuts are somewhat misleading. …
13:42 Ticket #807 (Slower on Powerbook G4 both Fx2 and Safari2) closed by joern
invalid: These are slower, but correct. The old implementation simply ignored the …
13:38 Ticket #812 (CSS px set) closed by joern
fixed: D'oh. Now we are at 5 "fixed" properties…
13:37 Changeset [b98898d95be5cb7bb8b9fdb0d8a2595fc8d9cdf9] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/jquery.js
prop fix takes also "line-height" into account (see #812)
13:34 Ticket #803 (setting opacity is not working) closed by joern
fixed: jQuery.prop now handles these special cases. It may be a bit hackish, but …
13:33 Changeset [756183f6073a1e9fe6fae538d6f60899df47e2a1] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/jquery.js
prop fix takes also "zoom" into account (see #803)
13:31 Ticket #814 (Calling load(url, data) causes "fn.apply is not a function" error.) closed by joern
fixed: Fixed in revision 1093.
13:27 Ticket #821 (jQuery.fn.add does not add elements to current jQuery object) closed by joern
worksforme: jQuery now takes the fully functional approach, that is, no method …
13:25 Ticket #806 (Couldn't pass DOM Element to jQuery.fn.add method) closed by joern
fixed: Fixed in revision 1104.
13:24 Changeset [3362ccf3ddc20d787551ffdb441ae606a3d06630] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
Fix for #806
13:01 Ticket #836 (load) created by Vladik
Make <p>what</p> And code in (document.ready(...)): $("p").load …
12:24 Ticket #552 (ifxhighlight improved oldStyle.backgroundColor detection) closed by stefan
fixed: Fixed and commited to svn
12:15 Ticket #826 (Interface plugin resizable elements documentation typo) closed by stefan
fixed
12:13 Ticket #825 (iresizable: onDrag can return the new element position) closed by stefan
fixed: Added and commited to SVN
10:58 Ticket #830 (callback.apply is not a function during .load) closed by joern
duplicate
10:44 Ticket #804 ($(string exp, element|jQuery context) won't handle jQuery as context) closed by joern
fixed: Fixed in revision 1100, reverting the change. For …
10:43 Changeset [53e12752e00c2a86757ec15a0c871dee8ccd1bea] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
Reverted optimization to jQuery function, fixing broken jQuery-as-context, added test (fix for #804)
10:29 Changeset [689739072f858d5e48d2c0394204dc17eba9e4e1] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/jquery.js
Fixed typoooo.
10:03 Changeset [2d32400e3c7d226ef6d93fd91654768959695e80] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/jquery.js
Improved docs for $.merge, clearly stating that the first argument is altered.
07:17 Ticket #835 (mysql lock) created by anonymous
 http://docs.jquery.com/Using_jQuery_with_Other_Libraries Database error …
05:42 Ticket #834 ('TracReports' link not working) created by anonymous
The 'TracReports' link in Trac pages don't work, taking to a wiki page
05:40 Ticket #833 (Interface Sortable doesn't work in tables) created by spark
Using a sortable on a table makes a mess on the table, with white space …
02:31 Ticket #832 (isFunction unreliable (affects .trigger() and others)) created by Dave
There are several function-related problems that the new isFunction …
01:03 Ticket #831 (In IE (6 & 7) attr("href", "bla") on an anchor element results in ...) created by tim@…
The following code $("a").attr("href", "bla"); adjust the href attribute …

01/16/07:

23:11 Ticket #830 (callback.apply is not a function during .load) created by anonymous
I am getting the following error in firebug after upgrading to JQuery 1.1 …
22:09 Ticket #829 (Add jQuery version to jQuery object) created by Nate Cavanaugh
A consortium of portlet development and specifications has asked me to ask …
21:12 Ticket #443 (SPAM) reopened by anonymous
18:37 Ticket #828 (Can't cancel default action and/or stop propagation in .toggle()) created by rich.manalang@…
$("#someelem").toggle(function() { dosomethinga(); return false; }, …
18:27 Ticket #552 (ifxhighlight improved oldStyle.backgroundColor detection) reopened by bluej100@…
Thanks for your work on this. It's doing a great job removing the style …
17:45 Ticket #827 (.click() fires event in both ie and ff, but actually changes the "checked") created by ShockSMX
The checkbox in the code snippet below stays unchecked in IE6&7, but is …
17:40 Ticket #826 (Interface plugin resizable elements documentation typo) created by javajavaproxy@…
On  http://interface.eyecon.ro/docs/resizable you ment to say "ratio" and …
16:56 Ticket #812 (CSS px set) reopened by aaron.heimli
One gotcha here: line-height can accept almost anything: …
16:31 Ticket #825 (iresizable: onDrag can return the new element position) created by sebastien@…
If we want to limit drag or to make dragging "snap to grid", we need …
14:20 Ticket #812 (CSS px set) closed by joern
fixed: Fixed in SVN, revision 1096
14:19 Changeset [8bd7a3544dd77d92ac40e119fc6bc8a385622f25] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/jquery.js
Fix for #812
13:41 Ticket #824 (jQuery.fn.css(hash) couldn't set 'z-index ' style property) closed by joern
duplicate: See #812
13:39 Ticket #823 (bug using load() with params) closed by joern
duplicate
13:31 Ticket #824 (jQuery.fn.css(hash) couldn't set 'z-index ' style property) created by art.orlov@…
I'm trying to set properties of jQueried object like this: […] With …
11:38 Changeset [5ebd5f604ac90dae6381f59cfa637621faabf932] by Mike Alsup <malsup@…>
  • src/ajax/ajax.js
Fix bug #814.
10:49 Ticket #823 (bug using load() with params) created by juarez
Error Console Firefox detected: Error: fn.apply is not a function Source …
09:18 Ticket #820 (.attr(String, Function(i){}) could use the index) closed by joern
fixed: Implemented in SVN, revision 1091.
09:18 Changeset [c8b7881c738f6949095029d75d847acc98b0afbc] by Jörn Zaefferer <joern.zaefferer@…>
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
Enhanced attr(String, Function) to pass through index of current element
07:31 Ticket #822 (Interface download being corrupted in Safari) closed by stefan
fixed: I changed downloading procedure.
04:35 Ticket #822 (Interface download being corrupted in Safari) created by anonymous
Custom-configured downloads of interface.js are corrupted when Safari is …
00:05 Ticket #821 (jQuery.fn.add does not add elements to current jQuery object) created by p.aiello@…
if I have a jQuery object 'jq' and a DOM element 'element', and I call …

01/15/07:

22:47 Ticket #820 (.attr(String, Function(i){}) could use the index) created by Fil
Here's the patch to the testfile: […] but alas i is undefined
22:23 Ticket #813 (Enhance filter(Function) to pass index) closed by joern
invalid: already supported
22:21 Ticket #443 (SPAM) closed by joern
invalid
22:18 Ticket #819 (Enhance testsuite to allow both run and walk modes) created by joern
Safari fails miserable to complete the current testsuite: It just crashes. …
21:52 Ticket #797 (Alphabetical List) closed by joern
duplicate: See #818
21:44 Ticket #818 (complete API docs draft as alternative to wiki/vq) created by joern
TODOs: * Update to 1.1 * Add links to API on docs.jquery.com * Add …
21:39 Ticket #817 (before and result divs unreadable in ie7) created by anonymous
In the new documentation, the before and result divs unreadable in ie7. …
21:38 Ticket #443 (SPAM) reopened by anonymous
21:34 Ticket #816 (jQuery version is not substituted in build) created by klaus.hartl@…
If jQuery is built from the build file in a local environment, "@VERSION" …
21:28 Ticket #815 (click event handler for checkbox gets fired twice) created by klaus.hartl@…
A click event handler that is attached to a checkbox gets executed twice …
18:41 Ticket #814 (Calling load(url, data) causes "fn.apply is not a function" error.) created by tuupola@…
Calling load(url, data) causes fn.apply is not a function with 1.1. …
18:39 Ticket #813 (Enhance filter(Function) to pass index) created by joern
By passing the index as an argument to the filter callback, you could do …
17:52 Ticket #812 (CSS px set) created by john
in jquery.js there is: Handle passing in a number to a CSS …
17:29 Ticket #811 ("Elem has no properties" error when trying to use if ...) created by tuupola@…
With 1.0.4 it used to be possible to check if plugin was attached to …
16:54 Ticket #810 (innerfade plugin does not work with the latest jquery on IE) created by anonymous
I throws an error saying something about a mismatch somewhere in …
15:34 Ticket #809 (speeding merge and inArray) created by Renato
I know i'm late, 1.1 has just been released :) Here are faster versions …
15:14 Ticket #808 (jjQuery(a, c) fails to navigate over rdocumentElement from parsed xml) created by art.orlov@…
A have cross domain scripts in my app, so a could not get access to …
15:01 Ticket #805 (Changed behavior of jQuery.find method) closed by joern
duplicate: See #804
14:52 Ticket #807 (Slower on Powerbook G4 both Fx2 and Safari2) created by folletto AT gmail DO
I run the tests on my Powerbook G4 on both Firefox 2 and Safari …
14:13 Ticket #806 (Couldn't pass DOM Element to jQuery.fn.add method) created by art.orlov@…
It understands only string and array as parameters P.S. It would be great …
13:01 Ticket #805 (Changed behavior of jQuery.find method) created by art.orlov@…
In 1.1 release code: var wnd = $("#some-id"); var form = $("form, wnd); …
12:53 Ticket #804 ($(string exp, element|jQuery context) won't handle jQuery as context) created by rb@…
$(a, c) gets passed on to find(a, c) if a is a non-html string; find(a, c) …
10:29 Changeset [8b51bfbd3212a0bcaa35177056d0932b63eb268f] by Jörn Zaefferer <joern.zaefferer@…>
  • src/fx/fx.js
Fixed show/hide to return selected objects, not only those that are shown/hidden
10:14 Ticket #803 (setting opacity is not working) created by Stefan
$(el).css('opacity', 0.5); is not working in version 1.1
07:35 Ticket #802 (jQuery trigger event not work in Safari) created by benx
Can anybody trigger evnet in Safari successfully?! Orz
07:17 Ticket #550 (recallDroppables function catch error when no item is being dragged) closed by stefan
fixed
07:17 Ticket #552 (ifxhighlight improved oldStyle.backgroundColor detection) closed by stefan
fixed
07:16 Ticket #549 (Droppable removes all class names on hover when activeclass not ...) closed by stefan
fixed
07:15 Ticket #540 (TTabs scrolls to top after applying a tab in Firefox) closed by stefan
fixed
02:25 Changeset [2aa67026ebe6bea90fd137fc99b4c9422977e3f0] by John Resig <jeresig@…>
  • version.txt
Tagged version 1.1 of jQuery.
Note: See TracTimeline for information about the timeline view.