Hi again,

I create another issue to request a profile weight notion for wysiwyg editors. It's an old issue with tinyMCE that is very annoying.

As user can have several roles and you can config different editors for different roles, when a user match several tinyMCE profiles, the first result is used to set the editor which is not always the editor you want to apply.

Is there a possibility to see that implemented on wysiwyg ?

Comments

sun’s picture

Status: Active » Closed (duplicate)

If you had studied the code or the changelog, you would have seen that Wysiwyg Editor tries to circumvent this by automatically selecting the profile with the highest number of enabled buttons. So for 90% of all cases, this issue has already been fixed.

Aside from that, certain buttons only work with certain input formats. Hence, I'm marking this duplicate of #253600: Attach client-side editors to input format enabled textareas only

zmove’s picture

Hi,

Ah ok, I didn't look at the code, but it seems to be a viable way to resolve the problem. Thank you for the answer.