Posted by d.patchett on May 21, 2008 at 11:11am
Jump to:
| Project: | DataBase File Manager |
| Version: | 5.x-4.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
In IE6.
On entry to the Document manager:
1) warning: Cannot modify header information - headers already sent by (output started at /usr/share/drupal/modules/dbfm/dbfm.module:894) in /usr/share/drupal/includes/common.inc on line 141.
2) the Directory Tree takes a long time to load.
Comments
#1
Re-tested on 04/06/08 no change
#2
Re-tested on 04/06/08 no change.
#3
#4
Automatically closed -- issue fixed for two weeks with no activity.
#5
IE6 and IE7 both load slowly on systems with have a large number of directories. This is due to the way that the directory tree is built - it needs re-writing. As things stand dbfm becomes unusable for drag and drop when you have a significant number of directories.
#6
Geoff - can you confirm? I believe this is fixed now - for IE7 at least...
#7
#8
Not fixed. The way the directory tree works needs a total rewrite (in JQuery) to reduce the size of the DOM and to get rid of that huge initial directory load. However IE7 is an improvement on IE6 in terms of the speed of execution for the javascript.