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
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item2281: IE + TMCE sizing issues with NatEditPlugin
IE Browsers (confirmed on IE6, IE7, IE8) fail to set up TMCE with proper width.
PatternSkin and Foswiki default skin both use style="width: 99%" as an attribute for the #topic textarea.
Somehow
TinyMCE? doesn't manage to get the equivalent setting from
JazzyNoteTheme? CSS.
It's an interaction with TABPANE, because disabling
JQueryPlugin allows TMCE to inherit the proper dimensions from the #topic textarea and it works fine.
The simple fix is
TINYMCEPLUGIN_INIT and add
width : "99%" there, or adjust the
edit.natedit.tmpl to add the style attribute to the textarea.
However this only solves width and not height problems when the browser is resized.
I want to add some JS to edit.js along the lines of what TMCE's autoresize plugin does, but just so that it will keep TMCE's editor sized to fit the browser dimensions at all times.
This is a major usability issue and I have reports from some users that sometimes TMCE's editor window manages to cover save/cancel buttons at the bottom so that they cannot save their work (although I have been unable to replicate; these users are on IE6).
--
PaulHarvey - 23 Oct 2009
Re-opened to work on transition from
NatEdit? back to TMCE resizing issue.
--
PaulHarvey - 01 Nov 2009