atom-material / atom-material-ui

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

Possible Theme Stylesheet Conflict #433

Closed matthewfeickert closed 5 years ago

matthewfeickert commented 7 years ago

It seems that the atom-material-ui theme may be causing display errors in other packages. The only one I have some evidence for is the ftp-remote-edit Atom package. Can you confirm this and do you have any further advice?

Reproduction Steps:

  1. Launch Atom
  2. Install ftp-remote-edit package
  3. Engage ftp-remote-edit view toggle

Expected behavior:

A text box should appear in which to enter a password expected_behavior

This expected behavior can be recovered by adding the following Stylesheet, as documented in @cschindl's fix instructions:

.overlay, atom-panel.modal {
overflow: inherit;
}

Observed behavior:

A small window appears, but it obscures the view such that instructional and additional text is unseen observed_behavior

Atom version: 1.19.0 OS and version: Ubuntu 16.04

$ uname -srvmpio
Linux 4.4.0-91-generic #114-Ubuntu SMP Tue Aug 8 11:56:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ atom --version
Atom    : 1.19.0
Electron: 1.6.9
Chrome  : 56.0.2924.87
Node    : 7.4.0

Installed (active) packages:

atom-material-syntax@1.0.6
atom-material-ui@2.0.4
build@0.68.0
build-make@0.13.0
busy@0.7.0
busy-signal@1.4.3
ex-mode@0.17.0
file-icons@2.1.10
ftp-remote-edit@0.11.11
intentions@1.1.5
language-latex@1.1.0
latextools@0.8.5
linter@2.2.0
linter-chktex@1.3.1
linter-ui-default@1.6.4
merge-conflicts@1.4.5
minimap@4.29.6
python-autopep8@0.1.3
remote-edit@1.9.0
tabs-to-spaces@1.0.3
vim-mode-plus@0.96.2