From owner-freebsd-ports Fri Jun 28 0:51:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC63E37B400 for ; Fri, 28 Jun 2002 00:51:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20E743E1E for ; Fri, 28 Jun 2002 00:51:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S7p4JU056430 for ; Fri, 28 Jun 2002 00:51:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5S7p47k056429; Fri, 28 Jun 2002 00:51:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D46337B405 for ; Fri, 28 Jun 2002 00:40:20 -0700 (PDT) Received: from gdead.mooseriver.com (gdead.mooseriver.com [205.166.121.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0570D43E09 for ; Fri, 28 Jun 2002 00:40:20 -0700 (PDT) (envelope-from eps@gdead.mooseriver.com) Received: from gdead.mooseriver.com (localhost.mooseriver.com [127.0.0.1]) by gdead.mooseriver.com (8.12.3/8.12.3) with ESMTP id g5S7eJEj024859 for ; Fri, 28 Jun 2002 00:40:19 -0700 (PDT) (envelope-from eps@gdead.mooseriver.com) Received: (from eps@localhost) by gdead.mooseriver.com (8.12.3/8.12.3/Submit) id g5S7eJpa024858; Fri, 28 Jun 2002 00:40:19 -0700 (PDT) Message-Id: <200206280740.g5S7eJpa024858@gdead.mooseriver.com> Date: Fri, 28 Jun 2002 00:40:19 -0700 (PDT) From: "Eric P. Scott" Reply-To: "Eric P. Scott" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39946: Shift-Tab navigation doesn't work in tk-8.3.4_3 (x11-toolkits/tk83) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39946 >Category: ports >Synopsis: Shift-Tab navigation doesn't work in tk-8.3.4_3 (x11-toolkits/tk83) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 00:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Eric P. Scott >Release: FreeBSD 4.6-RELEASE i386 >Organization: Bay Area FreeBSD Users Group >Environment: System: FreeBSD vaio 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: tk8.3.4 + XFree86 4.2.0 fails to bind Shift-Tab's keysym to the <> event, so keyboard navigation doesn't work properly. Fortunately, the fix consists of a trivial change to an initialization file. >How-To-Repeat: Use Tab to navigate forward through interface elements. Notice that Shift-Tab has no effect. >Fix: patch-ac, perhaps? --- lib/tk8.3/tk.tcl.orig Fri Jun 7 02:54:55 2002 +++ lib/tk8.3/tk.tcl @@ -304,6 +304,7 @@ if {[info exists tcl_platform(os)]} { switch $tcl_platform(os) { "IRIX" - + "FreeBSD" - "Linux" { event add <> } "HP-UX" { # This seems to be correct on *some* HP systems. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message