SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

tool-bar not show #161

Open GavinChiang opened 8 years ago

GavinChiang commented 8 years ago

I am using Rails 4.2.2 and redactor-rails (0.5.0) It originally works, but after I use bootstrap theme, there are many

  • don't know how to fix it

    here is my code

    <%= f.input :body, as: :text, label: 'Content', :input_html => { :class => "redactor",:rows => 10} , id:"body" %>

    the tool bar don't show

    2016-08-21 3 20 33
  • Shwetakale commented 8 years ago

    @GavinChiang Can you please add little more details like bootstrap version, content of your application.js ? It will help to reproduce this issue. I am using rails 4.2.0 and redactor-rails 0.5.0 but with `bootstrap 2`` and it works fine for me.