Skip to content
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

On macOS, dragging the onboarding window is only possible from "the blue half" #39

Closed
mokagio opened this issue Apr 26, 2024 · 1 comment
Labels
[Type] Bug Something isn't working

Comments

@mokagio
Copy link
Contributor

mokagio commented Apr 26, 2024

Quick summary

While looking into #37, I noticed I could only drag the app window from "the blue half" of it.

I don't know much about Electron, but my guess would be that the form component goes on top of whatever native component Electron/React placed there to capture the dragging event.

I know in native macOS and iOS development there is a way to let touch input go through views, maybe Electron has a cross-platform equivalent?

Steps to reproduce

  1. Launch the app with no sites locally so to load the onboarding screen
  2. Try to drag by click-and-holding on "the blue half" – It works
  3. Try on the form half – I doesn't move

What you expected to happen

I'd expect the window do be draggable from any point in the top area.

What actually happened

Screen.Recording.2024-04-26.at.13.56.33.mov

Impact

All

Available workarounds?

No but the app is still usable

Platform

Mac Silicon

Logs or notes

No response

@mokagio mokagio added the [Type] Bug Something isn't working label Apr 26, 2024
@zdenys
Copy link

zdenys commented Apr 26, 2024

I found it confusing too and reported yesterday I think we can close the above in favor of the earlier report and add your comment there.

@mokagio mokagio closed this as completed Apr 30, 2024
@wojtekn wojtekn closed this as not planned Won't fix, can't repro, duplicate, stale Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants