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

Issue #36 - Fixed the editor css overflow in the product description page. #37

Closed robertmassaioli closed 11 years ago

robertmassaioli commented 11 years ago

Important: I have raised this PR against 1-3-stable. You may want to merge it into master as well.

In this change I also fixed the larger problem of people not realising that they have the power to configure tinymce.

I have also removed the width field because it automatically sets itself to the width of the text area that it is replacing. This is a really good default and should be the one that we use. People can customise this later if they choose to.

Please see here for more information.

JDutil commented 11 years ago

Thanks @robertmassaioli I've merged with master and 1-3-stable.