Skip to content

Commit

Permalink
Item2281: Trigger TinyMCE resize in transition from NatEdit back to W…
Browse files Browse the repository at this point in the history
…YSIWYG

git-svn-id: http://svn.foswiki.org/trunk@5416 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Nov 2, 2009
1 parent 3f536c0 commit c3b70d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NatEditPlugin/data/System/NatEditPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Sponsored by [[http://www.trivadis.com][Trivadis AG]]
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | |
| 02 Nov 2009 | Foswikitask:Item2281: attempt to make <nop>TinyMCE resize \
automatically as <nop>NatEdit does |
| 14 Sep 2009 | yet another attempt to support <nop>TinyMCEPlugin; \
don't take over raw edit automatically; \
added <nop>PatternSkin css fixes for edit dialogs |
Expand Down
2 changes: 1 addition & 1 deletion NatEditPlugin/pub/System/NatEditPlugin/edit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified NatEditPlugin/pub/System/NatEditPlugin/edit.js.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function fixHeightOfPane () { }
$(".natEditToolBar").hide();
$("#wysiwyg").hide();
oldSwitchToWYSIWYG(inst);
$(window).trigger('resize.natedit');
};

var oldSwitchToRaw = FoswikiTiny.switchToRaw;
Expand Down
Binary file modified NatEditPlugin/pub/System/NatEditPlugin/jquery.natedit.js.gz
Binary file not shown.

0 comments on commit c3b70d8

Please sign in to comment.