Opened 10 years ago
Closed 10 years ago
#187 closed Bug (fixed)
fckeditor.cfc doesn't set imageUpload variables
| Reported by: | rickroot@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | Server : ColdFusion | Version: | FCKeditor 2.3.2 |
| Keywords: | SF | Cc: |
Description
The fckeditor.cfc implementation seems to be missing the following line of code, which I inserted at line 199 of version 2.3.2:
lConfigKeys = lConfigKeys & ",ImageUpload,ImageUploadURL,ImageUploadWindowWidth,ImageUploadWindowHeight ,ImageUploadAllowedExtensions,ImageUploadDeniedExtensions";
Without this line, I'm unable to customize the quick upload features within FCKeditor.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1590851&group_id=75348&atid=543653
Change History (4)
comment:1 Changed 10 years ago by fredck
- Reporter changed from fredck to rickroot@…
comment:2 Changed 10 years ago by fredck
- Milestone set to FCKeditor 2.4.3
comment:3 Changed 10 years ago by fredck
comment:4 Changed 10 years ago by alfonsoml
- Resolution set to fixed
- Status changed from new to closed
Fixed with [346]
List of configuration options that I've added:
DisableEnterKeyHandler ToolbarComboPreviewCSS AllowQueryStringDebug PreloadImages ProcessNumericEntities AdditionalNumericEntities ForceStrongEm AutoDetectPasteFromWord SourcePopup IgnoreEmptyParagraphValue PreserveSessionOnFileBrowser FloatingPanelsZIndex TemplateReplaceAll TemplateReplaceCheckbox ToolbarLocation EnterMode ShiftEnterMode Keystrokes BrowserContextMenuOnCtrl TemplatesXmlPath SpellerPagesServerScript FirefoxSpellChecker DisableObjectResizing DisableFFTableHandles LinkDlgHideTarget LinkDlgHideAdvanced ImageDlgHideLink ImageDlgHideAdvanced FlashDlgHideAdvanced ProtectedTags BodyId BodyClass DefaultLinkTarget CleanWordKeepsStructure FlashBrowser FlashBrowserURL FlashBrowserWindowWidth FlashBrowserWindowHeight ImageUpload ImageUploadURL ImageUploadAllowedExtensions ImageUploadDeniedExtensions FlashUpload FlashUploadURL FlashUploadAllowedExtensions FlashUploadDeniedExtensions
And I've removed these ones
EnableXHTML EnableSourceXHTML UseBROnCarriageReturn
Note: See
TracTickets for help on using
tickets.

We need to check all missing configs when implementing it.