question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

0.10.0 breaking change: `HasSystemDecorations="False"` causes window to be full screen on MacOS

See original GitHub issue

Window:

<Window xmlns="https://github.com/avaloniaui"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:gif="clr-namespace:AvaloniaGif;assembly=AvaloniaGif"
        mc:Ignorable="d" Width="350" Height="200"
        x:Class="Bulk_Edit_Calendar_Events_WPF.Windows.Loading"
        WindowStartupLocation="CenterScreen"
        TransparencyLevelHint="AcrylicBlur" Background="Transparent"
        HasSystemDecorations="False">
  <Grid>
    <Grid.ColumnDefinitions>
      <ColumnDefinition Width="*"/>
      <ColumnDefinition Width="Auto"/>
    </Grid.ColumnDefinitions>
    <TextBlock Text="Bulk&#x0a;Edit&#x0a;Calendar&#x0a;Events"
               Foreground="White"
               VerticalAlignment="Center"
               FontFamily="Britannic Bold" FontSize="35" Margin="5"/>
    <Image Grid.Column="1" HorizontalAlignment="Right"
           gif:GifImage.SourceStream="{Binding CalendarLoadingStream}"/>
  </Grid>
</Window>

Window looks as expected on Windows (Windows 10):

But this is how it looks on MacOS (10.13.6 High Sierra):

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sn4k3commented, Jan 24, 2021
0reactions
derekantricancommented, Oct 15, 2021

Yup seems to be fixed (I’m on 0.10.6). Thanks for the update!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I stop macOS from moving my fullscreen windows ...
I'm new to mac, so apologies when this is a basic question, but this is really bothering me and I can't figure out...
Read more >
macos - Disable full screen system wide on OS X 10.9.5
Hold down the Option (Alt) key on your keyboard when you click the green maximize button. The window will then zoom the OLD...
Read more >
Use apps in full screen on Mac
On your Mac, move the pointer to the green button in the top-left corner of the window, then choose Enter Full Screen from...
Read more >
P: Support for native full-screen mode on macOS - Page 10
Hi,. Maximising the window is not supported on Photoshop CC 2017 release under the new Mission Control in High Sierra. As of versions...
Read more >
Break free of a fullscreen app on Mac OS X
In OS X 8.2, an app in full screen mode will display the now hidden application menu by moving the cursor to the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found