alminium / redmine_redcarpet_formatter

Another Markdown Wiki Formatter for Redmine based on Redcarpet markdown processor.
GNU General Public License v2.0
135 stars 38 forks source link

jstoolbar doesn't show up whit redmine 2.0.3 #10

Closed frankmorris closed 12 years ago

frankmorris commented 12 years ago

jstoolbar doesn't show up whit redmine 2.0.3

so I modify the redmine_redcarpet_formatter/lib/redmine/wiki_formatting/markdown/helper.rb

change var toolbar = new jsToolBar($('#{field_id}'));

to var toolbar = new jsToolBar(document.getElementById('#{field_id}'));

then it wokrs. Please update your code. Thanks, and I love this plugin.

mikoto20000 commented 12 years ago

Thank you for your feedback.

Unfortunately, it seems work on my environment(Redmine 2.0.3).

jstoolbar showed up on wiki and ticket. Which page did you have the problem? And what browser do you use?

frankmorris commented 12 years ago

I have this problem on every wiki toolbar page. It happens on chrome Version 21.0.1180.79, Safari Version 6.0 (8536.25)

mikoto20000 commented 12 years ago

I could not reproduce the problem. But you have the problem in the fact.

I think your propose not affect others.I applied your propose

Thanks.