(0007688 - 1092 - 1146 - 1146 - 1146 - 1146 - 1146)
dway
10-15-06 22:48
edited on: 10-15-06 22:49
|
This looks like a step in the right direction, however there is one problem that should be addressed before this is made the default behavior. At the moment, this changeset does two things:
- If you move the mouse out of a text pane, the keyboard focus still stays in that text pane (good).
- If you move the mouse out of a text pane and then click the mouse in a list pane in the same window, the keyboard focus still stays in the original text pane (bad). It seems to not be possible to get keyboard focus into the list pane (for arrowing up and down through the list), unless you completely reset things by bringing up a different window.
If we could fix that, and then also add the capability to use something like ctrl-tab to change keyboard focus from pane to pane, then we'd be in business. :-)
At that point, we might have to make mouseOverForKeyboardFocus true by default, if the new behavior was too unfamiliar for old-time Squeak users. Or not. But in any case, it would be good to have mouseover consistently have no effect when mouseOverForKeyboardFocus is false.
|