mode / alamode

A community-maintained library of visualizations for Mode reports
MIT License
70 stars 67 forks source link

updated addLinksToTables to open links in new window #14

Closed joecorkerton closed 7 years ago

bstancil commented 7 years ago

@joecorkerton Unfortunately, this doesn't use target="_blank" intentionally. For security reasons, Mode reports are rendered inside iframes. When clicking links with target="_blank" in iframes, Chrome disables Javascript on the target webpage (also for security reasons). You can still control/cmd click to open it in a new tab; it's just that particular type of link is disallowed by Chrome.

joecorkerton commented 7 years ago

Ah that's unfortunate