View Issue Details

IDProjectCategoryView StatusLast Update
0002232DarkRadiantScriptingpublic02.06.2010 06:40
Reporterrich_is_bored Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionfixed 
PlatformWin64OSWindowsOS Version7
Product Version1.3.0 
Target Version1.3.1Fixed in Version1.3.1 
Summary0002232: Python invoked dialog does not trap all key strokes
DescriptionAfter invoking a dialog box with text boxes through a python script the keys 'o' and 'c' are not captured. They are instead interpreted by Dark Radiant seemingly as keyboard shortcuts. Oddly enough other shortcut keys like 's' are trapped by the python dialog properly.

Steps To Reproduce1) Paste this code into the python script tab...

dialog = GlobalDialogManager.createDialog('test')
fileHandle = dialog.addEntryBox("filename")
dialog.run()

2) Run it.
3) Press 'o' or 'c'.
Additional InformationRelated forum discussion...

http://modetwo.net/darkmod/index.php?/topic/10906-ase-export-script-wip/page__view__findpost__p__218246
TagsNo tags attached.

Activities

greebo

greebo

29.05.2010 07:29

administrator   ~0003022

Fixed in SVN.

Issue History

Date Modified Username Field Change
29.05.2010 06:43 rich_is_bored New Issue
29.05.2010 07:27 greebo Status new => assigned
29.05.2010 07:27 greebo Assigned To => greebo
29.05.2010 07:27 greebo Target Version => 1.3.1
29.05.2010 07:29 greebo Note Added: 0003022
29.05.2010 07:29 greebo Status assigned => resolved
29.05.2010 07:29 greebo Fixed in Version => 1.3.1
29.05.2010 07:29 greebo Resolution open => fixed
02.06.2010 06:40 rich_is_bored Status resolved => closed