Javascript bug in issue filtering
Added by Bjorn Solberg about 16 years ago
With the trunk version, I see
Error: $ is not defined
Source File: http://redmine.<mydomain>.com:3000/projects/test/issues?set_filter=1&tracker_id=5
Line: 126
which seems to come from the toggle_filter() function in app/views/queries/_filters.rhtml
when I switch the issue filtering for "status". In previous releases, this would bring up a second selection box where I could select one or more of the various statuses. Is this a known issue? Is there a workaround I can employ?
Thanks,
Bjorn.
Replies (4)
RE: Javascript bug in issue filtering - Added by Restless Being about 16 years ago
I can confirm this issue. What is more after the issues list opens I get some errors like:
"Class is not defined" which comes from context_menu.js line 6 (Class.create()).
It looks like prototype.js is not loaded.
RE: Javascript bug in issue filtering - Added by Eric Davis about 16 years ago
I'm not seeing this in the latest trunk on my systems. What revision are you running and what browsers? I used Firefox 2 on Linux and Firefox 3 and Safari on Mac OSX.
Eric
RE: Javascript bug in issue filtering - Added by Restless Being about 16 years ago
I experienced this problem on latest trunk. I used Firefox 3 on Linux. After I switched back to an older revision (I don't remember it's number at the moment) everything works well.
RE: Javascript bug in issue filtering - Added by Bjorn Solberg about 16 years ago
I just upgraded to r1773, and the filtering works again. Thanks! Keep it that way. :-)