Actions
Bug #17810
closedconvertTextareasResizable causes JS errors in IE
Start date:
2010-06-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The JS function convertTextareasResizable of tceforms.js causes JS errors in all version of IE. The reason seems to be a value "NaNpx" that is handed over to the height property of an element.
I have not yet been able to track down the ExtJS bug that causes this behaviour, but the errors are gone as soon as the part that responds to TYPO3.settings.textareaFlexible is commented out.
IMHO the reason must be a bug in ExtJS, since a value of "NaN" should never be extended with "px". There have been know bugs in the ExtJS function addUnits - but it seems they are fixed now so they can't be the reason anymore.
(issue imported from #M14577)
Files
Actions