Replies: 3 comments
-
Just to link to older thread: this was previously discussed here #4604 (comment) It would be useful to have a reproduction to help diagnose, it's just hard to recommend anything without it. Our "storybook" docs for the embedded components do not have the issue your describe as far as I can tell. Clicking on features gives full height dialog boxes with no cut off and a usable scroll bar Other possible thoughts:
|
Beta Was this translation helpful? Give feedback.
-
@cmdcolin: apologies for forgetting the original issue. sorry for the duplicate. I thought we had this resolved until I noticed the problem was also on other track types. As far as a repro: I take your point. It's difficult to sandbox this, and I agree some kind of interaction between the JBrowse CSS and outer CSS could be the culprit. The browser is live here, although you need to register to view it: https://mgap.ohsu.edu/jbrowse/mGAP/browser.view?database=9D7297DA-5030-103D-B6A7-A4C7310EFC10. |
Beta Was this translation helpful? Give feedback.
-
since this doesn't appear to strictly be a issue, converting to discussion |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We're using JBrowse version 2.15.0, as a linear genome view wrapped and embedded in another website. I cannot say when this behavior started, but we recently noticed that the 'feature details' popups have begun to get cut off. They extend off the page and dont offer a vertical scroll bar.
We originally thought this was due to our custom extension of the variant details plugin; however, this doesnt seem to be true. The popups for basic features (like a GFF) also extend off the screen.
We fixed our custom plugin by explicitly constraining height and adding vertical scroll:
https://github.com/BimberLab/DiscvrLabKeyModules/blob/e5a0c7091a497abafc07323ef54ee7e9913fc4ef/jbrowse/src/client/JBrowse/Browser/plugins/ExtendedVariantPlugin/ExtendedVariantWidget/ExtendedVariantWidget.tsx#L410
Has this sort of problem emerged for anyone else? Is there something within JBrowse's plugin framework where injecting something explicit about scroll behavior would make sense?
Thanks for any help or debugging suggestions.
Beta Was this translation helpful? Give feedback.
All reactions