ICEfaces
  1. ICEfaces
  2. ICE-6155

Missing images included in rime.css

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Beta1
    • Fix Version/s: 2.0-Beta2, 2.0.0
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      ICEfaces ace-showcase sample app. (ossrepo/icefaces2/trunk/icefaces/ace/samples/showcase).

      Description


      The following warning is found in the server console log:

      22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio.gif.
      22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio_selected.gif.
      22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/rail-x.png.
      22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/rail-y.png.

        Activity

        Ted Goddard created issue -
        Hide
        Ted Goddard added a comment -

        This is due to rime.css containing (for example)

                   background-image: url( #

        {resource['org.icefaces.component.sprites/rime/css/radio.gif']}

        ); /** sprite-ref: sprite; */

        When the CSS file is served by JSF, the #

        {resource}

        expression is evaluated on the missing resource.

        Show
        Ted Goddard added a comment - This is due to rime.css containing (for example)            background-image: url( # {resource['org.icefaces.component.sprites/rime/css/radio.gif']} ); /** sprite-ref: sprite; */ When the CSS file is served by JSF, the # {resource} expression is evaluated on the missing resource.
        Ted Goddard made changes -
        Field Original Value New Value
        Assignee Ken Fyten [ ken.fyten ]
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s 2.0-Beta2 [ 10242 ]
        Assignee Priority P1
        Assignee Ken Fyten [ ken.fyten ] Arturo Zambrano [ artzambrano ]
        Ken Fyten made changes -
        Environment ICEfaces ACE ICEfaces ace-showcase sample app. (ossrepo/icefaces2/trunk/icefaces/ace/samples/showcase).
        Salesforce Case []
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #22838 Mon Oct 25 11:56:56 MDT 2010 ken.fyten ICE-6155 - Fix erroneous reference to radio-button images in linkbutton.css file.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/linkbutton/skins/rime/linkbutton.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #22847 Mon Oct 25 14:11:02 MDT 2010 ken.fyten ICE-6155 - Fix a variety of bad resource references, incorrect CSS annotations for sprites, etc. related to broken resource references at runtime.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/sliderentry/skins/rime/slider.css
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/menubutton/MenuButtonMeta.java
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/sliderentry/skins/sam/slider.css
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/linkbutton/LinkButtonMeta.java
        Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/testComponent/TestComponent.java
        Hide
        Ken Fyten added a comment -

        Fixed erroneous references to radio button classes and styles in linkbutton.css. This resolves these two:

        22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
        WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio.gif.
        22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
        WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio_selected.gif.

        Svn revision # 22838.

        Show
        Ken Fyten added a comment - Fixed erroneous references to radio button classes and styles in linkbutton.css. This resolves these two: 22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio.gif. 22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio_selected.gif. Svn revision # 22838.
        Hide
        Ken Fyten added a comment -

        Fixed the remaining broken resource references and incorrect CSS sprite annotation entries.

        Revision # 22847.

        Show
        Ken Fyten added a comment - Fixed the remaining broken resource references and incorrect CSS sprite annotation entries. Revision # 22847.
        Ken Fyten made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Assignee Priority P1
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 2.0.0 [ 10230 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: