Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-18419

Place all CSS resources first on the home page

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 7.10
    • Fix Version/s: 7.10-HF01, 8.1
    • Component/s: Seam / JSF UI
    • Tags:
    • Sprint:
      nxNag Sprint 8.1.1

      Description

      The home page shows a CSS resource last in the head tag:

      <head id="pageHead">
      
        <link type="text/css" rel="stylesheet" href="/nuxeo/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.5.0.Alpha3/PackedCompressed/DEFAULT/org.richfaces.css/skinning.css">
        <link type="text/css" rel="stylesheet" href="/nuxeo/wro/api/v1/resource/page/userCenter/default.css?flavor=default">
      
        <title>
          Nuxeo Platform - Home
        </title>
      
        <base href="http://localhost:8080/nuxeo/">
        <meta charset="utf-8">
        <link rel="icon" type="image/png" href="/nuxeo/icons/favicon.png">
        <link rel="shortcut icon" type="image/x-icon" href="/nuxeo/icons/favicon.ico">
        <link type="text/css" rel="stylesheet" href="/nuxeo/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.5.0.Alpha3/PackedCompressed/DEFAULT/packed/packed.css">
      
      </head>
      

      The packed.css resource should be relocated first (see NXP-18117)

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: