Variable in UI text borked?

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
chuck_agari
Sr. Propeller Head
Posts: 225
Joined: Wed May 30, 2018 2:40 pm

Variable in UI text borked?

Post by chuck_agari »

Following https://help.madcapsoftware.com/flare20 ... -Skins.htm, I did this:
Navigation_Tab.TOC.png
in the UI Text tab of the skin editor. (The original content was just "Contents.")

Then I generated the HTML5 output, I got this:
blank_tab.png
Did I do something wrong? Or?
You do not have the required permissions to view the files attached to this post.
chuck_agari
Sr. Propeller Head
Posts: 225
Joined: Wed May 30, 2018 2:40 pm

Re: Variable in UI text borked?

Post by chuck_agari »

Ah, I think I figured it out. The tab is of fixed width, controlled in the Size section of the Navigation tab. When the text gets too long to fit (I tried this by just adding incrementally more text and doing builds), it doesn't truncate or wrap, it just seems to fail. I can adjust the width of the tab to see what I want.
Beaver
Propeller Head
Posts: 45
Joined: Fri Mar 10, 2017 4:09 am

Re: Variable in UI text borked?

Post by Beaver »

I have the same problem
- in the Skin > tab UI Text, I have shortened the Navigation Tab TOC (label) <Content> text in my language
- but when publish it the content differs eg <Contenttext> (too long)
- if you inspect in Chrome (with rightmouse)
<span class="tabs-nav-text">Contenttext</span>
Post Reply