Ticket #2112 (closed Bug: worksforme)
Can't close the modal template window in Firefox 2.0.0.13/XP
| Reported by: | brian | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Floating Panel | Version: | FCKeditor 2.6 |
| Keywords: | Pending WorksForMe | Cc: |
Description
Fresh install of FCKEditor 2.6 using the following config:
FCKConfig.ToolbarSets["Pukka"] = [ ['Preview','-','Source','FitWindow'], ['Link','Unlink','-','Image','Table','Rule','SpecialChar'], ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Cut','Copy','Paste','PasteText','PasteWord'], ['Bold','Italic','Underline','-','SelectAll','RemoveFormat'], ['Templates','Style','TextColor','BGColor'] ] ;
I click the templates icon which brings up the window properly. I can select one of the three default templates and see it work in the background. When I click the X or cancel, I get the error (pulled from Firebug):
FCK.Selection.Restore is not a function EnsureSelection()fckdialog.html (line 388) Cancel(undefined)fckdialog.html (line 675) onclick(click clientX=0, clientY=0)fckdialog.html (line 1) [Break on this error] FCK.Selection.Restore() ;
I have to reload the page to get the window to go away.
This is my first time using the templates.
Change History
Note: See
TracTickets for help on using
tickets.