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.

        People

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

          Dates

          • Created:
            Updated:
            Resolved: