IE problem from the Kickstarter generated code
I've just ran into a problem with a backend module generated with the Kickstarter extension in Typo3 4.2.9.
There is a form tag created by default on line 104
// Draw the form
$this->doc->form = '<form action="" method="post" enctype="multipart/form-data">';
This caused the divs to be rendered inside the form instead the other way around. And IE couldn't scroll the content anymore. I've removed it and everything works now.

Post new comment