Project

General

Profile

Actions

action #110587

closed

Images in test result overview as well as live view are not blurry due to being displayed in wrong resolution

Added by dheidler about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Regressions/Crashes
Target version:
-
Start date:
2022-05-03
Due date:
% Done:

0%

Estimated time:

Description

Eg the image at https://openqa.suse.de/tests/8682367#step/firstrun/4 is a 1024x768 px PNG.
I can copy it and paste it into gimp and it will be sharp.

But openqa webui displays it is displayed too large resulting it being scaled and being blurry.

The canvas has actually the resolution directly in html:

<canvas width="1024" height="768"></canvas>

... but the debugger reports 1026x770px when hovering in the inspect element mode over the canvas.

This also only happens in chrome based browsers like chromium and vivaldi, but not in firefox.

I also recall this to having worked properly in the past, so this is a regression.

Actions

Also available in: Atom PDF