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');

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.

6 participants