GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
460 stars 199 forks source link

HTML linkouts in 1.16.11-release not rendering in the About this track panel #1617

Closed childers closed 2 years ago

childers commented 2 years ago

After updating our JBrowse to 1.16.11-release and Apollo 2.6.5, we noticed that html specified in the config files is no longer rendering in the "About this track" pop up panel. See This instance as an example where you click on the "About this track" to see the raw html not rendered neatly into links. Please see the image below for more information.

Did the syntax for rendering html in the configuration files change? I looked in the configuration documentation but did not see anything about it.

Screen Shot 2021-11-12 at 11 52 04 AM
cmdcolin commented 2 years ago

Have to use the setting "unsafePopup":true on the tracks

see https://jbrowse.org/docs/mouse_configs.html#rendering-html-in-popups

cmdcolin commented 2 years ago

might close for now, let me know if this needs anything more