You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When showing the gene table, if I click on one of the icon in the Evidence column, a box is shown that has links to PUBMED in case of publications, something else I don't remember for the other cases (Network view?):
The links don't work anymore, they raise this error:
evidence-table.js:758 Uncaught TypeError: Cannot read properties of undefined (reading 'replace')
at toggleEvidencePopUp (evidence-table.js:758:45)
at HTMLDivElement.<anonymous> (gene-table.js:467:5)
at HTMLDivElement.dispatch (jquery-bstrap.min.js:32:39900)
at v.handle (jquery-bstrap.min.js:32:36635)
I doubt this was caused by today's changes about #743, since the affected code hasn't changed (as far as I can see). In the 5.6 release, this looks disabled (eg, https://knetminer.com/cereals). @KeywanHP, do we still want this?
EDIT: maybe it's caused by the fact that the open/close click handler takes over the whole box (if I click on a corner, the box closes), so, when I attempt to click the box contents (a concept type, a concept label, a PubMed link), that click handler still attempts to find the box ID to close from the child element (which hasn't any ID).
The text was updated successfully, but these errors were encountered:
Yes we decided to keep it. It's a useful feature. However, the popup could benefit from a small make-over. We could show the new "graphDistance" property in the popup to make it even more useful! @marco-brandizi@marco-brandizi@lawal-olaotan@Arnedeklerk
When showing the gene table, if I click on one of the icon in the Evidence column, a box is shown that has links to PUBMED in case of publications, something else I don't remember for the other cases (Network view?):
The links don't work anymore, they raise this error:
I doubt this was caused by today's changes about #743, since the affected code hasn't changed (as far as I can see). In the 5.6 release, this looks disabled (eg, https://knetminer.com/cereals). @KeywanHP, do we still want this?
EDIT: maybe it's caused by the fact that the open/close click handler takes over the whole box (if I click on a corner, the box closes), so, when I attempt to click the box contents (a concept type, a concept label, a PubMed link), that click handler still attempts to find the box ID to close from the child element (which hasn't any ID).
The text was updated successfully, but these errors were encountered: