NodeBB-Community / nodebb-plugin-composer-redactor

Redactor Composer for NodeBB
GNU General Public License v3.0
38 stars 28 forks source link

Button tooltips #3

Closed APXEOLOG closed 9 years ago

APXEOLOG commented 9 years ago

Hi! There are tootips in the official redactor http://imperavi.com/redactor/ Why don't we have them?

drewdotpro commented 9 years ago

Thank you for your input! =) Redactor is a new addition to the NodeBB package. There is lots more to do. If you're a developer please feel free to add button tooltips and send a pull request.

julianlam commented 9 years ago

It's odd though, I noticed this as well. I thought the tooltips came with the default settings...

philburr commented 9 years ago

The problem with the tooltip is the z-index. nodebb-plugin-composer-default/static/less/composer.less: .composer { z-index: 10000; }

nodebb-plugin-composer-redactor/static/less/redactor.less: .redactor-dropdown { z-index: 1052; }

redactor-modal {

z-index:1053;

}

Redactor styling has quite a few things that end up underneath the composer area because of z-order. It's pretty easy to fix...

drewdotpro commented 9 years ago

Should be sorted in 1.0.5