compass icon indicating copy to clipboard operation
compass copied to clipboard

Document keys are partially hidden.

Open dropocol opened this issue 3 years ago • 8 comments

Bug Report

Current Behavior

The keys are not fully visible and show dots instead. image

I have tried reinstalling but it's still the same. Zoom-in, Zoom-out doesn't work either.

dropocol avatar Apr 05 '22 12:04 dropocol

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.

addaleax avatar Apr 05 '22 13:04 addaleax

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?

image

dropocol avatar Apr 05 '22 17:04 dropocol

Hi @dropocol , I haven't been able to reproduce with similar data, Screen Shot 2022-04-05 at 3 05 48 PM Screen Shot 2022-04-05 at 3 09 27 PM Which OS are you using Compass on? Are you using a custom desktop font?

Anemy avatar Apr 05 '22 19:04 Anemy

A temporary solution that I've found

  1. Open the Dev Tools by pressing option + cmd + I or go to view -> Toggle DevTools

  2. Click on any of the arrow icon in the image below. image

  3. Select any of the element that has a hidden data on it.

  4. It will have a class similar to leafygreen-ui-15lrq0l

  5. On the right side panel, you will see the properties of the css class. image

  6. Uncheck the overflow-x : hidden and you are good to go.

dropocol avatar Apr 05 '22 19:04 dropocol

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. image

Edit : Check my previous comment about the temporary solution of my problem.

dropocol avatar Apr 05 '22 19:04 dropocol

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 avatar Aug 31 '22 02:08 dropocol

@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.

Anemy avatar Sep 07 '22 16:09 Anemy

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 avatar Sep 07 '22 17:09 dropocol

@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 avatar Dec 03 '22 16:12 Anemy

@Anemy Yes. I've downloaded the new version and it's working fine now. The new UI looks awesome and is very responsive.

dropocol avatar Dec 03 '22 18:12 dropocol