I’m using Tracks 1.7 on Ubuntu Linux (Hardy Heron) installed with Phusion Passenger in Apache. I’ve tried using both Internet Explorer 7 and FireFox 3 to modify the tasks that I created using my previously working installation of Tracks.
I am getting some strange behavior when attempting to delete, edit, or star tasks. I get different behavior for each action. When attempting to edit tasks, Firefox shows some plain text and IE attempts to download a file called “edit”. Delete and Star both give me the Tracks specific 404 error in IE, while Delete in FF prints some plaintext XML.
Example of plain text:
$("form_todo_1").down(".placeholder").update("\u003Cdiv id=\"error_status\"\u003E...(lots more)
$("line_todo_1").hide();
$("edit_todo_1").show();
$("form_todo_1").down("input#todo_description").focus();
While attempting to post this, Tracks briefly reverted to normal behavior, but is back to what I am describing. I also notice that when ‘broken’, icons light up but do not flash when I mouse over them. What could cause this sporadic behavior? I’m no Ruby developer, so I’m not sure how to go about troubleshooting this. I’ve restarted my server and forced Apache to reload with the same results. I can create a user for anyone who wants to observe this behavior at http://gtd.grantserver.dyndns.org
