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

        Philip Breau created issue -
        Philip Breau made changes -
        Field Original Value New Value
        Assignee Steve Maryka [ steve.maryka ] Philip Breau [ philip.breau ]
        Philip Breau made changes -
        Fix Version/s 1.3.1 [ 11376 ]
        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
        Philip Breau made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39736 Wed Jan 22 06:54:41 MST 2014 philip.breau MOBI-991
        YUI CSS Compressor breaking View Manager CSS
        - remove css compression
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/CSSUtils.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/build.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/build.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/build.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceResourceTag.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/stylesheet/DeviceStyleSheetRenderer.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: