I am using WYSIWYG API dev version with TinyMCE 3. I have tinymce selected for both 'full html' and 'php code' input formats. However, I have different buttons available for each. But it does not respect the different buttons based on the input format; it overrides with one. So, for example, on full html i don't have the 'source code' button available, but on php code i do. I test with a user who has full html by default and they see the same buttons as those configured for php code.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wysiwyg-HEAD.format-profile-theme.patch | 15.27 KB | sun |
| #2 | wysiwyg-HEAD.format-profile.patch | 8.68 KB | sun |
Comments
Comment #1
paulmckibbenI have the same issue with TinyMCE 2 and the latest 6.x-1.x-dev (Nov 17) version of the wysiwyg module. I am currently looking into a workaround and will post another comment if I figure anything out.
Comment #2
sunComment #3
sunCommitted attached patch to all branches.
Comment #4
owen barton commentedStill having problems with this on the latest 6.x branch (which I checked includes this patch) - I have TinyMCE (with different buttons) configured on 2 different input formats, however it always shows the first, even when the node is saved with the second input format and reedited (i.e. this is not just an issue with dynamic JS switching).
Comment #5
sunHm. This might be a browser caching issue?
Comment #6
owen barton commentedActually, turns out I was just looking at the wrong site ;)
Comment #7
emilyf commented@sun
This is working great on the stable 6 release. Thanks!!