Things are progressing on my little project. Started working on enhancing the help function.
Moved most controls to a container control. When users get to a certain point a new container control will appear with the information they need.
The problem is that a textfield on the first container has focus. The blue focus ring shows through the new container (all the other controls disappear). Is this a bug?
I’ve solved the problem by making the first container invisible when the second appears, but it seems odd behavior.
4 posts - 3 participants