Topic Content Pane ( div ) overlaps SideBar (TOC/Index) Pane after publishing Browser-based AirHelp, while locally it works fine.

Hi,
I have been facing this issue where the Topic Content Pane (<div>) overlaps the SideBar pane every time I try to open the Browser-Based AirHelp after it has been published on a server.
Although, if I view the same locally on my machine, it appears fine.
I'm using RoboHelp 10 to create the help and have the context sensitivity enabled for integrating the help with my software application.
I have also created the custom window for viewing help.
Now, considering the fact, that we are only using and testing our helpfile on the latest versions of Firefox and Chrome browsers with Flash enabled, this problem however, is not consistent. After getting published, on some machines it appears fine on both browsers and on some it only appears fine on any one of the browsers. Also, there are some machines, where the problem is seen on both browsers.
For Example:
When I try to view the helpfile after it has been published on a server, the following issues are observed:
On My Machine: Topic Content pane overlaps Sidebar pane on Chrome browser and on Firefox it appears fine.
Firefox version: 35.0.1, Chrome Version: 40.0.2214.115 m, Adobe Flash Player 11 Plugin Version: 11.7.700.202
On Another Machine: It appears fine on both browsers.
Firefox version: 35.0.1, Chrome Version: 40.0.2214.115 m, Adobe Flash Player 11 Plugin Version:11.6.6.2.171
Now take a look at these images:
(On Chrome) When Opened Locally:
(On Firefox) After Getting Published:
(On Chrome) After Getting Published:
Machine 1: Topic content overlaps TOC pane
Machine 2:  Empty white space appears at the bottom (below footer)
After going through all the relevant information that could be found on your AirHelp forums, I couldn't find a solution.
This issue is very critical to me right now due to the upcoming documentation releases, and i need a resolution to this ASAP. Please Help.

Hi Jeff,
I wrongly addressed it to Adobe. Any help through this forum would be appreciated.

