-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syncing JBrowse with interface #14
Comments
I have implemented a callback in the trackList.json gene track that will load the gene page by clicking a gene feature. Needs to be further developed to allow first loading the gene data modal, then selecting to load the gene page in a link. |
I implemented a function called 'load this gene page' to the 'right-click' dropdown list of the gene features. So 'left-click' will again give you the details box and right-click will allow you navigate chlambase to that gene page |
Tim, on my browser, left-double-click opens details and right-click opens the menu. However, on web pages I think most people only discover left-single-click actions (which right now currently does nothing). I would suggest having left-single-click open the menu. |
…click: gives context menu where details option can be selected
Desired behavior: Current behavior : Switching the context menu to the left-click event is proving very difficult as interacting with the DOM in the iframe is much more limited than in the rest of the app. Will leave this open as I try to find a solution from the JBrowse team. |
Add locust tag to mouse over message |
Based on the JBrowse configuration guide, it doesn't seem possible to switch the onclick functionality of left click with the menu functionality of right click. I changed left click to details and right click to load gene page, with a mouse tip describing both. Not perfect, but comes close to the desired functionality. |
When clicking on a gene feature in jbrowse the interface should redirect to that gene page.
The text was updated successfully, but these errors were encountered: