- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 512
Splashscreen fixes #851
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
Splashscreen fixes #851
Conversation
CLA assistant check 
All committers have signed the CLA.
Hi @80avin ,
thanks for contributing, we definitely need some work on the splash screen.
I tested on mac and I see some behavior we should try to address:
- the splash screen pops up
- it is immediateley covered by the IDE main window (blank)
I'd get rid of the splash screen, we don't need it anymore.
@80avin let me know if this is something that can be addressed in this PR
- the splash screen pops up
- it is immediateley covered by the IDE main window (blank)
@80avin I know setting alwaysOnTop to false would be far simpler, but this is why #717 takes a different approach.
I've also noticed that using pointer-events: none; still allows the splash screen to be highlighted if it's double clicked.
Added a bare minimum example. Closes arduino#193 Closes arduino#324 Closes arduino#327 Closes arduino#717 Closes arduino#851 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Fixes
Note: I saw #717 but the approach is different.