computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

IDML filter extracts from hidden layers #316

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the filter extracts from all the layers, regardless if hidden or not, and mix 
source and target.

Original issue reported on code.google.com by piorkows...@gmail.com on 27 Feb 2013 at 12:47

Attachments:

GoogleCodeExporter commented 9 years ago
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.

Original comment by yves.sav...@gmail.com on 5 Mar 2013 at 12:33

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 17e557500061.

Original comment by yves.sav...@gmail.com on 5 Mar 2013 at 1:20

GoogleCodeExporter commented 9 years ago
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.

Original comment by yves.sav...@gmail.com on 5 Mar 2013 at 1:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue was closed by revision a13b57d25796.

Original comment by yves.sav...@gmail.com on 4 Sep 2013 at 8:47