Skip to content

Conversation

@RopRaptor
Copy link
Contributor

🎫 Issue IBX-10609

Description:

For QA:

Documentation:

const confirmDeleteButton = doc.querySelector('.ibexa-notifications-modal--delete--confirm');
const setNotificationId = ({ currentTarget }) => {
const deleteModal = doc.querySelector('.modal-backdrop.show.fade');
controlZIndex(deleteModal, '199');
Copy link
Contributor Author

@RopRaptor RopRaptor Oct 13, 2025

Choose a reason for hiding this comment

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

Not very satisfied with this solution.
I had to move the modal-backdrop back in the z-index because it was covering the entire container.

Opened for suggestions

@RopRaptor RopRaptor changed the base branch from main to 4.6 October 13, 2025 06:59
@sonarqubecloud
Copy link

Comment on lines +249 to +250
const deleteButtons = doc.querySelectorAll('.ibexa-notifications-open-modal-button');
const confirmDeleteButton = doc.querySelector('.ibexa-notifications-modal--delete--confirm');
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick - naming convention

Suggested change
const deleteButtons = doc.querySelectorAll('.ibexa-notifications-open-modal-button');
const confirmDeleteButton = doc.querySelector('.ibexa-notifications-modal--delete--confirm');
const deleteBtns = doc.querySelectorAll('.ibexa-notifications-open-modal-button');
const confirmDeleteBtn = doc.querySelector('.ibexa-notifications-modal--delete--confirm');

@KamilSznajdrowicz KamilSznajdrowicz force-pushed the IBX-10609-delete-modal-in-notification branch from 71ed035 to 1165501 Compare November 24, 2025 11:58
@sonarqubecloud
Copy link

Copy link
Contributor

@KamilSznajdrowicz KamilSznajdrowicz left a comment

Choose a reason for hiding this comment

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

Hi @RopRaptor :) I found two bugs here:

  1. When the modal appears, the popup with notifications should also be dimmed. Currently, it is not dimmed.
Zrzut ekranu 2025-11-26 o 10 21 47
  1. After clicking the Delete button, the actions dropdown should close. Currently, it stays visible on the screen.
Zrzut ekranu 2025-11-26 o 10 22 41

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants