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

Container action DropdownMenu automatically close #7716

Closed
axel7083 opened this issue Jun 18, 2024 · 2 comments · Fixed by #7725
Closed

Container action DropdownMenu automatically close #7716

axel7083 opened this issue Jun 18, 2024 · 2 comments · Fixed by #7725
Assignees

Comments

@axel7083
Copy link
Contributor

axel7083 commented Jun 18, 2024

Bug description

menu-close-automatically.mp4

Operating system

Windows 11

Installation Method

None

Version

next (development version)

Steps to reproduce

  • Go to container page,
  • Start a container (E.g. podman run -p 8088:80 -d dockerbogo/docker-nginx-hello-world)
  • Open the action DropdownMenu, and wait 1-2s

Relevant log output

No response

Additional context

No response

@axel7083 axel7083 added the kind/bug 🐞 Something isn't working label Jun 18, 2024
@axel7083
Copy link
Contributor Author

The problem seems to be related to the Duration column, when the container age is greater than 1 min the issue only occur when we switch to 2 min

@axel7083
Copy link
Contributor Author

axel7083 commented Jun 18, 2024

Okey, the problem seems to be coming from here

const SECOND = 1000;
function refreshUptime(): void {

Each time we compute the uptime, we force the refresh of the row, making the DropdownMenu reset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants