Not sure how this happened (might be another module doing it) but all the buttons in the toolbar on the edit screen of a vocabulary have disappeared. This is for any user (even user 1), with the correct permissions (administer taxonomy). Is this a bug in this module? Has anyone else had this happen? I'm running core 7.9 and taxonomy manager 7.x-1.0-beta2 but have also tested with 7.x-1.x-dev and the same thing is happening.

The screenshot shows the page when I'm logged in as admin. Have tried removing the overlay but same thing happens.

CommentFileSizeAuthor
taxonomy_manager.png60.4 KBacbramley
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

acbramley’s picture

Project: Taxonomy Manager » CKEditor 4 - WYSIWYG HTML editor
Version: 7.x-1.0-beta2 » 7.x-1.6

Just discovered this is actually CKEditor's css hiding the toolbar:

ckeditor.css line 51

#edit-toolbar {
display: none;
}

Would patch this to remove it but it must be there for a reason, what's it used for? Can it use more granular ids?

mkesicki’s picture

Status: Active » Fixed

I commited changes to GIT please check latest DEV version and write if this helps or not.

mkesicki’s picture

Priority: Critical » Normal
mkesicki’s picture

Title: All buttons in toolbar under admin/structure/taxonomy_manager/voc/<vocab> are missing » [D7] All buttons in toolbar under admin/structure/taxonomy_manager/voc/<vocab> are missing
acbramley’s picture

Status: Fixed » Closed (fixed)

Yup that fixed it, thanks a lot for the quick reply.