-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
5.2.5, 5.3-OD-15
-
2
-
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
Initially we assumed this bug was a regression of https://jira.atlassian.com/browse/CONF-16264, but the same error messages are not present though the problem is very similar.
Steps to replicate:
- Export a space to html (choose the default theme)
- Unzip the package
- Check /styles/site.css
The top displays:
/* Could not locate resource: /includes/css/master.css */
/* Could not locate resource: /includes/css/wiki-content.css */
/* Could not locate resource: /includes/css/tabs.css */
/* Could not locate resource: /includes/css/menu.css */
/* Could not locate resource: /includes/css/menu-ie.css */
/* Could not locate resource: /includes/css/tables.css */
/* Could not locate resource: /includes/css/panels.css */
/* Could not locate resource: /includes/css/master-ie.css */
/* Could not locate resource: /includes/css/renderer-macros.css */
/* Could not locate resource: /includes/css/content-types.css */
/* Could not locate resource: /includes/css/information-macros.css */
/* Could not locate resource: /includes/css/layout-macros.css */
mknight@atlassian.com found the following:
It looks like we need the styling information for all of those classes that aren't already in site.css. After some greps I found that aui-message was already present, but none of the others.
So we see that most of the classes are missing
- duplicates
-
CONFSERVER-40907 HTML export on Confluence is missing CSS styling
-
- Gathering Impact
-
- is cloned from
-
CONFSERVER-16264 css includes are missing in html export
-
- Closed
-
- is duplicated by
-
CONFSERVER-40907 HTML export on Confluence is missing CSS styling
-
- Gathering Impact
-
- relates to
-
CONFCLOUD-32082 some css includes are missing in html export
-
- Closed
-
[CONFSERVER-32082] some css includes are missing in html export
Workflow | Original: JAC Bug Workflow v3 [ 2892821 ] | New: CONFSERVER Bug Workflow v4 [ 3001567 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2792397 ] | New: JAC Bug Workflow v3 [ 2892821 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2722224 ] | New: JAC Bug Workflow v2 [ 2792397 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2392485 ] | New: JAC Bug Workflow [ 2722224 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2274270 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2392485 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234900 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2274270 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197810 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234900 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1939260 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197810 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1737798 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1939260 ] |
Description |
Original:
Initially we assumed this bug was a regression of https://jira.atlassian.com/browse/CONF-16264, but the same error messages are not present though the problem is very similar.
{quote} Steps to replicate: # Export a space to html (choose the default theme) # Unzip the package # Check /styles/site.css The top displays: /* Could not locate resource: /includes/css/master.css */ /* Could not locate resource: /includes/css/wiki-content.css */ /* Could not locate resource: /includes/css/tabs.css */ /* Could not locate resource: /includes/css/menu.css */ /* Could not locate resource: /includes/css/menu-ie.css */ /* Could not locate resource: /includes/css/tables.css */ /* Could not locate resource: /includes/css/panels.css */ /* Could not locate resource: /includes/css/master-ie.css */ /* Could not locate resource: /includes/css/renderer-macros.css */ /* Could not locate resource: /includes/css/content-types.css */ /* Could not locate resource: /includes/css/information-macros.css */ /* Could not locate resource: /includes/css/layout-macros.css */ {quote} [~mknight@atlassian.com] found the following: {quote} It looks like we need the styling information for all of those classes that aren't already in site.css. After some greps I found that aui-message was already present, but none of the others. {quote} So we see that most of the classes are missing |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFCLOUD-32082]. {panel} Initially we assumed this bug was a regression of https://jira.atlassian.com/browse/CONF-16264, but the same error messages are not present though the problem is very similar. {quote} Steps to replicate: # Export a space to html (choose the default theme) # Unzip the package # Check /styles/site.css The top displays: /* Could not locate resource: /includes/css/master.css */ /* Could not locate resource: /includes/css/wiki-content.css */ /* Could not locate resource: /includes/css/tabs.css */ /* Could not locate resource: /includes/css/menu.css */ /* Could not locate resource: /includes/css/menu-ie.css */ /* Could not locate resource: /includes/css/tables.css */ /* Could not locate resource: /includes/css/panels.css */ /* Could not locate resource: /includes/css/master-ie.css */ /* Could not locate resource: /includes/css/renderer-macros.css */ /* Could not locate resource: /includes/css/content-types.css */ /* Could not locate resource: /includes/css/information-macros.css */ /* Could not locate resource: /includes/css/layout-macros.css */ {quote} [~mknight@atlassian.com] found the following: {quote} It looks like we need the styling information for all of those classes that aren't already in site.css. After some greps I found that aui-message was already present, but none of the others. {quote} So we see that most of the classes are missing |