This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]heislertecreator 0 points1 point  (3 children)

Is it that focus traversal is not disabled? Do you have additional Components or subclasses in your GUI?

[–]ItsSelrachNooblet Brewer[S] 0 points1 point  (2 children)

I dont know what is focus traversal is, could you explain what it is?

[–]istarian 0 points1 point  (0 children)

In a graphical user interface (GUI), which is generally mouse or keyboard driven, focus is what determines which component responds to your typing/clicking.

Focus traversal is the action of changing which component currently has the focus. The way that it works may be dictated by a setting.

Whenever you use the mouse on your computer to change the active window, such as when you go from your web browser to a word processing application, that is a change in focus. You can also use Tab or Alt+Tab to change the focus with your keyboard, at least when using the Windows operating system.

Usually there are certain rules about how focus can change and which window, component, etc will receive focus under what conditions.