[TYPO3-core] FYI: TYPO3 and IE7

Michael Stucki michael at typo3.org
Sun Jan 21 04:08:28 CET 2007


Hi Dmitry,

according to your suggestion, here follows a patch RFC.

- michael

Dmitry Dulepov wrote:
> Hi!
> 
> Michael Stucki wrote:
>> IE7 seems to display clickmenu-items in the topframe. I couldn't test 
>> this
>> since I have no IE7 here, but I trust Mads Brunn who provided the fix for
>> me, that this is working.
>>
>> When I wanted to commit it to Trunk, I just discovered that someone
>> (Kasper?) already fixed it there (but why not in TYPO3_4-0?)
> 
> I would do it shorter
> 
>> -        } elseif (strstr($useragent,'MSIE 4') || 
>> strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6'))    {
>> +        } elseif (strstr($useragent,'MSIE 4') || 
>> strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6') || 
>> strstr($useragent,'MSIE 7'))    {
> 
> something like
>     elseif (preg_match('/MSIE [4567]/', $useragent)) {
> 
> 


-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: match_ie.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070121/a0f2b942/attachment.diff 


More information about the TYPO3-team-core mailing list