[Bug 489228] Keyboard does not work in perl-Tk programs

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 28 10:51:36 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=489228





--- Comment #10 from Patrick <pd520 at york.ac.uk>  2009-04-28 06:51:35 EDT ---
 perl -MTk -we 'my $top = MainWindow->new->getOpenFile(-title =>
"GetFile");'
and:
XMODIFIERS='' perl -MTk -we 'my $top = MainWindow->new->getOpenFile(-title =>
"GetFile");'

have the same behavior: it open the widget, I can type inside the box a file
name, but when I click with mouse on a file name, it does not work.
On another fc10 machine, it does work fine.

The following:
perl -MTk -we 'use Tk::FileSelect; my $mw = MainWindow->new->FileSelect () ;'

gives me an error:
no event type or button # or keysym at
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Tk/Widget.pm line
1105.
 at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Tk/Derived.pm
line 502

Both behaviors are correlated, ie. they either both work properly and give an
error when I cannot enter the file name with the mouse.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-perl-devel-list mailing list