MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit

DrawerHost Set LeftDrawerCornerRadius, IsLeftDrawerOpen is true, OverlayBackground not set CornerRadius.

Open
#3,412 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug evaluation required
Dominant language
C#
Stars
16.3k
Forks
3.5k
Avg merge
1d 22h
Merged PRs (30d)
8

Description

### Bug explanation

DialogHost set CornerRadius="18";
DrawerHost set LeftDrawerCornerRadius="18,0,0,18" OverlayBackground="Red";
When IsLeftDrawerOpen is open,OverlayBackground not have CornerRadius.
![DrawerHost bug](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/43948537/297d6af8-938a-4841-8605-b7aad6e21ea8)
![DrawerHost bug](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/43948537/cd1686a7-cbff-4fb6-b9ef-1cbfdcddc397)

### Version

4.9.0

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue using DrawerHost with LeftDrawerCornerRadius="18,0,0,18", IsLeftDrawerOpen enabled, and OverlayBackground="Red", comparing it with the described DialogHost behavior. Start by locating the DrawerHost implementation and determine how the overlay is rendered; done means the overlay respects the configured corner radius, with a regression test if the project provides one.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.