ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Tools popup always overlay selected text #208

Open lmartins opened 9 years ago

lmartins commented 9 years ago

When you select a word or phrase the tools mini-pop is placed in front of the selected text instead of above, preventing the user from viewing the changes that are being made.

What a brilliant plugin btw.

christianwach commented 9 years ago

@lmartins This may be particular to your theme - have you tried other themes to check if this is the case for all of them?

lmartins commented 9 years ago

I've tried a few of my themes, but they do share most of it's codebase. I'll try the default themes and report back here once I confirm that. Thank you for the support.

christianwach commented 9 years ago

I've had issues with themes that apply box-sizing: border-box because WP Editor versions of TinyMCE assume box-sizing: content-box by default. Worth checking...

lmartins commented 9 years ago

Well, that's most likely the cause then because I use border-boxeverywhere. I'll investigate if I can find a workaround and post it here.

christianwach commented 9 years ago

@lmartins Nice one - that would be very helpful for many theme devs I suspect.

ellatrix commented 8 years ago

Is this still an issue?