From owner-freebsd-java@FreeBSD.ORG Sun Feb 19 12:53:50 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 0EE3E16A420 for ; Sun, 19 Feb 2006 12:53:50 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6115F43D46 for ; Sun, 19 Feb 2006 12:53:49 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id k1JCrkea026307; Sun, 19 Feb 2006 13:53:46 +0100 Date: Sun, 19 Feb 2006 13:53:46 +0100 From: Andreas Kohn To: Alex Pivovarov References: <426b510c0602190405h71ac90damd967e66e3976495e@mail.gmail.com> In-Reply-To: <426b510c0602190405h71ac90damd967e66e3976495e@mail.gmail.com> (from apivovarov@gmail.com on Sun Feb 19 13:05:55 2006) X-Mailer: Balsa 2.3.10 Message-Id: <1140353626l.977l.0l@klamath.syndrom23.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Cc: freebsd-java@freebsd.org Subject: Re: Backspace key doesn't work neither in TextField nor in JTextField 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: Sun, 19 Feb 2006 12:53:50 -0000 Hi, On 2006-02-19 13:05, Alex Pivovarov wrote: > jdk-1.5.0p2_5 > FreeBSD 6.1-Prerrelease #1 >=20 > Problem: > Backspace key doesn't work neither in TextField nor in JTextField . > And other service keys like Tab, Del, Space also don't work in AWT or > SWING applications. Unfortunately, this is just a very unhelpful "me too" message :( FreeBSD 7.0-CURRENT #31: Mon Feb 13 18:37:20 CET 2006 java version "1.5.0-p2" Java(TM) 2 Runtime Environment, Standard Edition (build =20 1.5.0-p2-root_11_feb_2006_00_56) Java HotSpot(TM) Client VM (build 1.5.0-p2-root_11_feb_2006_00_56, =20 mixed mode) I observe the behaviour for example in the webchat applet of =20 http://www.euirc.net. In that applet, I'm not even able to use "enter" =20 to send a message. Backspace and the other keys DO work in Eclipse (3.1.2). Regards, -- Andreas