fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.56k stars 518 forks source link

Backstage flicker #29

Closed nlap closed 9 years ago

nlap commented 10 years ago

The top of the backstage menu flickers white when it animates open/closed. I don't think I'm doing anything different than the demo app, which does animate properly.

It seems to just happen where the window's title bar is underneath. Rest of the backstage animates smoothly. I was able to capture it: untitled

Any ideas? Thanks

batzen commented 9 years ago

Could you post a repro for that issue? As you said it works in the showcase application.

nlap commented 9 years ago

I should have tested a bit more. I had a control that was wider than the available area when the backstage is open.

Not sure if there's anything to fix in fluent here.

batzen commented 9 years ago

If you could attach a repro I might be able to fix it in some future version.

nlap commented 9 years ago

For example, in FluentTest add a large width to the textbox on line 89 in TestContent.xaml:

<TextBox Text="{Binding Mode=OneWay}" Width="6000" />

The backstage menu will now flicker when animating in the Office 2013 theme.

batzen commented 9 years ago

I wouldn't consider this a bug, but a feature instead. It shows you that something is wrong with your content. ;-)

nlap commented 9 years ago

Haha, fair enough!