FriendsOfTYPO3 / rtehtmlarea

Further maintenance of the HTMLArea RTE, previously part of the TYPO3 Core
https://typo3.org/
GNU General Public License v2.0
9 stars 19 forks source link

[BUGFIX] Remove deprecated code #11

Closed susannemoog closed 3 years ago

susannemoog commented 6 years ago

ClientUtility::getVersion() && ClientUtility::getBrowserInfo() are deprecated in TYPO3 and should not be used anymore. In rtehtmlarea the client information was used to distinguish old Internet Explorer Versions from other browsers when setting width. Modern Internet Explorer versions support it the same way other browsers did and the distinction is therefor not necessary anymore.