Modify ↓
Ticket #13905 (new defect)
Preview does not work in firefox from site manager
| Reported by: | patrickb@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | General |
| Version: | 5.2 | Keywords: | |
| Cc: | Time planned: | 1d | |
| Time remaining: | 1d | Time spent: | 1d |
Description
For some reason
FCKeditor_OnComplete does not fire in firefox 3
see: /www/admin/view/vArchitecture/form/dsp_tab_basic.cfm
My fix was to add a window.onload function instead
window.onload = function()
{
<cfif attributes.preview eq 1>
preview(.................
</cfif>
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
