Juan Diego Herrera

Results 5 issues of Juan Diego Herrera

### Description When creating buttons with a `BorderColor` defined but not a specific `BorderWidth`, the buttons borders will not render except in Windows. Screenshots Windows It is possible that this...

t/bug
area/controls 🎮
control-button

### Description of Change We prevent the templating engine from matching the AppID to the App's name (the sourceName). This allows the `applicationId` parameter to work as expected when doing...

area/templates 📄

### Description In Windows, a `Label` inside a `Frame` will not wrap text but _will_ resize the container as if it wrapped. The only `LineBreakMode` that's not truncation-related is `NoWrap`....

t/bug
platform/windows 🪟
area/layout 🔲
area/controls 🎮
control-label
control-frame
control-window

### Description Creating a NavigationPage with `HasNavigationBar="False"` will still display a Navigation Bar if one of the child pages has a title. ![image](https://user-images.githubusercontent.com/32918747/224183698-eca12001-55d3-4a59-af8d-66d12756fb25.png) ### Steps to Reproduce 1. Create a...

t/bug
area/navigation 🧭

### Description of Change Document `NavigableElement`. I also documented the top level summaries for `INavigation` and `NavigationProxy`. That being said, the internal implementations of these classes still needs to be...

area/navigation 🧭