ml-tsai / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

Rounded corner images are laid on top of content in Print Preview #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install the script and attach this behavior through normal CSS: behavior 
2. Apply the CSS class (let's say roundedCorner) to a div (<div 
class="roundedCorner">Some content</div>)
3. View the page on screen in IE8 Compatibility Mode (page forced to render as 
IE7) -- everything should be good
4. View the page in Print Preview and you will see the rounded corner VML laid 
on top of the content (as if the z-index is wrong)

What is the expected output? What do you see instead?
If the page looks ok on screen, then printed version should look the same too, 
but it doesn't.  It seem the content is pushed behind (z-index is lower) the 
VML element which is laid on the top and is thus hiding the content.

What version of the product are you using? On what operating system?
Not sure of the version number but the last update was made by:

Changes by Nick Fetchak:
- IE8 standards mode compatibility
- VML elements now positioned behind original box rather than inside of it - 
should be less prone to breakage
Published date : 2009/11/18

Please provide any additional information below.
Go to http://mta.info using IE8.  You will see the rounded corners of the 
various sections.  Now Print -> Preview and you will see the problem.

Original issue reported on code.google.com by kama...@gmail.com on 30 Jun 2011 at 6:04

Attachments: