Main frame issue after upgrading to 6.1

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Ineffable
Sr. Propeller Head
Posts: 150
Joined: Mon Jan 15, 2007 3:08 pm
Location: Bay Area, CA

Main frame issue after upgrading to 6.1

Post by Ineffable »

The container frame now turns up empty in my output. The Skin is gone, save for a few of the colors in the Toolbar; the TOC is empty.

I performed the Feedback Explorer fix already, but since I didn't use Feedback Explorer, it wasn't an issue.

I can't provide any more description since the only thing that changed was the application of the 6.1 update.

***FIXED***
The original error I received was:

Code: Select all

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 2 Jul 2010 02:37:55 UTC

Message: 'document' is null or not an object
Line: 847
Char: 6
Code: 0
URI: file:///C:/Documents%20and%20Settings/turbo/Desktop/Projects/Service/Output/turbo/ServicePortal/Content/SkinSupport/MadCapNavigation.js
So I looked up that file in my output. I went to line 847. I commented it out (by adding // to the beginning of the line). The line is:

Code: Select all

//accordionFrame.document.body.style.backgroundColor = cssValue;
That was it. It worked.
Post Reply