issues
search
topcoat-data
/
topcoat-public
TopCoat components, visualizations and themes
MIT License
1
stars
3
forks
source link
iframe fix for navigation
#202
Closed
gau94rav
closed
1 year ago
gau94rav
commented
1 year ago
Problems
When opening a new tab from navigation dropdown inside iframe, the main URL gets used which results in redirected page to load outside of iframe.
Fixes
[x] Use parent context's URL when inside iframe instead of default.
[x] Override default click events for anchor tag to manually handle redirection.
Problems
Fixes