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

bugzilla at redhat.com bugzilla at redhat.com
Sun Mar 8 21:42:18 UTC 2009


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

Summary: Keyboard does not work in perl-Tk programs

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

           Summary: Keyboard does not work in perl-Tk programs
           Product: Fedora
           Version: 10
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: high
          Priority: low
         Component: perl-Tk
        AssignedTo: andreas.bierfert at lowlatency.de
        ReportedBy: pierre.lacaze at neuf.fr
         QAContact: extras-qa at fedoraproject.org
                CC: andreas.bierfert at lowlatency.de,
                    fedora-perl-devel-list at redhat.com
    Classification: Fedora


Description of problem:
It is impossible to use the keyboard (a french keyboard in my case) in perl-Tk
programs).

Version-Release number of selected component (if applicable):
perl 5.10.0
perl-Tk 5.fc9

How reproducible:


Steps to Reproduce:
1. Run the following simple program with perl.

use Tk;


my $top = MainWindow->new;
my $filename=$top->getOpenFile(

        -title      => 'GetFile',

    );


Actual results:
Try to type some text in the dialog box that opens. Nothing happens.

Expected results:
What I type should appear in the dialog box. 

Additional info:
I could use my perl-Tk programs with no problems a few weeks ago. I have a
french keyboard, and I run Gnome.

-- 
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