Project

General

Profile

Actions

action #164973

closed

Filter area in test overview not responsive to clicks when flavor contains spaces

Added by rbranco 3 months ago. Updated 3 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2024-08-06
Due date:
% Done:

0%

Estimated time:

Description

The no filter present, click to toggle form area is not responding to clicks:

https://openqa.suse.de/tests/overview?groupid=288&groupid=326&groupid=386&groupid=461

A javascript error can be observed in the dev console in the browser:

bootstrap.js:2 Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#res_Windows 10 BIOS_x86_64_wsl-main+register' is not a valid selector.
    at r (https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:594:899)
    at cs._configAfterMerge (https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:594:69149)
    at cs._getConfig (https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:594:69030)
    at new W (https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:594:7409)
    at new cs (https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:594:62571)
    at https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:6:196
    at NodeList.forEach (<anonymous>)
    at setupForAll (https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:6:185)
    at HTMLDocument.<anonymous> (https://openqa.suse.de/tests/overview?groupid=288&groupid=326&groupid=386&groupid=461:30:13)
    at e (https://openqa.suse.de/asset/d62d3d0525/bootstrap.js:2:27028)

Suggestions

Actions #1

Updated by okurz 3 months ago

  • Tags set to reactive work
  • Category set to Regressions/Crashes
  • Target version set to Ready
Actions #2

Updated by tinita 3 months ago

It seems that we don't expect FLAVOR to have spaces in it. There is a Javascript error related to that.

Actions #3

Updated by mkittler 3 months ago

Can you state what jobs you expected to be displayed and how the actually displayed jobs differ from that? We cannot work on a ticket that uses vague expressions like "does not work" and "in some cases" to describe the problem.

Actions #4

Updated by rbranco 3 months ago

mkittler wrote in #note-3:

Can you state what jobs you expected to be displayed and how the actually displayed jobs differ from that? We cannot work on a ticket that uses vague expressions like "does not work" and "in some cases" to describe the problem.

In this case I want to add a comment to all failing jobs and I can't do it because I can't apply a filter. It does nothing when I click in the Filter area, in contrast to https://openqa.suse.de/tests/overview?distri=sle&version=15-SP6&build=20240806-1&groupid=427

Actions #5

Updated by tinita 3 months ago

Right. And that's because there is a javascript error.

Actions #6

Updated by livdywan 3 months ago

  • Description updated (diff)
Actions #7

Updated by livdywan 3 months ago

  • Description updated (diff)
Actions #8

Updated by livdywan 3 months ago

  • Subject changed from Filter doesn't work in some cases to Filter area in test overview not responsive to clicks when flavor contains spaces
  • Description updated (diff)
Actions #9

Updated by tinita 3 months ago

  • Status changed from New to In Progress
  • Assignee set to tinita
Actions #10

Updated by tinita 3 months ago

  • Status changed from In Progress to Feedback

https://github.com/os-autoinst/openQA/pull/5835 Ensure valid format for HTML element ids

Actions #11

Updated by tinita 3 months ago

Deployed on o3. Waiting for osd.

Actions #12

Updated by tinita 3 months ago

  • Status changed from Feedback to Resolved

Deployed on osd, works again

Actions

Also available in: Atom PDF