Modify

Ticket #13905 (new defect)

Opened 20 months ago

Last modified 15 months ago

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

comment:1 Changed 15 months ago by mattlevine

  • Owner blueriver deleted
  • Component changed from v5 to General
View

Add a comment

Modify Ticket

Action
as new
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.