spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
815 stars 256 forks source link

Sometimes link is getting wrongly translated. #81

Closed TheHumaneClub closed 11 years ago

TheHumaneClub commented 11 years ago

When I add a long link using the chain icon, tiny MCE stores it as http://../../../remaining_part_of_url. Then of course the URL content is lost. Does anyone know why this could happen?

fred commented 11 years ago

Add this to your TinyMCE initializer:

  relative_urls : false 
TheHumaneClub commented 11 years ago

worked! thank you