Tk Library Source Code

View Ticket
Login
Ticket UUID: 1205536
Title: ComboBox Return binding broken if -bwlistbox set
Type: Bug Version: None
Submitter: stevel Created on: 2005-05-20 09:48:06
Subsystem: bwidget Assigned To: damonc
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2009-06-30 21:00:14
Resolution: Accepted Closed By: oehhar
    Closed on: 2009-06-30 14:00:14
Description:
The Return binding on a ComboBox is broken if the -bwlistbox option is 
set. The problem is that the binding is set on the underlying canvas rather 
than on the BWidget ListBox widget, and so the "curselection" method 
isn't supported.

The attached patch fixes the problem by passing the path to the ListBox 
widget, rather than %W (which will expand to the name of the underlying 
canvas widget).
User Comments: oehhar added on 2009-06-30 21:00:14:
yes, nice bug -> fixed in cvs

stevel added on 2005-05-20 16:48:07:

File Added - 135253: combobox.patch

Attachments: