I seem to be having an issue printing text with a backgroundColor.  Anyone else 
have this experience?  SIMPLE to reproduce:

Make a stack and put a field in it.  Set the htmlText of the field to this:

<p>Color: <font bgcolor="#ACA08C">        </font> 0233 Deep Marsh</p>

Now, run this either in a button or in the multiline message box:

open printing to pdf (specialFolderPath("desktop") & "/test.pdf")
print card 1 of this stack
close printing

Everything prints except the color.

If you set the color of the text, the text does print in color:

<p>Color: <font bgcolor="#ACA08C">        </font> 0233 Deep <font 
color="#ACA08C">Marsh</font></p>

Fails in both LC 9.6.0 and 9.6.1


Any thoughts?   Is this a bug, or am I doing something wrong?

-Dan

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to