Comment #14 on issue 166 by vinetouu: The cursor should be put on current
window when switch between windows by Ctrl+Tab
http://code.google.com/p/ulipad/issues/detail?id=166
Yeah, you fixed it. Good job, Limodou! But still, you need to fix the
on_kill_focus()
method because it has a bug. I think that you tried to give the variable
command_mode
a boolean value True and then make the method return that value. You can't
use the
keyword 'is' because it is ment for checking if, in our case, the variable
command_mode is *the same object* as True. Even though this works, you need
to set
the variable command_mode a value of True and then return that value.
Please apply my
patch in comment 10 because it fixes that method. Thanks for fixing this
long-lasting
bug.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings