INTERNAL: rich text editior is not editable on an extended web application
In SharePoint 2007, using Quest Web parts version 5.2, the rich text box editior is not editable on an extended web application site. It works fine on the original web app. There is a JavaScript error on the page if you run the IE Developer Tools.
<span style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Tahoma, sans-serif;">The cause could be because of a JavaScript error on the page that causes our web part to not work as expected.</span>
<p>WORKAROUND:</p><p><span style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Tahoma, sans-serif;">1. Check if the js file for WAListForm.js is loaded?</span></p><p><span style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Tahoma, sans-serif;">Under the following folder:</span></p><p style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Tahoma, sans-serif;">C:Program FilesCommon FilesMicrosoft SharedWeb Server ExtensionswpresourcesWA.ListForm4.0.0.0__2b4b09f1c57c8f0b</p><p style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Tahoma, sans-serif;">You should see a file called WAListForm.js. If you open it it contains js code. Also in the browser's developer mode check to see if this file is loaded and that you see the content.</p><p><span style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Tahoma, sans-serif;">2. Try to disable and then enable Quest web Parts feature.</span></p>
<span style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Tahoma, sans-serif;">The cause could be because of a JavaScript error on the page that causes our web part to not work as expected.</span>