We have a Pastor's blog using the Discussion Forum extension. Every page that has the plugin installed on it shows a javascript error in Internet Explorer. After some work, I isolated the error to a stylesheet entry:
expression( document.body.clientWidth > 700px ? 700px +"px" : document.body.clientWidth);
which occurs under the class ".tx-wecdiscussion-page" in the stylesheet
<link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_2865154e8d.css" />
that is automatically added to the page by Typo3. An example of a page of that has the error is:
http://www.galileeumc.org/about/blog/?tx_wecdiscussion%5Bshow_date%5D=083107&tx_wecdiscussion%5Barchive%5D=1
Note the javascript error at the bottom left of the IE window. Is this a bug that can be fixed? Any help would be appreciated.
-Barry Gresens
expression( document.body.clientWidth > 700px ? 700px +"px" : document.body.clientWidth);
which occurs under the class ".tx-wecdiscussion-page" in the stylesheet
<link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_2865154e8d.css" />
that is automatically added to the page by Typo3. An example of a page of that has the error is:
http://www.galileeumc.org/about/blog/?tx_wecdiscussion%5Bshow_date%5D=083107&tx_wecdiscussion%5Barchive%5D=1
Note the javascript error at the bottom left of the IE window. Is this a bug that can be fixed? Any help would be appreciated.
-Barry Gresens



aim