-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Sometimes when I do a full reload, the terminal becomes transparent #1026
Comments
Whoa, that's weird. I never faced it 😰 Any extra info? Any plugins or themes? |
nope. fresh install |
Same here. On full reload it becomes transparent. As if the background color wouldn't be applied or something like that. Everything else seems to be the same. |
@luisrudge Could we see the console inspection if there is errors? |
I played with this a bit - there are no errors in the console. That's where I've gotten so far, hope it's on the right track. |
I also have this problem, but I'm running linux. I've built the latest version of master . System info:
I've made the following changes to my config to help show what might be going on:
|
I confirm this behaviour with the latest stable release 👍 fresh install, no plugins. |
@matheuss I can also confirm this to happen on Windows 10 Pro and Hyper 1.0.0 ( I also had this issue on previous builds. ) |
Same bug only after trying some plugins on Win10 & v1.0.0. Removing of breaking plugin did not help. |
I have the same problem. I set: |
I am also experiencing this on my Windows 7 PC |
Close in #1262 |
@luckv This is fixed in my previous comment PR |
OS version and name: windows 10 x64 Hyper.app version: 1.0.0 I have also the same problem after trigger "Full Reload" |
I've done some research into finding what causes the transparent background on a full reload, and these are my initial findings: Testcase:
Expected behavior
Observed behavior
ConclusionEnabling/disabling of transparency in options results in same behavior. There is one difference on a full reload; When transparency is enabled then the background of BrowserWindow turns transparent, if it's disabled then the background stays the same color as the |
@JarnoNijboer Yea let us know what you find. Just downloaded Hyper for windows and am seeing this issue as well. |
It actually happens on every full reload. |
this bug is the same like this -> #1638 |
Will be hard to recreate the process, but I was having the same issue when reloading hyper (on Windows 10 with bash.exe). Started playing around with the order plugins were loaded in the config file and now the full reload is working properly. It could also be linked to the fact that I'm using a Working with the following plugins and order: ...
plugins: [
"hyper-statusline",
"hyper-tabs-enhanced",
"hyper-chesterish"
],
... EDIT |
Fixed in v2 🎉 |
I am on the latest Hyper.app version
I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: Windows 10
Hyper.app version: 1.0.0 from appveyor
Issue
The text was updated successfully, but these errors were encountered: