-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Seam / JSF UI
-
Tags:
-
Sprint:nxNag Sprint 8.1.1
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)