We have begun using CFWindows extensively on our website, ever since our upgrade to ColdFusion 9. Today one of our users pointed out that they cannot print a page with an active CFWindow. The CFWindow prints out transparent with the background page showing through.
We had a color issue a while ago and styled the back of the CFWindow to a solid color:
<style>
.x-window-mc { background-color: #FFFFFF; }
</style>
We tried both with and without this style, but with no success. Our target browser is IE8 at this time.
How can we make our CFWindows opaque so that they will appear correctly when the user initiates a browser print command?