MaterialDesignInXAML/MaterialDesignInXamlToolkit

Touch keyboard closed when touching a TextBox in PopupBox for the first time

Open

#2,458 opened on Oct 6, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C# (3,500 forks)batch import
Hacktoberfestbugup-for-grabs

Repository metrics

Stars
 (16,143 stars)
PR merge metrics
 (Avg merge 2d 7h) (9 merged PRs in 30d)

Description

Observed behaviors

  • Touching a TextBox works fine and will bring up the touch keyboard.
  • Touching a TextBox inside a PopupBox for the first time opens up the touch keyboard but it is closed immediately. :boom:
  • Touching a TextBox inside a PopupBox for the a second time opens up the touch keyboard and it stays open.

Reproduction Reposititory

https://github.com/mgnslndh/MaterialDesignXamlTouch

PopupBoxTextBoxTouch

Contributor guide