compass
compass copied to clipboard
Document keys are partially hidden.
Bug Report
Current Behavior
The keys are not fully visible and show dots instead.

I have tried reinstalling but it's still the same. Zoom-in, Zoom-out doesn't work either.
Hi @dropocol!
This seems a lot like https://jira.mongodb.org/browse/COMPASS-5361, which was fixed in Compass 1.31.0. I’d recommend you double-check:
- That you are using the latest version of Compass
- That the field names are not actually stored with ellipses in the database, e.g. by cross-referencing with a shell (mongosh) query or by running schema analysis in Compass.
Hi @addaleax , Thanks for the update.
I am currently on 1.31.1 so it's the latest version. Also checked the data in mongosh and it looks fine. Any other suggestion to solve this issue?
Hi @dropocol , I haven't been able to reproduce with similar data,
Which OS are you using Compass on? Are you using a custom desktop font?
A temporary solution that I've found
-
Open the Dev Tools by pressing
option + cmd + Ior go toview -> Toggle DevTools -
Click on any of the arrow icon in the image below.

-
Select any of the element that has a hidden data on it.
-
It will have a class similar to
leafygreen-ui-15lrq0l -
On the right side panel, you will see the properties of the css class.

-
Uncheck the
overflow-x : hiddenand you are good to go.
Hi @Anemy , I am on MacOS Monterey 12.1. The compass version that I have installed is 1.31.1 and I am not using any custom fonts.

Edit : Check my previous comment about the temporary solution of my problem.
Any update on this issue? I've been using the temporary hack for a few months now but would love to see this issue resolved. Thank you.
@dropocol We're not sure what's causing this issue, we have yet to see other folks impacted by it. Do you have any other any configurations on your computer that impact electron/chromium based applications? If you uninstall Compass and reinstall it does the issue persist? Let us know if there's any other information that might help us diagnose or reproduce the issue.
I've reinstalled it a couple of times and it always shows up. I really don't understand what else I can do to make it go away as it's too annoying. I always have to use the dev tools to disable the css class to make it work.
All other electron/chromium based apps work fine on my computer and no other app shows any kind of issues. It's only Compass.
@dropocol did it start working? Any insights in case this shows up again? We've updated some of our document rendering fairly recently so an update might solve some issues. Sorry we couldn't get to the cause of it.
@Anemy Yes. I've downloaded the new version and it's working fine now. The new UI looks awesome and is very responsive.