Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit da9b762

Browse files
committed
Merge pull request #312 from github/fixes/301-validation-adorner-steals-click
Allow clicking password box when it is in error
2 parents a10a83c + cda1f7a commit da9b762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.UI.Reactive/Assets/Controls/Validation/ValidationMessage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
<Grid
6969
ToolTip="{Binding ElementName=adornerPlaceholder, Path=AdornedElement.(Validation.Errors).CurrentItem.ErrorContent}"
7070
Background="Transparent"
71-
Cursor="IBeam">
71+
Cursor="IBeam"
72+
IsHitTestVisible="False">
7273

7374
<AdornedElementPlaceholder
7475
Name="adornerPlaceholder"

0 commit comments

Comments
 (0)