MaterialDesignInXAML/MaterialDesignInXamlToolkit
Touch keyboard closed when touching a TextBox in PopupBox for the first time
开放
#2,458 创建于 2021年10月6日
Hacktoberfestbugup-for-grabs
仓库指标
- 星标
- (16,143 个星标)
- PR 合并指标
- (平均合并 2天 7小时) (30 天内合并 9 个 PR)
描述
Observed behaviors
- Touching a
TextBoxworks fine and will bring up the touch keyboard. - Touching a
TextBoxinside aPopupBoxfor the first time opens up the touch keyboard but it is closed immediately. :boom: - Touching a
TextBoxinside aPopupBoxfor the a second time opens up the touch keyboard and it stays open.
Reproduction Reposititory
https://github.com/mgnslndh/MaterialDesignXamlTouch
