I've read several differents post with this topics but each time, people have a problem of focus with their textbox (or color), but i'm not.
I've got this problem for 2 different C# WPF project in my company, 2 project very advanced and both have caret who disapear at some specific position. I can click with my mouse, if it's on a bad "caretIndex" it don't change anything, the caret don't appear.
For example, i have a textbox :
- I write "Q" => Carret appear
- I write "W" => Carret appear
- I write "E" => Carret doesn't appear, i can click with my mouse it don't change anything.
- I write "R" => Caret appear
- I write "T" => Caret appear
It s at some specific position but i can't know why. Some people had the same problem too ?
Thanks