Bugfix/rzb-250106: Map popup issue fixed with popoverAPI #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Pull Request Template
Description
This PR enhances the popup functionality by migrating from a traditional HTML/CSS/JavaScript-based implementation to the native Popover API.
Problem:
The application already had existing Popover API usage in both the sidebar and crossword components. When I attempted to implement the Popover API for the popup, it caused conflicts—particularly due to overlapping behavior with the sidebar.
Solution:
To resolve this, I referred to the crossword component's popover implementation, rewrote the popup logic accordingly, and separated its logic cleanly from the sidebar. I also fixed minor bugs and enhanced responsiveness and styling for a more consistent user experience across devices.
Fixes: optimized popup rendering and popover conflict issue
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
The changes were tested manually across different devices and screen sizes. Verified that the popup opens and closes correctly, does not interfere with the sidebar, and responds appropriately to user actions.
Test Configuration:
Checklist