ICEmobile
  1. ICEmobile
  2. MOBI-991

YUI CSS Compressor breaking View Manager CSS

    Details

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

      Description

      When the mobi CSS is minified with the YUI Compressor, the following CSS:

      .mobi-vm > div:not(.mobi-vm-header) {
          display: none;
          position: absolute;
          margin: 0;
          padding: 0;
          left: 0;
          top: 45px;
          width: 100%;
      }

      becomes:

      .mobi-vm>div:not (.mobi-vm-header ){
       display: none;
       position: absolute;
       margin: 0;
       padding: 0;
       left: 0;
       top: 45px;
       width: 100%;
      }

      The space after the 'not' causes a parsing error.

        Activity

        Hide
        Philip Breau added a comment -

        Revision: 39736
        Author: philip.breau
        Date: January-22-14 9:54:41 AM
        Message:
        MOBI-991
        YUI CSS Compressor breaking View Manager CSS

        • remove css compression

          Modified : /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/CSSUtils.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/build.xml
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/stylesheet/DeviceStyleSheetRenderer.java
          Modified : /icemobile/trunk/icemobile/jsp/build.xml
          Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceResourceTag.java
          Modified : /icemobile/trunk/icemobile/resources/build.xml

        Show
        Philip Breau added a comment - Revision: 39736 Author: philip.breau Date: January-22-14 9:54:41 AM Message: MOBI-991 YUI CSS Compressor breaking View Manager CSS remove css compression Modified : /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/CSSUtils.java Modified : /icemobile/trunk/icemobile/jsf/components/component/build.xml Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/stylesheet/DeviceStyleSheetRenderer.java Modified : /icemobile/trunk/icemobile/jsp/build.xml Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceResourceTag.java Modified : /icemobile/trunk/icemobile/resources/build.xml

          People

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

            Dates

            • Created:
              Updated:
              Resolved: