unstable Frameless skins in RoboHelp 2020.6.76
I am working with RH 2020.6.76 on Windows 10, and keep the source files in SharePoint. I have recently started having trouble with the stability of the skin templates/editor, and with the generation of outputs.
Example of the instability of the skin editor:
- change the font color of an element such as Topic Page > Breadcrumb > Label - it changed at first, but after moving off and coming back to that element it was unchanged even though the color change still showed in the Font Color box.
This is just one example, and happens frequently on most of the elements I have changed in the original Studio skin.
Output generation issues:
The frameless output generation is producing blank pages for both the index.htm and the First_Topic.htm files, which makes the help system inaccessible. I had everything working correctly, managed to publish a working output, and then checked the files in to SharePoint. When I next connected to the SharePoint files and re-generated the output, neither the index.htm or First_Topic.htm files contained the expected content. See atached files for comparison.
The following is the content of the index.htm file prior to check-in to SharePoint:
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, user-scalable=yes"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="version" content="2020.0.0"/>
<title>
Trustwave Fusion Help
</title>
<link rel="StyleSheet" href="template/Test_Frameless/layout.css" type="text/css"/>
<link rel="StyleSheet" href="template/Test_Frameless/userstyles.css" type="text/css"/>
<script type="text/javascript">//<![CDATA[
gRootRelPath = ".";
gCommonRootRelPath = ".";
//]]></script>
</head>
<body class="rh-BODY-wrapper">
<div class="cookie-widget-holder" id="cookie-status-widget-holder"></div>
<div class="RH-LAYOUT-HOMEPAGE-TITLEBAR-skip-content-container" id="skip-to-content"></div>
<header role="banner" class="RH-LAYOUT-HOMEPAGE-TITLEBAR-container">
<div class="RH-LAYOUT-HOMEPAGE-TITLEBAR-title-bar">
<div class="RH-LAYOUT-HOMEPAGE-TITLEBAR-logo" id="logo-holder"></div>
<div id="project_title" class="RH-LAYOUT-HOMEPAGE-TITLEBAR-title"></div>
<div class="rh-layout-HOMEPAGE-titlebar-right-box">
<div class="RH-LAYOUT-HOMEPAGE-HEADERMENU-container" id="header-menu"></div>
<div class="RH-LAYOUT-HOMEPAGE-TITLEBAR-toolbar-box" id="rh-toolbar"></div>
<div class="RH-LAYOUT-HOMEPAGE-SIDEBAR-container rh-layout-overlay" id="rh-rightpanel"></div>
</div>
</div>
<div id="homepage_intro_tiles" class="RH-LAYOUT-HOMEPAGE-TITLEBAR-homepage-intro-tiles"></div>
<div id="search_with_help_homepage" class="rh-layout-homepage-titlebar-search-with-help-homepage"></div>
<div class="rh-layout-selectdetails" id="rh-selectdetails"></div>
</header>
<main class="rh-main-class" role="main">
<div class="rh-layout-homepage-searchresults-searchresultpop" id="RH-LAYOUT-HOMEPAGE-searchresultpop"></div>
<section class="RH-LAYOUT-HOMEPAGE-TOC-container" id="RH-LAYOUT-HOMEPAGE-TOCTILES"></section>
<article data-region="topic" class="RH-LAYOUT-HOMEPAGE-TOPICAREA-container RH-LAYOUT-CENTERPANEL-topic-box"></article>
<div id="rh-homepage"></div>
</main>
<footer role="contentinfo" class="RH-LAYOUT-HOMEPAGE-FOOTER-container" id="rh-footer"></footer>
<script type="text/javascript" src="template/scripts/homepage.js" charset="utf-8"></script>
<script src="whxdata/layoutconfig.js"></script>
<link rel="StyleSheet" href="template/Test_Frameless/font.css" type="text/css"/>
</body></html>
The following is the index.htm generated after I'd checked-in to SharePoint:
?xml version="1.0" encoding="utf-8" ?
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>
For now, if anyone could provide insight as to the output generation issue, that would at least let me see what the outputs look like, so that I can determine whether the instability of the skin editor is translating into the outputs as well.
Has anyone else ever encountered either of these issues?
