Hi,
This one had me on the run for a while; a little drawn out to explain it I'm afraid...
The product I am placing radeditor in is a comprehensive system. One of its existing features (nothing to do with radeditor) is the need for the following 2 lines in the html head tag.
<base target="Agency" />
<script>window.name = "Agency";</script>
Our users typically have our "Agency" IE window open all day long, but receive emails to alert them, if they click on the email it redirects their current window to a new page related to the email alert.
This feature works fine, but here’s the catch. Go to a page with a radeditor control on, open any dialog box (image, table properties, etc) click cancel and them select a hyperlink i.e. <a href=”default.aspx?menu=22” target=”_self”> to navigate to a new page. You get an empty white screen and if you view source it is <html></html>.
On first load my radeditor is hidden and using ajax the placeholder is set visible (i.e. the scenario that causes forum article “Problem With Image Manager And UpdatePanel” 4/19/2008 11:45:34AM – could do with a forum article id)
Is a bug/limitation or fixable item?
Many thanks Adrian
This one had me on the run for a while; a little drawn out to explain it I'm afraid...
The product I am placing radeditor in is a comprehensive system. One of its existing features (nothing to do with radeditor) is the need for the following 2 lines in the html head tag.
<base target="Agency" />
<script>window.name = "Agency";</script>
Our users typically have our "Agency" IE window open all day long, but receive emails to alert them, if they click on the email it redirects their current window to a new page related to the email alert.
This feature works fine, but here’s the catch. Go to a page with a radeditor control on, open any dialog box (image, table properties, etc) click cancel and them select a hyperlink i.e. <a href=”default.aspx?menu=22” target=”_self”> to navigate to a new page. You get an empty white screen and if you view source it is <html></html>.
On first load my radeditor is hidden and using ajax the placeholder is set visible (i.e. the scenario that causes forum article “Problem With Image Manager And UpdatePanel” 4/19/2008 11:45:34AM – could do with a forum article id)
Is a bug/limitation or fixable item?
Many thanks Adrian