Similar Messages

  • When I load Safari on my IPAD2, the web page comes up, but I can't scroll down the page. No matter what web page I go to the content stays darker than the navigation bar. This just started today. All other applications work fine.

    When I bring up Safari on my IPAD2, the web page comes up, but I can't scroll down the page. This just started today. No matter what web site I go to, the content is darker than the navigation pane.

    If it's happening on all sites, then assuming that it's Safari that you're using, have you tried clearing it's cache : Settings > Safari > Clear Cache (other browsers should have similar options, possibly within the actual app instead of within Settings). You could also try closing the app completely : from the home screen double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app (or whichever browser you're using) to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    If it's only happening on a particular site then there may be content on that site that isn't supported on the iPad e.g. flash, java, silverlight

  • Topic converts to book in merged TOC

    So, I have two HTMLHelp projects, A and B. I'm trying to
    include B in A's Table of Contents - here's where I am:
    B is created and appears correctly when viewed alone. At the
    top level of the TOC is a book (which links to topic B1). Within
    that book are topics B1.1 and B1.2 and a book (linked to topic
    B1.3) which contains some other topics.
    Before including B in project A's TOC, A looks fine. It has
    books A1 and A2 with several layers of books and topics inside
    each.
    I am trying to insert B into A's TOC, as the first item
    within book A1. This seems to work fine, except that the TOC within
    the inserted B project changes. B1.1 is now a book instead of a
    single topic, and B1.2 and B1.3 are within that book.
    I have tried changing the order of topics within B and it
    doesn't help - whichever topic is listed first within book B1 turns
    into a book, and all other topics get moved into it.
    Does anyone know how I can fix this? If what I'm asking isn't
    clear, I can email a couple of screenshots that should help to
    explain things.

    Hi, Cédric,
    I'd recommend that you download FAR and try adding the
    Include statements to your .hhc files with that. FAR is available
    from this address:
    http://helpware.net/FAR/index.html
    After you've started FAR, select Authoring > TOC &
    Index Editor, open the required .hhc file, and then select TOC >
    Include File to add the required slave TOC at the appropriate
    place.
    I believe that RoboHelp may suffer from the same bug as
    Microsoft's HTML Help Workshop: both tools appear to write the
    Include statements at the wrong level in the TOC hierarchy. See the
    "Known Bugs" section of this page:
    http://helpware.net/htmlhelp/how_to_merge.htm
    FAR is free to use for two months, but you must pay $49 or
    thereabouts for a licence if you want to use it beyond that.
    Pete

  • Content Pane Question

    I've noticed that there seem to be two common ways in which a Content Pane is defined. I've included examples of each below and am interested in whether there's any reason that either might be preferable to use over the other.
    Thanks very much.
    EXAMPLE 1 _______________________________
    public static void main(String[] args) {   
    VPA vpa = new VPA();
    JFrame frame = new JFrame("VPA");
    frame.setContentPane(vpa.contentPanel);
    public VPA() {
    contentPanel = new JPanel();
    EXAMPLE 2 ______________________________________
    public static void main(String[] args) {     
    VPA vpa = new VPA();
    public class OtherClass extends JFrame {
    public OtherClass() {
    Container contentPane = getContentPane();
    }

    I usually create my own content pane then add it to the frame like this:
    public class test extends JFrame{
        public test{
         JPanel contentPane = new JPanel();
         //add stuff to contentPane
         setContentPane(contentPane);
    }When working with frames and swing, JPanel is usually your base content pane. Also, your first code example will not work, don't bother working with it. My example is closest to the second one.

  • REFRESHING CONTENT PANE IN BRIDGE

    While reviewing pictures via the content pane, I right-click on a duplicate photo but it takes several minutes for the picture to delete from the hard drive.  How do I refresh the content pane after deleting photo's from the hard drive?

    I'm so accustomed to refresh being in the right-click menu, thanks Curt!    F5 is refresh too.

  • Multiscreen HTML 5  output  in Chrome – when scrolling down very long topics in the content pane the navigation area 'moves up' , i.e cant see search field or TOC.

    Hi,
    Multiscreen HTML 5  output  in Chrome – when scrolling down very long topics in the content pane the navigation area 'moves up' , i.e cant see search field or TOC.
    thanks
    Anat 

    This is by design. If you want to change this, the content section must have a set height and scroll. Which layout are you using? -- Check out the Responsive layouts and the Social layout. I believe those have the more traditional TOC placement.
    Kind regards,
    Willam

  • TOC, Index, Search content not loading in FireFox 3.0 +

    Hi,
    I have created from RH 8 a merged Webhelp system (1 master, 2 children - based on Peter Grainge's posted procedure). It works fine from IE, and on my system, from FireFox 3.0 and up.
    The problem is, that when deployed at the customer's site, the TOC, Index, and Search content does not load in FireFox. All frames display (Nav, contents, and the top frame), but the content for the TOC, Index, and Search does not load.
    This only happens at the customer site. The webhelp system works okay in IE.
    I have checked and we are running the same javascript version, have the same security settings in FireFox set.
    I looked on Peter's site and implemented the redirect fix for FireFox that he has posted, but that hasn't seemed to fix the problem.
    They aren't running any special toolbars (like Google toolbar). I am checking on add ons.
    Does anyone have any ideas on what else I might check or better yet what might be causing the problem?
    Thank you,
    Tannis

    Willam
    A merge will not work properly unless all the projects have been generated once. After that it should not matter that a project is missing, indeed simply not publishing one of the projects to the server is one of the features of merging making it easy to supply different customers with different content.
    I wonder if the problem you saw was because that project had not been generated.
    Tannis
    Sorry, the reference to AIR help was because you mentioned Snippet 141 which is AIR specific. I didn't look further back in the thread.
    You said that the start page of a child project opens the tripane window with the default topic but you do not get the TOC etc. That rules out the merge being the problem. I am inclined to the view that the server is the issue so get your client to load the published output from my merge demo as that is a known quantity. Ask them to open each child project in turn and then finally the merge.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • TOC Topic content not displayed in WYSIWYG Editor

    I use RoboHelp X5. When I click a topic in the TOC pane I
    expect to see its contents displayed in the WYSIWYG Editor. Instead
    the WYSIWYG pane is grey and the TrueCode pane is blank with a
    cursor flashing on the upper left corner!
    I searched for some similar issue on this forum and could not
    find it. However, I did gather that I could use another editor by
    right clicking a topic when in the Project tab and selecting one of
    5-6 editors. I tried RoboHelp TrueCode and was amazed and relieved
    to see the code and content for the topic displayed in the TrueCode
    pane...so I went a step further and tried the WYSIWYG editor and
    wonder of wonders, the topic content was displayed.
    Can someone please tell me what is going on? Should I
    reinstall RoboHelp X5? Why does the topic content not display when
    I click the topic from the TOC tab?

    Welcome to the forum.
    There have been posts about this but maybe your forum search
    history is not set to go back far enough.
    Rather than right click and selecting RH True Code, at the
    bottom of the editing pane there is a true code tab which will
    quickly enable you to see your code is still safe. That said, if
    you then click WYSIWYG, you don't get the view restored, usually.
    Maybe your way has an advantage.
    It's one of those things that happens now and again. I don't
    think reinstalling will help. I have had it happen several times in
    a day and then you go months with it working just fine.
    I don't believe anyone has ever lost any data. At worst you
    just have to close RH and reopen it.
    For what it is worth, I haven't seen this happen in RH7.

  • My updated help file only opens the TOC/Index/Search

    I have to update an old project that uses WinHelp, so I installed RH X5 on an old XP machine. The original help file always opened in a 2-pane window with the ToC on the left and the default topic on the right. My "updated" help file only opens the ToC/Index/Search screen in a single pane. How do I get the 2-pane window to appear?
    This is what I'm looking for

    I have edited the topic title. The idea is to spell out the problem in the body.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Auto-stretch contents pane? Possible?

    Another customisation question if I may...
    I have a custom button on my toolbar that hides the navpane (it uses the script "javascript:showHidePane()"). My navpane has a fixed width of 200px and my contents pane has a fixed width of 760px (thats 960px in total ;-)). When the custom button is clicked and the navpane closes is there any way to make the contents pane automatically resize to the full width available (i.e. 960px) and when either the Contents, Index or Search buttons are clicked (to redisplay the navpane) the contents pane shrinks back to 760px?
    Sorry to keep posting so many obscure requests!
    Thanks
    Jonathan

    Thanks for the responses, guys!
    I'd used the ToC function before, but didn't know it would update if I told it to. I hadn't been using it because contents pages are always already included in the raw manuscripts when I set them, so I'd just been styling them, updating the numbers and moving on.
    As much as I like this (admittedly new) job, the work comes at me fast enough that I don't always have time to experiment or research better ways of doing things since there's always something else to be working on (and throwing down a quick ToC is hardly the biggest time sink). So I appreciate the pointers. I'll have to give the ToC generator another chance, as well as play with X-Refs or that script at some point if I ever have the time.
    -Calvin

  • Project update to 6 = error: content seems to overlap playbar area

    Hi we have a large amount of tutorials made in Captivate 5.5 and I'm working on a transition plan for us to update them to Captivate 6 so we can finally all install eLS6.
    I experience errors related to the playbar where content seem to overlap down into the playbar. This "overlap" is showing up as white areas on sometimes on top of the playbar or in the area right next to the palybar. Please see screen shot:
    It's not an option for me to choose Stretch TOC because I use the area below the TOC to put a logo.
    I have tried to remove all widgets, choose a Captivate 6 provided skin, playbar and preloader as proposed by RodWard http://forums.adobe.com/message/4718279#4718279 - still with no luck.
    Any ideas on what is happening?

    I tried to rework my theme on an empty Captivate 6 file. So no widgets, no preloader etc from the 5 version.
    When I put content overlapping the stage I still see a white rectangular artefact:
    So the error turns out to be related to Captivate 6 skins and not the updating projects from 5 to 6.
    Any ideas or comments?

  • Conversion from RH HTML makes topic contents disappear in Word!

    Hello,
    The problem I have encountered is thus: I had to import some topics into my map after getting an error from renaming the topics file names. Ever since I imported the topics back into the map under their new name, when I generate to Word, the topic headers still appear in the TOC and the document, but the content of the topic does not appear. I have tried conditionalizing the text to appear and this doesn't work either. Any suggestions?
    Thanks,
    A frustrated tech writer.

    ok. I know I need more detail - and am probably not alone.
    1. copy and paste your Conditional Build Expression into a reply here, so we can see the tags used.
    2. I would kinda want to see a screen shot of an example of text that is not appearing where you need it to, with your mouse hovering over the specific content so that we can see the build tag(s) assigned to the content.
    3. and some more questions - I know, details details.
    a. You write "I was given a pre-created document" - What was the document created in? Just for giggles, tell us the file name with the extension.
    b. You write "had to import some new files into the document" - How did you do that, exactly? In what program?
    c. You write "old files that were already in the "document map"  - By document map, you mean the Table of Contents, right?
    --->  d. You write "since I replaced those files with new ones, the content is now not showing up when generated" - did you rebuild the links to the Table of Contents? The TOC can't dynamically add new topics to itself - you have to open up the TOC and put it next to your topics list, and physically drag new topics to where they should be in the TOC.  Even if new topics use the same titles as on topics that have been deleted, RH TOC won't know about them.
    OR, if your TOC is just really hosed, let RH Auto-Create a new one to pull in every topic from every folder (select the option to delete previous TOC entries), and start fresh (delete topics you don't want in there, move some around, assign topics to TOC section headers, whatever).

  • Problem with hide TOC, Index ans Search

    Hello,
    I want to generate a chm where TOC , Index ans Search are
    hide when I open my chm.
    I don't find a solution to do this.
    I try to find in creating a new "Window", but I doesn't
    operate.
    If someone have a solution, thanks to tell me,
    because I'm going to loose lots of time for that...

    Hi vlavergne,
    In theory you should be able to hide the TOC, Index and
    Search simply by selecting
    Hide Nav Pane on Startup in the Window properties. However,
    after a bit of experimentation it seems that you also have to
    deselect the
    Remember Window Size and Position option.
    Hope this helps
    Anne

  • RH7 WebHelp Output Missing TOC, Index, Search

    I updated my RH6 HTML project to RH7 HTML. When I publish,
    everything looks good. I uploaded all project files to my company's
    server, and a coworker saved those files to her computer. When my
    coworker publishes WebHelp from her computer, the TOC, Index, and
    Search components are missing. Can anyone assist? Thank you!

    Thank goodness I found this thread!
    I'm having the exact same issue. I'm using version 5.0.2 of
    RoboHelp, and when I generate WebHelp (the collection of HTML
    files) and test it on my PC, it works fine. When I copy the files
    over to my company's server, my TOC is missing, Serch is missing,
    Index is missing.
    I tested this with other PCs in my company, and some display
    the content fine (from the server location), others don't.
    I noticed that I get an error message "flash" at the bottom
    of IE when I mouse over the TOC frame. It states "Load: class
    WebHelp not found". I've double checked, and all of the files that
    are generated on my PC are also in the same folder that I copied
    over to the server.
    Could RoboHelp be having issues with certian servers, or
    versions of IE w/ certain servers? This doesn't seem to be a
    blanket issue with all users of this information, only some.

  • Content Pane: Help getting rid of "Click to activate this control"

    I know this came up a long time ago when IE
    changed--Flash/swf content needs to be clicked to be activated
    first. I thought Robohelp 6 would address it, but not.
    The challenge: Cannot use the fixes publised because the html
    pages created by Robohelp, like the Content pane, are generated
    with Javascript. Ironically posted solutions use Javascript to
    change the Embed, object, etc. tags! And I don't know Javascript!
    The entire Content pane needs to be clicked first so you can
    click an item in the contents. Its html file seems to be
    wf_master.htm and when you look at the code, the tags are fed in
    like this:
    // Build tag to document.write
    strObject = "<OBJECT
    classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'";
    strObject += "WIDTH='100%' HEIGHT='100%' id='masterSWF'
    ALIGN='' VIEWASTEXT>";
    strObject += "<PARAM NAME='movie'
    VALUE='wf_master.swf'>";
    strObject += "<PARAM NAME=quality VALUE=high>";
    strObject += "<PARAM NAME='menu' value='false'>";
    // FlashVars for Object tag:
    strObject += "<PARAM NAME=FlashVars VALUE='" +
    strFlashVars + "'>";
    strObject += "<EMBED src='wf_master.swf' quality=high
    WIDTH='100%' menu='false' HEIGHT='100%' NAME='masterSWF'
    swliveconnect=true ALIGN='' ";
    // FlashVars for Embed tag:
    strObject += "FlashVars='" + strFlashVars + "' ";
    strObject += "TYPE='application/x-shockwave-flash'
    PLUGINSPAGE='
    http://www.macromedia.com/go/getflashplayer'>";
    strObject += "</EMBED>";
    strObject += "</OBJECT>";
    Adobe's solutions 1 or 2
    http://www.adobe.com/devnet/activecontent/
    assume you have regular html files.
    *Question/request:
    1) Has/can someone come up with a way or code (or function?)
    that can be added somewhere centrally (in a key file) so when
    robohelp renders the above html tags are replaced therefore
    eliminating the need of clicking the swf content to activate it?
    I don't know how Robohelp renders to help me find the file
    where a change like this can be made.
    2) Or can the output Javascript file be modified?
    Robohelp seems to ride on Javascript and the 'solutions' are
    in Javascript. I can't believe RObohelp developers have not
    addressed this with the Robohelp 6.
    I upgraded to Robohelp 6, use Robohelp HTML, publish using
    FlashHelp, and my users use IE,

    just search forum - this has been discussed almost everyday
    since the issue surfaced a few
    weeks/months ago - in fact somebody actually posted a link to
    an article explaining it 11 minutes
    before you posted your question
    Subject: IE Changes Due: What you can Expect.
    It's not a flash issue - it is an Eolas/Microsoft issue. Also
    google around - tons of articles on
    news sites about this and also on adobe and macromedia that
    explains it all.
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    jrschaef wrote:
    > Why do I have to click twice to use a flash nav? When I
    first hover over the
    > nav there is a "Click to activate and use this control"
    pop up, I click it and
    > then I can use that nav but if I go to a new page it
    starts over again. I seen
    > another posting that refer to the same issue but didn't
    have a solution. Can
    > anyone help?
    >

Maybe you are looking for

  • Multiple displays with 15"and 19"monitor using a VGA splitter on my Mac Pro

    Hi, so I have a brand spanking new Mac Pro and have been using a cheap, basic 15" monitor with it. As I'm doing lots of Edit/graphics work I've just purchased a new monitor, it's a 19" Acer flatscreen. Now I'm hoping to work the same display across b

  • F110 - Proposal Run Cancelled

    The last sentences of the log are as follows: > Available amount is enough,  999,849,999.00 EUR still available,      548,000.00  necessary >   House bank is selected ... > Our bank details HB02 GIRO are being used > Payment method "C" is permitted A

  • Macbook pro 13 inch glassreplacement

    Granddaughter has a Macbook pro 13 in.the new unibody design, the glass is cracked can I get just the glass replaced as the computer still works?

  • SQL, static classes and sessionBeans

    Hi, my JSF-project has one static class where it handle all sql-queries and I asked me if that is the "best" solution. I.e. a User-Sessionbean call that static class to save his data into the user-sql-table. I asked myself, if it might not better to

  • Why no contacts app in iPhone 5S?

    I just got an iPhone 5s.  When I am in my phone app, I have a contacts tab with all of my contacts but I don't have a contacts app anywhere on my home pages nor in the dock.  Does the 5s not have a contacts app?