You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/05/04 23:21:02 UTC

[jira] Moved: (TAP5-1128) A space is added to a HTML start comment sequence making it impossible to add IE conditional comments

     [ https://issues.apache.org/jira/browse/TAP5-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship moved TAPESTRY-2503 to TAP5-1128:
------------------------------------------------------

              Project: Tapestry 5  (was: Tapestry)
                  Key: TAP5-1128  (was: TAPESTRY-2503)
    Affects Version/s:     (was: 5.0.13)
          Component/s: tapestry-core
                           (was: Framework)

> A space is added to a HTML start comment sequence making it impossible to add IE conditional comments 
> ------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1128
>                 URL: https://issues.apache.org/jira/browse/TAP5-1128
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>            Reporter: Martijn Brinkers
>            Assignee: Howard M. Lewis Ship
>
> I tried to add an Internet Explorer conditional style to solve some rendering differences between IE and FF. To way to add conditional comments is by using the following syntax
> <!--[if IE]>
> Special instructions for IE here
> <![endif]-->
> The problem is that Tapestry adds a space between <!-- and [if IE] 
> example: <!--[if IE]> becomes <!-- [if IE]>  (note the added space)
> IE only accepts the conditional comment if there is no space between <!-- and [if IE] 
>  

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