Skip to main content
Participant
May 6, 2015
Question

In FM12 structured, automatic change bars getting removed.

  • May 6, 2015
  • 1 reply
  • 251 views

In FM12 structured, automatic change bars are getting removed each time a topic document is opened. Is this a known issue? Why are change bars not being retained? Any ideas? Thanks.

This topic has been closed for replies.

1 reply

Stephanie.Marris
Participating Frequently
May 21, 2015

I had the same issue. In the structured app EDDs, I ended up adding an outputclass attribute with text formating rules on the elements that allow change bars.

Here is the code I used on a p element:

If context is: *[outputclass = "change-bar"]

     Default font properties

          Change bars: Yes

This method requires manual entry of the change bars. I'm wondering if there is a rule we can use instead...

If you find a more efficient method of retaining the change bars, please post it.