Skip to content

Conversation

@80avin
Copy link

@80avin 80avin commented Feb 20, 2022

Fixes

  1. prevent splashscreen from starting alwaysOnTop
  2. prevent pointer events like drag on splash screen

Note: I saw #717 but the approach is different.

@CLAassistant
Copy link

CLAassistant commented Feb 20, 2022

CLA assistant check
All committers have signed the CLA.

@per1234 per1234 added the topic: code Related to content of the project itself label Feb 20, 2022
@AlbyIanna AlbyIanna requested review from AlbyIanna, fstasi and ubidefeo and removed request for fstasi February 24, 2022 10:55
@fstasi
Copy link
Contributor

fstasi commented Feb 24, 2022

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

@mostpinkest
Copy link

mostpinkest commented Mar 3, 2022

  • 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.

@kittaakos kittaakos self-assigned this Aug 3, 2022
kittaakos pushed a commit that referenced this pull request Aug 4, 2022
Added a bare minimum example.

Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 4, 2022
Added a bare minimum example.

Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 4, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 4, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 4, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 4, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 5, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 5, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 5, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 5, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 9, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 9, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 9, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this pull request Aug 9, 2022
Added a bare minimum example.

Closes #193
Closes #324
Closes #327
Closes #717
Closes #851

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Aug 9, 2022
kittaakos pushed a commit to kittaakos/arduino-ide that referenced this pull request Aug 10, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conclusion: duplicate Has already been submitted topic: code Related to content of the project itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Splash Screen Can be Clicked and Dragged as an Image Splash Screen Should not be Always on Top

7 participants