@denl: A possible hotfix for you would be to add the following lines of code to kses.php e.g. at line 241:
'input' => array(
'id' => true,
'name' => true,
'type' => false,
'class' => true,
'value' => true,
),
But I would not recommend doing this. This adds the ‘input’ element to the list of $allowedposttags. It will work afterwords, but I have not checked, what impacts it also may have. A better solution for you would be, to stay with or upgrade to 4.2.2 and wait for a proper fix of this.