Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE 1.3.0.GA_P01
    • Fix Version/s: 1.3.1
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      n/a

      Description

      The CSSURLMapper used to parse the CSS and convert relative resource paths to JSF resource paths has several parsing errors and will output some invalid URLs.

      @font-face {
        font-family: 'FontAwesome';
        src: url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.eot']}');
        src: url('#{resource['org.icefaces.component.skins']}') format('embedded-opentype'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.woff']}') format('woff'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.ttf']}') format('truetype'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.svg']}') format('svg');
        font-weight: normal;
        font-style: normal;
      }

        Activity

        Philip Breau created issue -
        Philip Breau made changes -
        Field Original Value New Value
        Description The CSSURLMapper used to parse the CSS and convert relative resource paths to JSF resource paths has several parsing errors and will output some invalid URLs. The CSSURLMapper used to parse the CSS and convert relative resource paths to JSF resource paths has several parsing errors and will output some invalid URLs.

        @font-face {
          font-family: 'FontAwesome';
          src: url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.eot']}');
          src: url('#{resource['org.icefaces.component.skins']}') format('embedded-opentype'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.woff']}') format('woff'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.ttf']}') format('truetype'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.svg']}') format('svg');
          font-weight: normal;
          font-style: normal;
        }
        Philip Breau made changes -
        Assignee Steve Maryka [ steve.maryka ] Philip Breau [ philip.breau ]
        Philip Breau made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 1.3.1 [ 11376 ]
        Resolution Fixed [ 1 ]

          People

          • Assignee:
            Philip Breau
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: