stpl / redmine_wysiwyg

Redmine plugin that allows changing textile/default editor to wysiwyg.
10 stars 4 forks source link

Redmine 2.6 on New Issue screen editor is not working #7

Open possebon opened 9 years ago

possebon commented 9 years ago

Hi,

I installed the plugin, in other pages, the CKEditor works fine. Only at new Issue page it does not work, it does not display correctly.

See the screenshot at: http://i.imgur.com/fz9mWsK.png

Any clue?

fenglc commented 9 years ago

I have the same problem...

prabaharan-dot commented 8 years ago

I too have this problem

prabaharan-dot commented 8 years ago

I found the solution. It may cause some issues. The problem is jquery/js search for preview button which is not available in your page(in the screenshot you have attached)

  1. open this file: $REDMINE_ROOT/plugins/redmine_wysiwyg/lib/redmine_wysiwyg/wiki_formatting/helper.rb
  2. Put comment this line: if (a.attr("onclick").indexOf("preview") >= 0) a.hide();
  3. Restart the redmine