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
I noticed this in ortho (on the orthogroup-tree-table branch) - the "All groups" results , if the EC number column overflows, the first tooltip is black text on yellow (from <Tooltip> I assume) and then the second is white text on dark grey (presumably the browser 'title' attr rendering).
Sorry no movie!
The text was updated successfully, but these errors were encountered:
Looks like packages/libs/wdk-client/src/Views/ResultTableSummaryView/ResultTable.tsx is using the renderCell prop which is using packages/libs/wdk-client/src/Views/ResultTableSummaryView/AttributeCell.tsx for cells, and this has its own overflow/tooltip implementation.
Possible solution is to not do the new setTitle stuff in packages/libs/coreui/src/components/Mesa/Ui/DataCell.jsx when 'renderCell' in column
I noticed this in ortho (on the
orthogroup-tree-table
branch) - the "All groups" results , if the EC number column overflows, the first tooltip is black text on yellow (from<Tooltip>
I assume) and then the second is white text on dark grey (presumably the browser 'title' attr rendering).Sorry no movie!
The text was updated successfully, but these errors were encountered: