Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanded web console is too big for the screen #1182

Open
MauriceKayser opened this issue Aug 18, 2023 · 1 comment
Open

Expanded web console is too big for the screen #1182

MauriceKayser opened this issue Aug 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@MauriceKayser
Copy link

The expanded web console for a VM with a 1280 x 800 display is streched to 1588.8 x 993 on my 1920 x 1080 monitor. Issues:

  1. The image is blurry.
  2. The user has to scroll the website up and down to see and interact with the whole VM, as is apparent by the missing Windows bar:

01

The canvas element has the expected width and height attribute values of 1280 and 800, but also the streched width and height style attribute values 1588.8 and 993:

02

Unchecking the style attribute values causes them to be overwritten by the expected values:

03

The end result is a non-blurry VM console that barely fits into the available space on the website:

04

The best solution would be #680, but restricting the dimensions to fit into the available screen space would be a nice quickfix.

@KKoukiou KKoukiou added the bug Something isn't working label Oct 18, 2023
@timway
Copy link

timway commented Feb 28, 2024

Just my two-cents, this is a serious annoyance. It makes it difficult to use cockpit-machines effectively as a replacement for Virtual Machine Manager, the old Python client that is pulled out of RHEL. I've noticed this and am affected by it. Anything that can be done to improve this situation would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants