[TYPO3-core] FYI: TYPO3 and IE7

Michael Stucki michael at typo3.org
Tue Jan 23 10:54:50 CET 2007


Alright, committed to Trunk only.

- michael

Michael Stucki wrote:

> 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/


More information about the TYPO3-team-core mailing list