spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

Can't change the formatting of text copied #109

Closed ducnguyenhuy-agilityio closed 9 years ago

ducnguyenhuy-agilityio commented 9 years ago

With any browser...

I think this is error from CKeditor because I found this https://dev.ckeditor.com/ticket/217. I don't sure which's ckeditor version that this lib is using or it's merged that fix or NOT.

Please suggest me how to fix this.

Thanks.

alepore commented 9 years ago

that ticket is 9 years old and about another products (FCKeditor). this gem just integrate https://github.com/galetahub/ckeditor with spree, ckeditor issue tracker is here: https://dev.ckeditor.com/

ducnguyenhuy-agilityio commented 9 years ago

Could you let me know which's FCK editor version that this gem's using?

Thanks.

alepore commented 9 years ago

see the gem version here https://github.com/spree-contrib/spree_editor/blob/3-0-stable/spree_editor.gemspec#L24 (adjust for your branch) and check the actual CKeditor version here https://github.com/galetahub/ckeditor/blob/master/CHANGES.md

ducnguyenhuy-agilityio commented 9 years ago

I see CK editor new version have fixed a few errors http://ckeditor.com/whatsnew. Could you tell me how to update CK editor version in this gem?