Opened 13 years ago
Closed 13 years ago
#8703 closed Bug (invalid)
IE7: CKEditor don't work if in the url there is an anchor with the "/" char.
Reported by: | raffaele.mori | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
When in IE7 I use an anchor in the url that contain the slash char "/" the editor is not displayed.
It's happens only when the editor is initialized by javascript code (with CKEDITOR.replace method), not when the textarea is initialized automatically by class name.
The problem can be verified on your example too: http://nightly.ckeditor.com/7356/_samples/replacebycode.html#/ In this url I added the anchor with only a / char, but it's sufficient that the anchor contain it (like ...#p=a/b/c)
Change History (1)
comment:1 Changed 13 years ago by
Keywords: | IE7 url anchor slash / removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 3.6.2 |
http://192.168.1.100:8080/ckeditor/_samples/replacebycode.html#/
In URL like the above, letters after '#' sign are treated as anchor (http://www.w3.org/TR/html4/struct/links.html#h-12.2.1).[[BR]]
According http://www.w3.org/TR/html4/types.html#h-6.2
The "/" sign in anchor name is invalid thus causing error in IE6 and IE7 which are not as smart as other modern browsers.
Closing the issue as invalid.