IDML filter extracts from hidden layers

Issue #316 resolved
Former user created an issue

Original issue 316 created by piorkowski.ma... on 2013-02-27T12:47:39.000Z:

the filter extracts from all the layers, regardless if hidden or not, and mix source and target.

Comments (4)

  1. Former user Account Deleted

    Comment 1. originally posted by @ysavourel on 2013-03-05T12:33:42.000Z:

    Analysis: Some <TextFrame> in the spreads have a Itemlayer attribute that refers to a <Layer> element in the designmap.xml file.
    That element can have an attribute Visible set to true or false.
    When it is set to false, the story of the corresponding <TextFrame> should be skipped.

    Solution: We need first to gather the list of the layer IDs that are not visible, then check for ItemLayer against those values when looping through the TextFrame elements in gatherStoriesInSpread().

    This should be an option, so users can extract non-visible layers if they want.

  2. Former user Account Deleted

    Comment 3. originally posted by @ysavourel on 2013-03-05T13:21:54.000Z:

    This should be fixed ('html5' branch)
    It will take a day or two to get this in the 'dev' branch and pushed with the snapshot.

  3. Log in to comment