ICEfaces
  1. ICEfaces
  2. ICE-2350

The <ice:selectInputDate /> cal_button.gif and cal_off.gif images are not being displayed in Liferay on FireFox

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7DR#2
    • Fix Version/s: 1.7DR#3, 1.7
    • Component/s: None
    • Labels:
      None
    • Environment:
      Liferay 4.3.3 / Tomcat 6.0.13

      Description

      There are two reasons why this bug is happening:

      1. The cal_button.gif and cal_off.gif files mentioned in the xp-portlet.css file are not downloading right, which is part of a larger issue described in ICE-2349

      2. The CSS rendering weight algorithm in Firefox is applying a Liferay theme style after the ICEfaces iceSelInpDateOpenPopup and iceSelInpDateClosePopup styles. In order to force the rendering weight of the ICEfaces styles, we need to append "input." in front of the ICEfaces style names in CSS. For example:

      Instead of this in xp-portlet.css:
         .iceSelInpDateOpenPopup {
         }
         .iceSelInpDateClosePopup {
         }

      We need to do this:
         input.iceSelInpDateOpenPopup {
         }
         input.iceSelInpDateClosePopup {
         }

      Along with fixing ICE-2349, this will fix the problem.


        Activity

        Neil Griffin created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Fix Version/s 1.7DR#3 [ 10112 ]
        Assignee Yip Ng [ yip.ng ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15197 Wed Nov 14 16:44:44 MST 2007 yip.ng ICE-2349
        ICE-2350
        Removed quotes and "./" from image url.
        Prepended "input" to iceSelInpDateOpenPopup and iceSelInpDateClosePopup classes.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp-portlet.css
        Hide
        yip.ng added a comment -

        Screenshot showing testing changes for cal_button.gif

        Show
        yip.ng added a comment - Screenshot showing testing changes for cal_button.gif
        yip.ng made changes -
        Attachment screenshot-1.jpg [ 10735 ]
        Hide
        yip.ng added a comment -

        Screenshot showing testing changes for cal_off.gif.

        Show
        yip.ng added a comment - Screenshot showing testing changes for cal_off.gif.
        yip.ng made changes -
        Attachment screenshot-2.jpg [ 10736 ]
        yip.ng made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 1.7 [ 10080 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Yip Ng [ yip.ng ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Neil Griffin
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: