Opened 11 years ago
Closed 11 years ago
#11193 closed Bug (expired)
Double Quotes added when links added
Reported by: | krug | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.2 |
Keywords: | Cc: |
Description
I have added links in my rich text box but when I reload the page the links have an extra set of double quotes. If the data is saved again another set of quotes will be added.
I have pased below an example of what happens to the text in the ckeditor field. I am running version 3.6.2 (.Net version).
<a href="""""""""""""""""""http://www.apple.com/quicktime/download/index.html""""""""""""""""""">QuickTime</a>
I am trying not to upgrade the version to 3.6.5 or anything above 3.6.2.
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
I started removing CKEditor and using another rich text box that does not add the extra quotes. If anyone knows why it does this please let me know.
comment:3 Changed 11 years ago by
Status: | new → pending |
---|
I have added links in my rich text box but when I reload the page the links have an extra set of double quotes.
What do you mean by reloading the page? In editor freshly downloaded from our page, without any application logic, when you reload the page the initial content is inserted. I assume that you are saving your data into DB and then load ist back to your page. If that is the case then you should check your application as this doesn't happen in editor by default.
- Are you able to reproduce this problem in clean CKEditor ASP.NET used without your application?
- Please describe exactly how you are using editor. Is it used in update panel for example, how this data is saved etc.
- If possible please provide reduced test case file that shows this problem. What I mean by that is reduced aspx or HTML file(s) that can be put into CKEditor samples folder and will show this issue.
NOTE: You have written you are using CKEditor for ASP.NET 3.6.4. Please bear in mind that you can update client side version to CKEditor 3.6.6 or even latest 4.3. Download CKEditor 3.6.4 for ASP.NET, unpack, go to your-ckeditor-aspnet-3.6.4-folder\_Samples and delete \ckeditor\ directory. Download FULL package for CKEditor 4.3 (or package for CKEditor 3.6.6) and extract it to \ckeditor\ directory. Next copy \ckeditor\ directory to your-ckeditor-aspnet-3.6.4-folder\_Samples.
In CKEditor 4.1 we have introduced ACF. You can read about it here: http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1 http://ckeditor.com/blog/CKEditor-4.1-RC-Released http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent If you plan to use content filter please note that CKEditor for ASP.NET 4.x is still under construction and to change ACF settings you would have to use config.js as it can’t be done from control level.
comment:4 Changed 11 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
I tested using version 3.6.4 (.Net) and it still adds the quotes to my links.