Opened 13 years ago
Last modified 13 years ago
#8751 closed Bug
Links is escaped with bbcode!! — at Initial Version
Reported by: | Almog Baku | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce:
- enter to ckeditor with bbcode enabled: http://nightly.ckeditor.com/7364/_samples/bbcode.html
- try to enter link with ampersand like http://dev.ckeditor.com/newticket?type=Bug&bug=fuck-it
- click on "Source"
- See whats happend to the url!!
~Almog
I've also tried to fix it by config:
CKEDITOR.config.forceSimpleAmpersand=true; CKEDITOR.config.basicEntities=false;
and on the instance config too