Opened 16 years ago
Closed 12 years ago
#2688 closed Bug (wontfix)
fck_paste.html: paste from word fails with ++ in url
Reported by: | Christian Zagrodnick | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
The offending line is 138:
var re = new RegExp( window.location + "#", "g" ) ;
It takes the window location as regexp which is not a good idea.
With an url like http://localhost:8080/++skin++cms/@@/gocept.fckeditor/editor/dialog/fck_paste.html that doesn't work:
invalid quantifier +skin++cms\/@@\/gocept.fckeditor\/editor\/dialog\/fck_paste.html#
A simple string replace would do!
Change History (5)
comment:1 Changed 16 years ago by
Component: | General → UI : Dialogs |
---|---|
Keywords: | Confirmed added |
Version: | FCKeditor 2.6.3 → FCKeditor 2.4 |
comment:2 Changed 15 years ago by
Version: | FCKeditor 2.4 → FCKeditor 2.6.4 |
---|
comment:3 Changed 15 years ago by
Version: | FCKeditor 2.6.4 → FCKeditor 2.4 |
---|
FCKeditor 2.4 is the oldest version in which this bug occur.
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
Still there in 2.6.4