Ticket #1166 (new defect)

Opened 3 years ago

dComboBox does not see the delete key

Reported by: johnf Assigned to: somebody
Priority: major Milestone: 0.8.3
Component: ui Version: 0.8.2
Keywords: Cc:

Description

I am attaching a minor change to dComboBox.py that demo's the problem. I force the case to upper which in turn causes onKeyChar to fire. However, the delete key is never passed to the method. I added print evt.keyCode to see if the delete gets there.

Attachments

dComboBox.py (8.0 kB) - added by johnf on 09/02/2008 02:05:46 PM.

Change History

09/02/2008 02:05:46 PM changed by johnf

  • attachment dComboBox.py added.