Project

General

Profile

Actions

action #109795

closed

Enlarge visible window only in fullscreen method

Added by rainerkoenig about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
2022-04-11
Due date:
% Done:

0%

Estimated time:

Description

Observation

Test module welcome fails because enable_fullscreen does not resize the YaST window to fullscreen.
After this step the YaST window should resize to fullscreen, but it does not.

Root cause

Method enable_fullscreen calls fullscreen method from os-autoinst/consoles/localXVnc.pm.

There we try to determinte the YaST window_id by searching for all windows with 'YaST*' in the title and then
limiting the list to 1 entry. This might select the wrong window if there is another YaST window behind the one
that we see. See https://github.com/os-autoinst/os-autoinst/blob/bb2427774542c8d48fd9fda5e50dc1adafd4c4ef/consoles/localXvnc.pm#L54
for details.

Possible solution

Replace the '--limit 1' paramter of the xdotool call with '--onlyvisible' which should select the visible YaST window and
resize it.

Acceptance criteria

AC1: Fix resizese YaST window to fullscreen


Related issues 1 (0 open1 closed)

Related to qe-yam - action #106514: Fix ensure_fullscreen in ssh-X scenario in s390x and pVMClosedrainerkoenig2022-02-10

Actions
Actions #1

Updated by rainerkoenig about 2 years ago

  • Description updated (diff)
  • Priority changed from Normal to High
  • Target version set to Current
Actions #2

Updated by JERiveraMoya about 2 years ago

  • Tags set to qe-yast-refinement
Actions #3

Updated by rainerkoenig about 2 years ago

  • Related to action #106514: Fix ensure_fullscreen in ssh-X scenario in s390x and pVM added
Actions #4

Updated by rainerkoenig about 2 years ago

  • Tags deleted (qe-yast-refinement)
  • Description updated (diff)
Actions #5

Updated by rainerkoenig about 2 years ago

  • Tags set to qe-yast-refinement
Actions #6

Updated by rainerkoenig about 2 years ago

Created PR#2027 in os-autoinst.

Actions #7

Updated by JERiveraMoya almost 2 years ago

  • Tags deleted (qe-yast-refinement)
  • Status changed from New to Feedback
  • Assignee set to rainerkoenig
  • Priority changed from High to Normal
Actions #8

Updated by JERiveraMoya almost 2 years ago

Waiting for deploy.

Actions #9

Updated by JERiveraMoya almost 2 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF