Hi, I anyone experienced a bug in Domain page. where in a certain domain is not showing in the side panel (under “Search Domains” bar) ? but shows in the domains list
It will show when I zoom out the browser say 65%
<@U06TM7M40RK> are you able to assist here?
It looks like you’re experiencing a display issue where a certain domain is not visible in the side panel under the “Search Domains” bar but appears in the domains list. This issue resolves when you zoom out the browser to around 65%.
Based on the information from the provided data sources, there are a few potential areas to investigate:
-
UI Rendering Issue: This might be related to how the UI components are rendered and displayed. According to the https://github.com/datahub-project/datahub/blob/master/datahub-web-react/src/app/domain/nestedDomains/domainNavigator/DomainNode.tsx|DomainNode.tsx file, the domains are displayed in a structured manner. The visibility issue could be due to CSS or component rendering logic.
-
Zoom and Display Scaling: The issue appearing at different zoom levels suggests it might be related to how the CSS handles scaling. The
DomainsWrapper
component in the https://github.com/datahub-project/datahub/blob/master/datahub-web-react/src/app/domain/nestedDomains/RootDomains.tsx|RootDomains.tsx file usesoverflow: auto
, which might not handle scaling well at certain zoom levels. -
Bug in Visualization Library: As mentioned in another context, there might be bugs in the visualization libraries used, such as the
@visx/zoom
package, which could potentially affect how elements are displayed when zoomed (https://datahubspace.slack.com/archives/CV2UXSE9L/p1719446475.632279|source).
Would you like more detailed steps on how to potentially debug or resolve this issue?
Sources:
- https://github.com/datahub-project/datahub/blob/master/datahub-web-react/src/app/domain/nestedDomains/domainNavigator/DomainNode.tsx|DomainNode.tsx
- https://github.com/datahub-project/datahub/blob/master/datahub-web-react/src/app/domain/nestedDomains/RootDomains.tsx|RootDomains.tsx
- https://datahubspace.slack.com/archives/CV2UXSE9L/p1719446475.632279|https://datahubspace.slack.com/archives/CV2UXSE9L/p1719446475.632279
1 button
0 button
Hint: Mention <@U06TM7M40RK> in the thread for followups.