Date: Mon, 14 Oct 2024 14:50:25 +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-ToZIw79zMM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282006-30738@https.bugs.freebsd.org/bugzilla/> References: <bug-282006-30738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282006 --- Comment #2 from Joachim Moskalewski <tonne03@jmos.net> --- Here's the mentioned patch: https://core.tcl-lang.org/tk/info/7a599109d4fc8= ea5 I've deinstalled the tcl90 and tk90 package (no other Tcl/Tk package installed), and compiled the source to test the patch; Doesn't make a difference. (And in another test I also tried the more popular gmake instea= d of FreeBSDs make=E2=80=A6) And it's not just the text widget - the basic input field "ttk::entry" f.e. also fails. I tried to start more tests: On Debian I even can't open any Tk window: Whi= le with 8.6 a simple "package require Tk" works, on 9.0 - if wish or tclsh - loading Tk fails with 'couldn't connect to display ":1"'. And "bind <Leave>" fires up before a new window is drawn, so if you say "destroy .window" inside a Leave-event (f.e. "selfmade (context) menus") yo= u'll never get your window :( At least the Unix version of Tcl/Tk 9 IMO seems to= be more alpha than a production release. BTW, the package description of Tk 9.0 names itself 8.7 ;) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282006-30738-ToZIw79zMM>