Actions
Bug #22533
closedMatch TS browser condition with all delivered browsers
Start date:
2010-04-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
after having #22511 in core some browsers like chrome have 3 infos in UA:
[webkit] => 532.5
[chrome] => 4.1
[safari] => 532.5
current condition [browser=chrome] doesn't match as safari is the last browser info delivered.
But the info is in "all" array of $browserInfo.
So simply use the all array for compare and [browser=chrome] will work.
Even something like [browser=webkit] works, which allows adding special css for webkit browsers.
(issue imported from #M14230)
Files
Actions