Needs review
Project:
DataBase File Manager
Version:
5.x-4.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2008 at 11:11 UTC
Updated:
12 May 2010 at 08:57 UTC
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
Comment #1
d.patchett commentedRe-tested on 04/06/08 no change
Comment #2
d.patchett commentedRe-tested on 04/06/08 no change.
Comment #3
rooey commentedComment #5
geoff_eagles commentedIE6 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.
Comment #6
rooey commentedGeoff - can you confirm? I believe this is fixed now - for IE7 at least...
Comment #7
rooey commentedComment #8
geoff_eagles commentedNot 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.