Re: [ROOT] [Alt+Tab] and SetKeyAutoRepeat trouble

From: Maksim A. Nikulin (nikulin@gorodok.net)
Date: Thu Jan 29 2004 - 06:26:15 MET


Hi Valeriy,

Valeriy Onuchin wrote:
> it was not easy to reproduce because cursor must be located not in canvas 
> but in menu bar. It's fixed (must be in CVS today). 

Unfortunately it happens regularly. You surprise me. One of my 
collegaues suffers from this behavior too, another person reproduced it 
easily in sawfish and gnome when I asked him (usually he switches 
windows using a mouse).

I have investigated the problem with more attention. Details of my 
configuration: Black box widow manager, sloppy focus, click raise; 
bbkeys program for [Alt+Tab] hot key.

A TCanvas instance has focus but the mouse pointer is out of the window. 
If I press [Alt+Tab] the TCanvas receive key press event but it doesn't 
get key release. Key autorepeat became broken.

>   BTW, what does it mean "completion doesn't work " ?

ROOT-3.10/02:
root [0] gV[Tab]
root [0] gVirtual[Tab]
gVirtualGL
gVirtualPS
root [0] gVirtualX->SetK[Tab]
variable "gVirtualX" not defined.
root [0] gVirtualX->SetKeyAutoRepeat(kTRUE)
root [1] gV[Tab]
root [1] gVirtual[Tab]
gVirtualGL
gVirtualPS
gVirtualX
root [1] gVirtualX->SetK[Tab]
root [1] gVirtualX->SetKeyAutoRepeat()

ROOT-3.05/07:
root [0] gV[Tab]
root [0] gVirtual[Tab]
gVirtualGL
gVirtualPS
gVirtualX
root [0] gVirtualX->SetK[Tab]
root [0] gVirtualX->SetKeyAutoRepeat()

--
With best regards
Maksim Nikulin



This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:05 MET