We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88c8bfe + 5f1423f commit c65b9caCopy full SHA for c65b9ca
MahApps.Metro/Styles/Controls.xaml
@@ -33,6 +33,8 @@
33
</ResourceDictionary.MergedDictionaries>
34
35
<Style x:Key="FloatingMessageContainerStyle" TargetType="{x:Type ContentControl}">
36
+ <Setter Property="IsTabStop" Value="False" />
37
+ <Setter Property="Focusable" Value="False" />
38
<Setter Property="MaxHeight" Value="0" />
39
<Setter Property="IsHitTestVisible" Value="False" />
40
<Setter Property="Margin" Value="5 0" />
docs/release-notes/1.2.1.md
@@ -3,3 +3,5 @@
3
MahApps.Metro v1.2.1 bug fix release.
4
5
# Bugfixes
6
+
7
+- Fixed hidden focus for TextBox control (and other input controls) #2296 #2304
0 commit comments