ie11 Is the screen different from when previewing and printing?

Copper Contributor
Please understand that the contents are related to personal information, so you have deleted them all.

Question: Is the screen different from when previewing and printing?
Most of them are image related, but when used as the background of the image, it may be distorted or bordered.
This is normal for Chrome.
It was normal at the beginning of development, but from some point this error is constantly occurring. (In my memory, there was no problem until ie9)
ms is willing to fix this? I have to use activex so I can't use chrome, but ie makes me too hard.

Is there a way to solve it?
Oh, for reference, activex and bugs are not related. The screen below is before loading activex,
This is the screen displayed when previewing (BLUE BOX) and printing (RED BOX) in ie browser.

1. Above screen tag content
the Image used as background is distorted
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
      <td style="width:24px;height:24px;background-image:url('/Images/ResultPage_OCR/text-left-top.jpg');"></td>
      <td style="width:626px;height:24px;background-image:url('/Images/ResultPage_OCR/text-center-top.jpg');"></td>
      <td style="width:24px;height:24px;background-image:url('/Images/ResultPage_OCR/text-right-top.jpg');"></td>
  </tr>
</table
 

 

 

2. Below screen tag contents
Borders are generated when using image tags.
<table>
  <tr>
     <td><img src="/Images/ResultPage_OCR/main-title-lifestyle.jpg" width="674" height="55" border="0"></td>
  </tr>
</table>
3. The image is not on the screen, but the image is reduced when the image is used as the background.
It was developed according to the frame, but the background image is reduced and there is a problem that the content overlaps.

4. Is there any way to hide the print preview window in Chrome or Edge?
5. Can't I get false value when canceling in Chrome or Edge print preview? When the preview is executed, print = true is fired unconditionally.
 

bug1.png

 

0 Replies