Actions
Bug #19744
closedRTE in section is rendered wrong
Start date:
2008-12-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you have rte in a section, it's rendered correct first time. After saving and reopen it's rendered wrong, see screenshot
How to reproduce:- Try attached demoextension, add a section on first tab.
- collapse section and save
- expand section
(issue imported from #M10019)
Files
Updated by Steffen Kamper almost 16 years ago
after analyse the HTML output the bug seems to be in RTE
For example:
The wrapperDiv (<div id="editorWrapdata[tt_content...) sets height to 380px
The iframe has height of 378px which is too much
should be 380px - toolbar height - status bar height
So there is a problem in calculating if they are invisible by collapsed section
Updated by Dmitry Dulepov almost 16 years ago
Works ok in my FireFox. It must be a browser–specific issue.
Updated by Stanislas Rolland over 15 years ago
Fixed in SVN TYPO3core trunk (revision 5053).
Actions