IE 7.0 rendering problem

8 views
Skip to first unread message

B2BW

unread,
Feb 19, 2009, 1:31:28 PM2/19/09
to mootree
I found that I had to add the following line to my PHP code for
MooTree to work properly in the IE 7.0 browser.

This is in regards to a nodes display issue:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">

Not sure if this is an issue with any other versions of IE. Firefox
and other Mozilla based browsers appear to be ok.

B2BW

Rasmus Schultz

unread,
Feb 19, 2009, 1:38:16 PM2/19/09
to moo...@googlegroups.com
Browser quirks vary with doctype, especially in IE ... mooTree was designed for xhtml-transitional - see the doctype in the examples.

B2BW

unread,
Feb 19, 2009, 4:45:55 PM2/19/09
to mootree
Speaking of quirks while using IE 7.0

If the XML file is modified dynamically and re-read, the previous XML
data is displayed. It is like the XML data has been cached and the
new load does not overwrite it. I have verified that the XML data has
been modified. Again, this isn't a problem in Firefox or Mozilla
based browsers.

I need a way to get around this without having the end user start up
the application new each time to enter an ID number to build the tree.

Rasmus Schultz

unread,
Feb 19, 2009, 8:19:55 PM2/19/09
to moo...@googlegroups.com
sounds like a server side problem - sending the proper headers usually resolves those type of problems...
Reply all
Reply to author
Forward
0 new messages