NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item9952: Bold & italics buttons aren't working with WysiwygPlugin
Okay, so this isn't a show-stopper for everybody, but I set to Urgent because it's very high visibility bug - users expect their formatting button state to reflect the formatting of the text the cursor is in.
There seems to be a problem with TinyMCE's
legacyoutput plugin (again) which allows
<b> and
<i> tags to continue working.
Steps to reproduce:
- Set text to bold or italics. Re-positioning the cursor onto and away from the changed text shows the buttons correctly change their state. DOM inspector shows that bold and italics buttons have set
<b> and <i> tags.
- Switch to raw, and back to wysiwyg
- DOM inspector shows these as
<strong> and <em> tags, and TinyMCE bold/italics buttons refuse to change state.
--
PaulHarvey - 04 Nov 2010
Confirmed. Disabling
legacyoutput fixes this problem (but would create others).
--
PaulHarvey - 04 Nov 2010
Existing bug is sf.net
3036896
--
PaulHarvey - 04 Nov 2010
Issued a pull request. We have patched this locally, in trunk. Next update will require us to remember to re-patch. Updating
TinyMCEPlugin with this note, but hopefully moxiecode accept the pull request soon.
--
PaulHarvey - 04 Nov 2010
I assume the actions for 1.1.2 are done now that I have merged over all to Release01x01 from trunk.
Putting in
WaitingForRelease
--
KennethLavrsen - 09 Nov 2010