In my copies of Internet Explorer (Mac OS X - 5.2, and Win98, 6), I was getting javascript errors on the Project Detail screen whenever I would mouseover the column headers. I messed around with it forever -- it turns out to be because the column header ids that are assigned and hence the ID of the layers/floats are the same for both the ToDo Items, and the Finished Items, IE was freaking out.
I just changed them slightly on the todo list, and the errors went away. Something to fix in your next release.
Hope this is helpful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was getting the same problem there, and also when the parent of a nested task was in both the todo and finished columns...
For the column headers I added a "1" to the ID where it is passed to the function popuploader in the Todo column.
For the parent tasks I used the variable $status at the end of the ID where it is passed to the function popuploader in the functions task_list and print_tree.
This seems to get all the instances where there are conflicting ID names on a single page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my copies of Internet Explorer (Mac OS X - 5.2, and Win98, 6), I was getting javascript errors on the Project Detail screen whenever I would mouseover the column headers. I messed around with it forever -- it turns out to be because the column header ids that are assigned and hence the ID of the layers/floats are the same for both the ToDo Items, and the Finished Items, IE was freaking out.
I just changed them slightly on the todo list, and the errors went away. Something to fix in your next release.
Hope this is helpful.
Hi, I am also getting the same errors, can you explain how you fixed this a little better.
Thanks.
I was getting the same problem there, and also when the parent of a nested task was in both the todo and finished columns...
For the column headers I added a "1" to the ID where it is passed to the function popuploader in the Todo column.
For the parent tasks I used the variable $status at the end of the ID where it is passed to the function popuploader in the functions task_list and print_tree.
This seems to get all the instances where there are conflicting ID names on a single page.