From owner-freebsd-java@FreeBSD.ORG Wed Apr 12 11:37:23 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAD716A406 for ; Wed, 12 Apr 2006 11:37:23 +0000 (UTC) (envelope-from creep@desk.pl) Received: from router.student.pw.edu.pl (router.student.pw.edu.pl [194.29.137.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CAB243D92 for ; Wed, 12 Apr 2006 11:37:11 +0000 (GMT) (envelope-from creep@desk.pl) Received: from localhost (localhost [127.0.0.1]) by router.student.pw.edu.pl (Postfix) with ESMTP id 320427C002 for ; Wed, 12 Apr 2006 13:37:09 +0200 (CEST) Received: from router.student.pw.edu.pl ([127.0.0.1]) by localhost (router.student.pw.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15233-39 for ; Wed, 12 Apr 2006 13:37:08 +0200 (CEST) Received: from [10.15.5.72] (unknown [10.15.5.72]) by router.student.pw.edu.pl (Postfix) with ESMTP for ; Wed, 12 Apr 2006 13:37:08 +0200 (CEST) Message-ID: <443CE65A.8030608@desk.pl> Date: Wed, 12 Apr 2006 13:36:58 +0200 From: Marcin Koziej User-Agent: Thunderbird 1.5 (X11/20060213) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at student.pw.edu.pl Subject: IntelliJ IDEA + jdk-1.5 weird window tab focus problem. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 11:37:23 -0000 Hello, I'm using IntelliJ IDEA 5.1.1 with jdk-1.5.0p3. Everything works fine, except when i switch tabs to another open tab, the things I type appear in previous one. There is the caret shown in the new one, I can move it and even use delete button, but letters typed appear in tab previously selected ! I use Xorg 6.9.0 with standard input method. How can I debug it? I searched google/mailing lists for this weirdness but no luck ;( Hints? Ideas? Best regards, m.