wp-front-end-editor icon indicating copy to clipboard operation
wp-front-end-editor copied to clipboard

Tools popup always overlay selected text

Open lmartins opened this issue 10 years ago • 6 comments

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.

lmartins avatar Dec 19 '14 20:12 lmartins

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

christianwach avatar Dec 19 '14 22:12 christianwach

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.

lmartins avatar Dec 19 '14 22:12 lmartins

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...

christianwach avatar Dec 19 '14 22:12 christianwach

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.

lmartins avatar Dec 19 '14 23:12 lmartins

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

christianwach avatar Dec 19 '14 23:12 christianwach

Is this still an issue?

ellatrix avatar Aug 11 '16 20:08 ellatrix