[TYPO3-core] RFC #15230: Bug/Feature: Core only is able to load one specific IE6 CSS file

Susanne Moog info at susannemoog.de
Sat Oct 9 08:17:24 CEST 2010


On 09.10.2010 00:30, Steffen Kamper wrote:
> Hi,
> 
> +1 by reading and testing.
> The comment: //make sure we match IE6 but not Opera or IE7
> i don't see this in code, wronng comment or missing code?

Comment is correct as the test is like:

<pseudo>
if userAgent IE6==true && userAgent Opera === false && userAgent MSIE 7
== false
</pseudo>

because both Opera and MSIE contain the IE6 string but should not be
matched here...

susanne


More information about the TYPO3-team-core mailing list