MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
DrawerHost Set LeftDrawerCornerRadius, IsLeftDrawerOpen is true, OverlayBackground not set CornerRadius.
Nobody has claimed this yet.
- 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.


### Version
4.9.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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