taqueci / redmine_wysiwyg_editor

Redmine WYSIWYG Editor plugin
GNU General Public License v2.0
115 stars 27 forks source link

Textile tab gets hidden #40

Closed lauer closed 5 years ago

lauer commented 5 years ago

When switching back to textile editor, the tab-bar is still hidden.

textile_tab_hidden

The problem is a simple CSS issue.

In app/views/redmine_wysiwyg_editor/_redmine_wysiwyg_editor_partial.html.erb

#content .jstBlock .jstTabs.tabs {
    width: 100%;
    height: auto;  /* Remove this line */ 
}

Patch textile_show_tab.txt

taqueci commented 5 years ago

Hi @lauer

Thank you for your reporting. The bug has been fixed.