Date: Tue, 15 Oct 2024 08:04:22 +0000 From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: [Bug 282006] x11-toolkits/tk90: backspace in text widget crashes interpreter Message-ID: <bug-282006-30738-4blt7mVjB1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282006-30738@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282006 --- Comment #3 from Joachim Moskalewski <tonne03@jmos.net> --- May be related: Bindings can crash the Tk interpreter, too. An example code that can be executed in the wish9.0 shell: % pack [ entry .e ] % bind .e <Control-f> { puts "ok" } % focus .e Now press [Control-f] in the entry field, and it will crash with a "bad address" (the focus line in my example is just for convenience). Same by using wish8.6 works as expected. So IMO this bug more related to bindings than to a special widget (widgets have default bindings). -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282006-30738-4blt7mVjB1>
