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

Can't drag titlebar-less windows (osx) #9856

Closed
paulrouget opened this issue Mar 3, 2016 · 3 comments
Closed

Can't drag titlebar-less windows (osx) #9856

paulrouget opened this issue Mar 3, 2016 · 3 comments

Comments

@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Mar 3, 2016

This started with servo/glutin#68

Related: #7408

@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Mar 14, 2016

We have 2 options here:

  1. just set an arbitrary region of 28 css pixels that is draggable from within Glutin. This might be good enough for the June release;
  2. expose a Glutin API to set the region programmatically. From Servo, this could be bound to a CSS property (see #7408)
@paulrouget paulrouget added the P-mac label Mar 14, 2016
pcwalton added a commit to pcwalton/glutin that referenced this issue Mar 14, 2016
Despite the fact that the style mask contains `NSTitledWindowMask`, the
title doesn't show up for two reasons: (a) we draw over it; (b) we make
it invisible with a call to `-[NSWindow setTitleVisibility:]`.

Addresses servo/servo#9856 and servo/servo#9878.
pcwalton added a commit to pcwalton/glutin that referenced this issue Mar 14, 2016
Despite the fact that the style mask contains `NSTitledWindowMask`, the
title doesn't show up for two reasons: (a) we draw over it; (b) we make
it invisible with a call to `-[NSWindow setTitleVisibility:]`.

Addresses servo/servo#9856 and servo/servo#9878.
Partially addresses servo/servo#9812.
pcwalton added a commit to pcwalton/glutin that referenced this issue Mar 14, 2016
Despite the fact that the style mask contains `NSTitledWindowMask`, the
title doesn't show up for two reasons: (a) we draw over it; (b) we make
it invisible with a call to `-[NSWindow setTitleVisibility:]`.

Addresses servo/servo#9856 and servo/servo#9878.
Partially addresses servo/servo#9812.
@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Mar 16, 2016

Blocked on servo/glutin#79.

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Mar 16, 2016

#10037 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.