atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Issue when using atom-python-virtualenv #475

Open MarkDVerhagen opened 5 years ago

MarkDVerhagen commented 5 years ago

This problem may be slightly niche, but when using the atom-python-virtualenv package, there is a small interface when using the 'select virtualenv' function. Normally, this yield a menu with all the virtualenvironments in the home folder specified in the atom-python-virtualenv package settings (see attached screenshot). When using the material theme UI, this menu is illegible (see attached screenshot).

Reproduction Steps:

  1. Install atom-python-virtualenv
  2. Navigate to the 'select virtualenv function' through the prompt
  3. Notice that it is impossible to see the menu

Expected behavior:

Get a drop-down menu of all available virtualenvs

Observed behavior:

A tiny blank line in the top of the editor

Screenshots and GIFs

screenshot 2019-01-12 at 15 54 28 screenshot 2019-01-12 at 15 55 00

Atom version: 1.34.0 OS and version: masOS Mojave 10.14.02

Installed packages:

atom-python-virtualenv autocomplete-python busy-signal file-icons highlight-selected intentions language-r linter linter-flake8 linter-ui-default minimap minimap-find-and-replace minimap-highlight-selected platformio-ide-terminal python-autopep8

UsmanRahman commented 4 years ago

I have the exact same issue, and a workaround is typing the exact name of the virtual environment folder. It should work as long as you have put in the correct destination in the package settings. This is very late and you've probably either changed your UI theme/figured this out, but just to make sure I guess.