Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-1.x-dev
Component:
Wysiwyg Editor
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2008 at 13:47 UTC
Updated:
24 Jul 2008 at 15:30 UTC
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
Comment #1
sunIf 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
Comment #2
zmove commentedHi,
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.