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 almost 2 years ago. Updated almost 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 #1

Updated by mkittler almost 2 years ago

I assume you mean the test details page (and not the test result overview page). I also assume you mean they are blurry (and not "not blurry").

I cannot reproduce the problem with Chromium (as provided by TW) and also not with Firefox. I also cannot remember any recent changes we made in that area.

Actions #2

Updated by dheidler almost 2 years ago

  • Status changed from New to Closed

After a system upgrade I was unable to reproduce this issue anymore - so I guess it was an issue on my side.

Actions

Also available in: Atom PDF