You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/08/05 16:50:44 UTC

[jira] Created: (TAPESTRY-2553) Tapestry should have support for IE conditional stylesheets

Tapestry should have support for IE conditional stylesheets
-----------------------------------------------------------

                 Key: TAPESTRY-2553
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2553
             Project: Tapestry
          Issue Type: New Feature
    Affects Versions: 5.0.13
            Reporter: Howard M. Lewis Ship
            Priority: Minor
             Fix For: 5.1


>From the mailing list:

hi,


In my web application are different css for IE6 and IE7.


<link rel="stylesheet" media="screen, projection"
href='${asset:context:css/main.css}' />
<!--[if IE 7]>
<link rel="stylesheet" media="screen, projection"
href='${asset:context:css/ie7.css}'" />
<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" media="screen, projection"
href='${asset:context:css/ie6.css}'" />
<![endif]-->



But IF IE7 and If IE6 are ordinary html comments, thats only browser
understands.


But Tapestry does not.


Becouse of tapestry wants ${asset:context:css/main.css} to include css file,
i have no chance to include ie7.css or ie6.css.





Seems like something on RenderSupport could support this, much as we support media types.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-56) Tapestry should have support for IE conditional stylesheets

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-56:
-------------------------------------

    Issue Type: New Feature  (was: Bug)

> Tapestry should have support for IE conditional stylesheets
> -----------------------------------------------------------
>
>                 Key: TAP5-56
>                 URL: https://issues.apache.org/jira/browse/TAP5-56
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> From the mailing list:
> hi,
> In my web application are different css for IE6 and IE7.
> <link rel="stylesheet" media="screen, projection"
> href='${asset:context:css/main.css}' />
> <!--[if IE 7]>
> <link rel="stylesheet" media="screen, projection"
> href='${asset:context:css/ie7.css}'" />
> <![endif]-->
> <!--[if lte IE 6]>
> <link rel="stylesheet" media="screen, projection"
> href='${asset:context:css/ie6.css}'" />
> <![endif]-->
> But IF IE7 and If IE6 are ordinary html comments, thats only browser
> understands.
> But Tapestry does not.
> Becouse of tapestry wants ${asset:context:css/main.css} to include css file,
> i have no chance to include ie7.css or ie6.css.
> Seems like something on RenderSupport could support this, much as we support media types.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org