-
1. Re: text formatting in oam file disappears
Bharadwaj Oct 23, 2014 12:04 AM (in response to Alain Nicolas)This bug has been reported already. It happens only after publishing to any format(web, oam).
Line-height and text shadow properties have the problem. Rest all work as usual.
You can use the below code as workaround for time being in the composition ready event handler for each text element. Add for text shadow also if you are using that proerty too.
sym.$("Text").css({"line-height":"40px"});
-
2. Re: text formatting in oam file disappears
Alain Nicolas Oct 23, 2014 8:33 AM (in response to Bharadwaj)Thank's for your answer,
Writing manually the code effectively works. I spent all day long to correct all my oam files.
By the way, not only Line-height setting doesn't work anymore but letter-spacing too needs to be handwritten in the code.
Sorry but I don't understand that a such unperfect update of Edge is on line.
I'm meet some other problem that I didn't had with the previous version.. but this will be the subject of another thread.
Niko

