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

[BUG] Delete Confirmation Popover Misalignment in Playlist Table View #6185

Open
1 of 5 tasks
abankhele opened this issue Feb 5, 2025 · 1 comment
Open
1 of 5 tasks
Labels

Comments

@abankhele
Copy link

abankhele commented Feb 5, 2025

Describe the bug
After clicking the delete button in the table view of the playlist and setting the number of entries to more than 10, scrolling down causes the confirmation popover to move to the top left corner of the screen. Additionally, clicking the cancel button does not close the popover. The same behavior is observed when searching for an entry with a larger number of items, followed by scrolling.

To Reproduce
Steps to reproduce the behavior, including the results:

  1. Navigate to https://avalon-dev.dlib.indiana.edu/playlists#.
  2. Click on the delete button for any playlist.
  3. Set the entries to 100 and scroll down to the pagination.
  4. Observe the popover moving to the top left corner of the screen.

Alternatively:

  1. Navigate to https://avalon-dev.dlib.indiana.edu/playlists#.
  2. Click on the delete button for the first playlist.
  3. Search for "Cypress" in the search box.
  4. Scroll down and observe the popover moving to the top left corner of the screen.
  5. Click the cancel button, and observe that the popover does not close.

Expected behavior
The popover should remain in place and not shift to the top left corner. Additionally, clicking the cancel button should successfully close the popover.

Screenshots/Screen Recording

Private Zenhub Video

Environment (please complete the following information):

  • Device: laptop
  • OS: macos
  • Browser: chrome
  • avalon-dev
  • avalon-staging
  • mco-staging
  • mco-production
  • demo
@joncameron
Copy link
Contributor

If this is difficult, we can always implement a fallback of removing the small modal when the page is changed to move it out of view rather than keep track of the location.

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

No branches or pull requests

2 participants