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

Fix key navigation on test details #5309

Merged
merged 1 commit into from Sep 21, 2023
Merged

Conversation

Martchus
Copy link
Contributor

When viewing a test live and test module details are added to the page dynamically, then the key navigation breaks. It skips steps instead of just selecting the next/previous step. This is because the event handler is registered multiple times. This change fixes the issue by making sure the event handler is only registered once.

@Martchus
Copy link
Contributor Author

By the way, I guess we have a ticket for that. However, I couldn't find it. (I came across this problem again when working on https://progress.opensuse.org/issues/136028.)

@kalikiana
Copy link
Member

This is poo#113468 I think?

Copy link
Member

@kalikiana kalikiana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a sensible fix!

@kalikiana
Copy link
Member

@Mergifyio rebase

@mergify
Copy link
Contributor

mergify bot commented Sep 21, 2023

rebase

✅ Nothing to do for rebase action

@okurz
Copy link
Member

okurz commented Sep 21, 2023

@kalikiana as long as

is not in rebasing won't help

@perlpunk
Copy link
Contributor

@Mergifyio rebase

When viewing a test live and test module details are added to the page
dynamically, then the key navigation breaks. It skips steps instead of
just selecting the next/previous step. This is because the event handler
is registered multiple times. This change fixes the issue by making sure
the event handler is only registered once.

Related ticket: https://progress.opensuse.org/issues/113468
@mergify
Copy link
Contributor

mergify bot commented Sep 21, 2023

rebase

✅ Branch has been successfully rebased

@mergify mergify bot merged commit e134982 into os-autoinst:master Sep 21, 2023
35 checks passed
@Martchus Martchus deleted the key-handling branch September 22, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants