Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 00:40:19 -0700 (PDT)
From:      "Eric P. Scott" <eps+fbsdbugs@mooseriver.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39946: Shift-Tab navigation doesn't work in tk-8.3.4_3 (x11-toolkits/tk83)
Message-ID:  <200206280740.g5S7eJpa024858@gdead.mooseriver.com>

next in thread | raw e-mail | index | archive | help

>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
<<PrevWindow>> 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 <<PrevWindow>> <ISO_Left_Tab> }
 		"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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206280740.g5S7eJpa024858>