Skip Menu |

This queue is for tickets about the Tk-FileDialog CPAN distribution.

Report information
The Basics
Id: 5009
Status: new
Priority: 0/
Queue: Tk-FileDialog

People
Owner: Nobody in particular
Requestors: campbemw [...] joimail.com
Cc:
AdminCc:

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

Attachments


Subject: file selection bug in version 1.3
Using Tk::FileDialog version 1.3 and perl 5.8.0 and 5.8.1 on Mandrake Linux 9.1 and 9.2. I noticed that if I select a file from the file listbox using the up/down arrow keys, the file is not appended to the directory in the returned filename. To fix this, in sub FileSel I changed $self->{'File'} = $self->{'FileList'}->get($f); to $self->{Configure}{-File} = $self->{'FileList'}->get($f); Thanks.
Download FileDialog1_3_patch
application/octet-stream 410b

Message body not shown because it is not plain text.