Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport setting the window dragging region with CSS #7408
Closed
Labels
Comments
|
Such CSS properties should be prefixed with |
|
Relevant gecko patches (haven't landed in m-c): https://bugzilla.mozilla.org/show_bug.cgi?id=1070710 |
|
This is what I tried to do:
But |
|
Failing code: paulrouget/glutin@5b922d1 |
|
This is not standard and not necessary anymore. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Glutin allows decoration-less windows. We can paint where the titlebar is supposed to be displayed by the OS, and then build our own titlebar (thinking of browser.html here).
But we need to be able to tell the OS what region of the UI is draggable.
The equivalent of
-webkit-app-region: dragand-moz-window-dragging: drag;. See gecko implementation.