DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2009-08-21 09:12:20

bircha
New member

Conditional comments issue, IEtester0.35 / IE8.0.7100 / Windows7RC1

It seems that conditional comments do not work properly on IEtester 0.35 on IE 8.0.7100 on Windows 7 RC1 (32 bit).

I have the following setup for conditional stylesheets:

    <!--[if IE 8]>
        <link type="text/css" rel="stylesheet" media="screen, projection, tv" href="css/ie8.css" />
    <![endif]-->   
    <!--[if lte IE 7]>
        <link type="text/css" rel="stylesheet" media="screen, projection, tv" href="css/ie7.css" />
    <![endif]-->
    <!--[if lte IE 6]>
        <link type="text/css" rel="stylesheet" media="screen, projection, tv" href="css/ie6.css" />
    <![endif]-->

Styles in the ie8.css file are passed down to all IE versions in IEtester but styles in ie7.css or ie6.css do not work at all.

The test page http://www.my-debugbar.com/ietester/index_all.php shows that Conditional Comments are IE8.



Thanks and keep up the good work! This is a valuable tool!!!

Last edited by bircha (2009-08-21 09:16:38)

Offline

 

#2 2009-08-21 11:08:23

fabrice
DebugBar Support

Re: Conditional comments issue, IEtester0.35 / IE8.0.7100 / Windows7RC1

Hi,

This may be due to caching. You can try to refresh each page to see it's changing.
See this thread for more information :

http://www.my-debugbar.com/forum/t282-User-Agents.html

Offline

 

#3 2009-08-21 13:18:14

bircha
New member

Re: Conditional comments issue, IEtester0.35 / IE8.0.7100 / Windows7RC1

No it is not about the cache. Refreshing doesn't help and even if the first tab opened after staring IEtester is IE6 or IE7 they still get the IE8 styles.

Offline

 

#4 2009-08-21 13:25:11

fabrice
DebugBar Support

Re: Conditional comments issue, IEtester0.35 / IE8.0.7100 / Windows7RC1

Can you provide your URL please ?

Do you have the problem on your specific url ?

Offline

 

#5 2009-08-23 06:52:53

bircha
New member

Re: Conditional comments issue, IEtester0.35 / IE8.0.7100 / Windows7RC1

I am doing development locally on an Apache server (WAMP package) so I don't have anything online at the moment.

The local URLs are something like http://test/index.html for example.

Offline