google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Some CSS url()'s are not rewritten in jquery-ui-theme.css #629

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include jquery-ui css files in your wro <group>
2. Use settings below
3. See jquery.ui.theme.css, and notice that some url()'s are rewritten, 
correctly, but not the following:

This is what is output:
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; 
background: #ffffff/*{bgColorContent}*/ 
url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 
50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; 
color: #222222/*{fcContent}*/; }

What version of the product are you using? On what operating system?
1.6.1

Please provide any additional information below.

    <filter>
      <filter-name>DevelopmentWebResourceOptimizer</filter-name>
      <filter-class>ro.isdc.wro.http.WroFilter</filter-class>
      <init-param>
        <param-name>managerFactoryClassName</param-name>
        <param-value>ro.isdc.wro.extensions.manager.ExtensionsConfigurableWroManagerFactory</param-value>
      </init-param>
      <init-param>
        <param-name>debug</param-name>
        <param-value>true</param-value>
      </init-param>
      <init-param>
        <param-name>disableCache</param-name>
        <param-value>true</param-value>
      </init-param>
      <init-param>
        <param-name>ignoreMissingResources</param-name>
        <param-value>false</param-value>
      </init-param>
      <init-param>
        <param-name>preProcessors</param-name>
        <param-value>cssUrlRewriting,cssImport,semicolonAppender</param-value>
      </init-param>
      <init-param>
        <param-name>postProcessors</param-name>
        <param-value>cssVariables</param-value>
      </init-param>
    </filter>

Original issue reported on code.google.com by dannyjro...@gmail.com on 14 Dec 2012 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 21 Mar 2013 at 9:40

GoogleCodeExporter commented 9 years ago
Could you attach the link to the css resource being processed? Also, it would 
help if you would show the expected output along with the actual one.

Original comment by alex.obj...@gmail.com on 24 Apr 2013 at 9:35

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 22 May 2013 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jun 2013 at 9:50