[ 
https://jira.nuxeo.com/browse/NXP-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=104238#comment-104238
 ] 

Jean-Marc Orliaguet commented on NXP-7672:
------------------------------------------

The problem is that -webkit-gradient -moz-linear-gradient 
filter:progid:DXImageTransform.Microsoft.gradient are not CSS3 standard 
properties so the flute parser ignores them.

They could be placed in a static .css file.

'linear-gradient' is standard though.

Note that there is a maintained version of flute-1.3 in google code which is 
from 2011 
(http://code.google.com/p/google-web-toolkit/source/browse/tools/lib/w3c/flute/?r=10151)
 

flute-1.3-gg2.jar is the latest version. the one embedded in nuxeo-theme is 
from 2008

could you add flute-1.3-gg2.jar to the repository?


> Handle CSS3 format
> ------------------
>
>                 Key: NXP-7672
>                 URL: https://jira.nuxeo.com/browse/NXP-7672
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>            Reporter: Anahide Tchertchian
>            Assignee: Jean-Marc Orliaguet
>
> For instance, the following change was made for the parsing to pass:
>  /*-- =Buttons */
>  .button, input.button {
>       box-shadow:inset 0px 1px 0px 0px #fff;
> -     background:-webkit-gradient( linear, left top, left bottom, 
> color-stop(0.05, #f5f2f5), color-stop(1, #dfdfdf) );
> -     background:-moz-linear-gradient( center top, #f5f2f5 5%, #dfdfdf 100% );
> -     background: linear-gradient( center top, #f5f2f5 5%, #dfdfdf 100% );
> -     
> filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2f5', 
> endColorstr='#dfdfdf');
>       background-color:#dfdfdf;
>       border-radius:3px;
>       border:1px solid #c6c6c6;

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

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to