You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Stephan Windmüller (JIRA)" <ji...@apache.org> on 2011/03/17 14:08:29 UTC

[jira] Created: (TAP5-1479) Invalid CSS in default.css

Invalid CSS in default.css
--------------------------

                 Key: TAP5-1479
                 URL: https://issues.apache.org/jira/browse/TAP5-1479
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.2.4
            Reporter: Stephan Windmüller
            Priority: Minor


The default.css provided by Tapestry contains the following statement:

-----

DIV.t-palette-controls BUTTON[disabled] IMG {
    filter: alpha(opacity = 25);
    -moz-opacity: .25;
}

-----

This produces a parse error for the W3C CSS validator.

"Parse Error = 25)"

Also it generates warnings when testing Tapestry pages with Selenium2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-1479) Invalid CSS in default.css

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

Howard M. Lewis Ship closed TAP5-1479.
--------------------------------------

    Resolution: Won't Fix
      Assignee: Howard M. Lewis Ship

It is a necessary evil. If you can get Microsoft to backfix proper CSS support into IE7 (or even IE6) I'll take this out :-)

> Invalid CSS in default.css
> --------------------------
>
>                 Key: TAP5-1479
>                 URL: https://issues.apache.org/jira/browse/TAP5-1479
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Stephan Windmüller
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> The default.css provided by Tapestry contains the following statement:
> -----
> DIV.t-palette-controls BUTTON[disabled] IMG {
>     filter: alpha(opacity = 25);
>     -moz-opacity: .25;
> }
> -----
> This produces a parse error for the W3C CSS validator.
> "Parse Error = 25)"
> Also it generates warnings when testing Tapestry pages with Selenium2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1479) Invalid CSS in default.css

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

Howard M. Lewis Ship commented on TAP5-1479:
--------------------------------------------

http://quirksmode.org/css/opacity.html

> Invalid CSS in default.css
> --------------------------
>
>                 Key: TAP5-1479
>                 URL: https://issues.apache.org/jira/browse/TAP5-1479
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Stephan Windmüller
>            Priority: Minor
>
> The default.css provided by Tapestry contains the following statement:
> -----
> DIV.t-palette-controls BUTTON[disabled] IMG {
>     filter: alpha(opacity = 25);
>     -moz-opacity: .25;
> }
> -----
> This produces a parse error for the W3C CSS validator.
> "Parse Error = 25)"
> Also it generates warnings when testing Tapestry pages with Selenium2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1479) Invalid CSS in default.css

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

Howard M. Lewis Ship commented on TAP5-1479:
--------------------------------------------

http://quirksmode.org/css/opacity.html

> Invalid CSS in default.css
> --------------------------
>
>                 Key: TAP5-1479
>                 URL: https://issues.apache.org/jira/browse/TAP5-1479
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Stephan Windmüller
>            Priority: Minor
>
> The default.css provided by Tapestry contains the following statement:
> -----
> DIV.t-palette-controls BUTTON[disabled] IMG {
>     filter: alpha(opacity = 25);
>     -moz-opacity: .25;
> }
> -----
> This produces a parse error for the W3C CSS validator.
> "Parse Error = 25)"
> Also it generates warnings when testing Tapestry pages with Selenium2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-1479) Invalid CSS in default.css

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

Howard M. Lewis Ship closed TAP5-1479.
--------------------------------------

    Resolution: Won't Fix
      Assignee: Howard M. Lewis Ship

It is a necessary evil. If you can get Microsoft to backfix proper CSS support into IE7 (or even IE6) I'll take this out :-)

> Invalid CSS in default.css
> --------------------------
>
>                 Key: TAP5-1479
>                 URL: https://issues.apache.org/jira/browse/TAP5-1479
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Stephan Windmüller
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> The default.css provided by Tapestry contains the following statement:
> -----
> DIV.t-palette-controls BUTTON[disabled] IMG {
>     filter: alpha(opacity = 25);
>     -moz-opacity: .25;
> }
> -----
> This produces a parse error for the W3C CSS validator.
> "Parse Error = 25)"
> Also it generates warnings when testing Tapestry pages with Selenium2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1479) Invalid CSS in default.css

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

Howard M. Lewis Ship commented on TAP5-1479:
--------------------------------------------

Do you have a workaround for alpha transparency that works in IE (at least 7 and up)?  All -moz-opacity is not ancient; simply using opacity works in FF and WebKit browsers, I've found.

> Invalid CSS in default.css
> --------------------------
>
>                 Key: TAP5-1479
>                 URL: https://issues.apache.org/jira/browse/TAP5-1479
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Stephan Windmüller
>            Priority: Minor
>
> The default.css provided by Tapestry contains the following statement:
> -----
> DIV.t-palette-controls BUTTON[disabled] IMG {
>     filter: alpha(opacity = 25);
>     -moz-opacity: .25;
> }
> -----
> This produces a parse error for the W3C CSS validator.
> "Parse Error = 25)"
> Also it generates warnings when testing Tapestry pages with Selenium2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1479) Invalid CSS in default.css

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

Howard M. Lewis Ship commented on TAP5-1479:
--------------------------------------------

Do you have a workaround for alpha transparency that works in IE (at least 7 and up)?  All -moz-opacity is not ancient; simply using opacity works in FF and WebKit browsers, I've found.

> Invalid CSS in default.css
> --------------------------
>
>                 Key: TAP5-1479
>                 URL: https://issues.apache.org/jira/browse/TAP5-1479
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Stephan Windmüller
>            Priority: Minor
>
> The default.css provided by Tapestry contains the following statement:
> -----
> DIV.t-palette-controls BUTTON[disabled] IMG {
>     filter: alpha(opacity = 25);
>     -moz-opacity: .25;
> }
> -----
> This produces a parse error for the W3C CSS validator.
> "Parse Error = 25)"
> Also it generates warnings when testing Tapestry pages with Selenium2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira