Actions
Bug #20106
closedGet rid of browser version dependent t3lib_div::clientInfo()
Start date:
2009-02-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_div::clientInfo() uses hardcoded version numers for browser detection.
This blocks IE8 as only IE 4-7 is accepted.
Furthermore remove same detection for Mozilla/(4|5), if there might be a Mozilla/6 one day.
Conditions will also match without version number.
This is responsible for #20105
(issue imported from #M10567)
Files
Updated by Steffen Gebert over 15 years ago
Comitted to 4.0, 4.1, 4.2, trunk (rev 5250-5253) by benni
Updated by Ingo Renner over 15 years ago
fixed in 4.0.13, 4.1.11, 4.2.7, 4.3.0alpha3
Actions