Index: typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php =================================================================== --- typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (révision 10454) +++ typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail) @@ -61,6 +61,7 @@ 'system' => array( 'disallowed' => array( 'iOS', + 'android', ), ), ), @@ -68,6 +69,12 @@ 'opera' => array ( array ( 'version' => 9.62, + 'system' => array( + 'disallowed' => array( + 'iOS', + 'android', + ), + ), ), ) );