Ticket #113 (closed Bug: fixed)
Paste problem with ForcePasteAsPlainText
| Reported by: | angel | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | Cc: |
Description
I'm using FCKEditor and I have noticed that if I set "ForcePasteAsPlainText = true", in fckconfig.js using "SHIFT + Insert" the dialog box is not corectly displayed.
I have used this fix: J=FCKConfig.FullBasePath+'fckdialog.html'; instead of: J=FCKConfig.BasePath+'fckdialog.html'; in editor/js/fckeditorcode_gecko.js and editor/js/fckeditorcode_ie.js
Hope this is usefull and I didn't do something shitty...
Change History
Note: See
TracTickets for help on using
tickets.