Skip Menu |

This queue is for tickets about the Tcl-pTk CPAN distribution.

Report information
The Basics
Id: 129754
Status: new
Priority: 0/
Queue: Tcl-pTk

People
Owner: Nobody in particular
Requestors: CAC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.96
Fixed in: (no value)



Subject: ROText: no space/backspace bindings
The space and backspace bindings documented for Perl/Tk's ROText do not work in Tcl::pTk. Pressing space/backspace should have the same effect as page down/page up respectively.

I think providing these bindings should be possible, but because the existing ROText in Tcl::pTk is not completely read-only (see RT #125420), the implementation might be have to be changed significantly.
Note that ROText.pm lines 26-29 are lifted from Perl/Tk, but don't do anything. In Perl/Tk, these lines copy the existing <Prior> and <Next> bindings created by bindRdOnly, which is not in Tcl::pTk.