atom / tabs

Tabs in Atom
MIT License
111 stars 118 forks source link

invisible "project tab bar" #468

Closed ericychoi closed 7 years ago

ericychoi commented 7 years ago

Prerequisites

Description

An semi-invisible "project tab bar" appears under 1.18.0 when I start multiple instances of Atom. I can click on this to switch between different instances of Atom but this distorts the rendering of the first line in the editor.

Screenshot: image

I've tried safe-mode, and also wiping the saved state information, didn't seem to help.

Steps to Reproduce

  1. cd ~/a; atom .
  2. (in another terminal) cd ~/b; atom .
  3. the new Atom shows this symptom

Expected behavior: No invisible tab bar

Actual behavior: Invisible tab bar appears that seems to be functional but not quite rendered.

Reproduces how often: 100%

Versions

% atom --version ; apm --version
Atom    : 1.18.0
Electron: 1.3.15
Chrome  : 52.0.2743.82
Node    : 6.5.0
apm  1.18.1
npm  3.10.10
node 6.9.5 x64
python 2.7.11
git 2.7.3

OS: Mac Sierra

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

ericychoi commented 7 years ago

I believe this is a duplicate of https://github.com/atom/atom/issues/12690. Closing now.