• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Text is white in some topics in Firefox

New Here ,
Feb 10, 2010 Feb 10, 2010

Copy link to clipboard

Copied

I'm not sure if this is related to the fact that my output is WebHelp  or not, so I apologize if this is a larger problem that should be posted elsewhere.

In  some topics, seemingly randomly, text in some paragraphs displays as  white when viewed in Firefox. I've tried Firefox 3.5 and 3.6, and it  still happpens. The text is black when you edit it in Robohelp, but  outputs as white. As far as I can tell, there's nothing to indicate that the text should ever be white. It's very random; there's no pattern as to type of content or certain topics.

Has anyone seen this before?

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Mar 02, 2010 Mar 02, 2010

The color definition may be there as a part of some other markup

For example a paragraph:

<p style="color: transparent"> "#¤%"¤#&/ </p>

If only a part of a paragraph was done in a different color, it is probably there as a "span".

I still found a "space" character, marked as colored...:

<span style="color: #ff0000;"> </span>

--------------------------

EDIT:

in the first case, you'd need to remove this part :  style="color: transparent"

so, <p style="color: transparent"> becomes just <p>

In the "span case"

...

Votes

Translate

Translate
Community Expert ,
Feb 11, 2010 Feb 11, 2010

Copy link to clipboard

Copied

What version and edition of RH would this be? Please see Before You Post?

In RH8 it could be you are using a different CSS when you generate but that would affect IE too. You don't say if you tested in IE.

When you say "random" is it always the same topics, just different paragraphs.

Have you checked the HTML?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 11, 2010 Feb 11, 2010

Copy link to clipboard

Copied

Robohelp 8, Yes, it's tested in IE and works fine. The issue only appears in Firefox. I've tested IE and Opera. Random means random - there's no pattern to the topics or paragraphs at all.

I've checked the HTML and I don't see anything that would cause it, but I'm going to try to dig a little deeper. All outputs use the same CSS.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 11, 2010 Feb 11, 2010

Copy link to clipboard

Copied

So the white text can be in one topic and next time in another or it could be one paragraph this time and that paragraph next time will be OK.

Have you tried viewing the same output from more than one machine? Try opening it on your machine and then open it from another machine whilst it is still open one the first machine. See if the results are consistent there.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 02, 2010 Mar 02, 2010

Copy link to clipboard

Copied

We had something similar, a while ago...

The Writers had been marking unfinished texts as red. Then they made it black after finishing, but Robohelp tagged those spots as "transparent". The texts viewed OK on IE, but Firefox seems to take the "transparent" literally

On one occasion, I removed that tagging manually from raw HTML, to get the files translated in time.... Then I suggested the writers reaply the paragraph styles to get neat HTML.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2010 Mar 02, 2010

Copy link to clipboard

Copied

That would make sense, I've been using red text in various places to make sure that I remember to update certain portions of the manual. Did you remove all the code surrounding the text and redo, or is there particular code that denotes transparency?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 02, 2010 Mar 02, 2010

Copy link to clipboard

Copied

The color definition may be there as a part of some other markup

For example a paragraph:

<p style="color: transparent"> "#¤%"¤#&/ </p>

If only a part of a paragraph was done in a different color, it is probably there as a "span".

I still found a "space" character, marked as colored...:

<span style="color: #ff0000;"> </span>

--------------------------

EDIT:

in the first case, you'd need to remove this part :  style="color: transparent"

so, <p style="color: transparent"> becomes just <p>

In the "span case" you need to remove both

<span style="color: transparent">  and  </span>

Of, course, a "span" tag may have other content too. Then you are back to removing  style="color: transparent"

or if there are more style definitions in the same tag, just "color: transparent"

Depending on the material, reaplying the paragraph styles may be less painful.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2010 Mar 02, 2010

Copy link to clipboard

Copied

Thanks Perttime! It all immediately stood out once I knew what I was looking for. It was indeed text that was previously red being marked transparant. That's a pretty silly quirk, hopefully it can be fixed in a future release.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 02, 2010 Mar 02, 2010

Copy link to clipboard

Copied

Please take a moment to report this issue to Adobe. Otherwise they may not realize it is an issue that needs to be addressed.

Link to the Bug Reporting form is in my sig line.

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 07, 2010 Oct 07, 2010

Copy link to clipboard

Copied

I just ran into this issue today, and we discovered that if text was changed to a color to stand out for review (magenta in our case), and then later changed it back using the Automatic option rather than selecting the color Black, it inserted the "color: Transparent;" tag in the code. For some reason, IE doesn't show this text as transparent, but Safari, Firefox, and Google Chrome all do.

While this does appear to be a bug of some sort, our workaround is to always select the Black color for the font when changing it back, rather than using the Automatic font option.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 08, 2010 Oct 08, 2010

Copy link to clipboard

Copied

LATEST

Selecting black works.

It has one drawback that might or might not matter:

In many cases, it still leaves color definitions in the HTML.

<p style="color: #000000;"> </p>

In my case it is irritating enough because I need to work on the files outside RoboHelp. The less clutter I have in the raw HTML, the better. I am managing localised helps in over 30 languages and Robohelp does not support nearly all of them, except for generating and even there I need some workarounds.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp