yishayw opened a new issue #1047:
URL: https://github.com/apache/royale-asjs/issues/1047


   When flowElement is an 
org.apache.royale.textLayout.elements.ParagraphElement.
   
   I suspect the reason is this line in 
   
   
org.apache.royale.textLayout.conversion.TextLayoutImporter.defaultConfiguration:
   _defaultConfiguration.addIEInfo('p', 
org.apache.royale.textLayout.elements.IParagraphElement, 
org.apache.royale.textLayout.conversion.BaseTextLayoutImporter.parsePara, 
org.apache.royale.textLayout.conversion.BaseTextLayoutExporter.exportParagraphFormattedElement);
   
   In contrast to other configuration items IParagraphElement is an interface 
rather than a concrete class. Should it not be
   
   org.apache.royale.textLayout.elements.ParagraphElement instead?
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to