Path: utzoo!attcan!uunet!kddlab!titcca!sragwa!sravd.sra.JUNET From: erik@sravd.sra.JUNET (Erik M. van der Poel) Newsgroups: comp.windows.x Subject: Re: X Conferencing program Keywords: twm, NoTitleFocus, keyboard focus Message-ID: <1046@sragwa.sra.JUNET> Date: 25 May 89 01:42:10 GMT References: <8905241809.AA25627@ATHENA.MIT.EDU> Sender: news@sragwa.sra.JUNET Reply-To: erik%sra.junet@uunet.uu.net (Erik M. van der Poel) Organization: Software Research Associates, Inc., Japan Lines: 32 In article <8905241809.AA25627@ATHENA.MIT.EDU> J.Crowcroft@cs.ucl.ac.uk (Jon Crowcroft) writes: >Unfortunately, it works underr all window managers we have here except >twm - with which the text widgets resoluteley refuse to accept any key >event input. Try NoTitleFocus. I experienced something that sounds similar in the sense that the widget wouldn't accept key input, but the circumstances may be different. In my case, I would pop up a shell and then pop it back down by pushing a button in a child of the popup shell, but then the main widget wouldn't accept key input any more. I noticed the following sequence: move into main insert main map popup remove main insert main remove main insert main move into popup remove main insert popup unmap popup remove popup insert popup ! remove main ! insert main where insert is InsertFocusEntry(), remove is RemoveGrab(), both in Xt/Event.c. The lines marked with ! are suspect. Does anyone know where the bug is?