You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Problem happens with a linter active (either the Diagnostics from package atom-ide-ui or package linter). Best further description I can give is a screenshot.
See the white line (as part of the bottom dock) above the status bar here (screenshot 1).
If the bottom dock is opened and the right side has no scrollbar, then a white line is displayed on the right dock instead, see here (screenshot 2).
No line is displayed with both -bottom & right- docks open.
Reproduction Steps:
Fresh atom profile/installation
Install & activate theme atom-material-ui
Install package atom-ide-ui (or linter and dependencies)
Install a language package of choice, i.e. ide-css (or linter-less)
Open a file with lintable language, i.e. less
Have bottom & right dock closed
With atom-ide-ui: Add an error to the file the linter should catch
Expected behavior:
There shouldn't be a white line at any dock.
Observed behavior:
There is a white line.
Further observations (may or may not relate):
With package atom-ide-ui: Once the line is there, everytime the file is linted the line flashes. It also flashes when moving the mouse cursor over the file tabs at the top.
With package linter: If a second panel is opened to the right (i.e. markdown preview), the line is present whenever a tooltip from autocomplete-plus is open. See here (screenshot 3).
This white line is centered and contained to the left panel and also seems to be one pixel ontop the panel. See the red dotted line at the bottom of the panel: One pixel of it is below the problem line. Example for comparison without white line here (screenshot 4).
I searched a little through Atoms dev-tools and at the element .atom-dock-inner.bottom>.atom-dock-mask, if I change the elements style height to 1px instead of the 0px, then the white line is gone on the bottom dock. Until I move my mouse over the bottom area again and Atom resets it to 0px.
Also on the class .atom-dock-resize-handle if I comment out the position: absolute; the white line is also gone. See file atom-material-ui/styles/dock.less at line 40.
Not that this is a solution but it may help you guys figure it out.
Screenshots and GIFs
Screenshot 1:
Screenshot 2:
Screenshot 3:
Screenshot 4:
Atom version: 1.21.2 x64
OS and version: Linux Mint 17.3 (based on Ubuntu 14.04)
Problem happens with a linter active (either the Diagnostics from package
atom-ide-ui
or packagelinter
). Best further description I can give is a screenshot.See the white line (as part of the bottom dock) above the status bar here (screenshot 1).
If the bottom dock is opened and the right side has no scrollbar, then a white line is displayed on the right dock instead, see here (screenshot 2).
No line is displayed with both -bottom & right- docks open.
Reproduction Steps:
atom-material-ui
atom-ide-ui
(orlinter
and dependencies)ide-css
(orlinter-less
)atom-ide-ui
: Add an error to the file the linter should catchExpected behavior:
There shouldn't be a white line at any dock.
Observed behavior:
There is a white line.
Further observations (may or may not relate):
With package
atom-ide-ui
: Once the line is there, everytime the file is linted the line flashes. It also flashes when moving the mouse cursor over the file tabs at the top.With package
linter
: If a second panel is opened to the right (i.e. markdown preview), the line is present whenever a tooltip fromautocomplete-plus
is open. See here (screenshot 3).This white line is centered and contained to the left panel and also seems to be one pixel ontop the panel. See the red dotted line at the bottom of the panel: One pixel of it is below the problem line. Example for comparison without white line here (screenshot 4).
I searched a little through Atoms dev-tools and at the element
.atom-dock-inner.bottom>.atom-dock-mask
, if I change the elements style height to 1px instead of the 0px, then the white line is gone on the bottom dock. Until I move my mouse over the bottom area again and Atom resets it to 0px.Also on the class
.atom-dock-resize-handle
if I comment out theposition: absolute;
the white line is also gone. See fileatom-material-ui/styles/dock.less
at line 40.Not that this is a solution but it may help you guys figure it out.
Screenshots and GIFs
Screenshot 1:
Screenshot 2:
Screenshot 3:
Screenshot 4:
Atom version: 1.21.2 x64
OS and version: Linux Mint 17.3 (based on Ubuntu 14.04)
Installed packages:
EITHER
OR
The text was updated successfully, but these errors were encountered: