[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Center pane content breaking in IE
Page 1 of 1

Center pane content breaking in IE

PostPosted: Thu Jul 05, 2007 3:43 pm
by ToddM
Hi - my first post, but I'm desperate for some light to be shed on this problem ...

I've been tasked with some "clean-up" work on an app that uses DHTML Suite - I've found several specific problems and fixed them ad hoc, but the general problem is that when using IE (6), while the north, west, etc panes are fine, the center pane content is un-styled and it returns errors in the JavaScript - Firefox works fine, and since that is the browser the code to, there are a lot of IE-specific problems.

has anyone else had this kind of problem? - I'm hoping that I can fix this app-wide, rather than hand-change each page to force the errors to stop - I did that already, things like changing the order of script elements, etc., on a few pages, so I know how to do it, but it's a pain and very time-consuming

thanks for any light you can shed on this

Todd

PostPosted: Thu Jul 05, 2007 5:12 pm
by kgregg
IE has a problem if a script or style tag is the first thing in inserted content. Don't know if this is something within the suite or a browser bug. Sounds like if you did some reordering and it fixed it, that is what is happening.

I fought this for a full day before I discovered it. Fortunately I use a templating system and it was a matter of changing it one place.

PostPosted: Fri Jul 20, 2007 2:17 pm
by ShadesOfGrey