Opened 11 years ago
Closed 6 years ago
#1985 closed defect (fixed)
wxGUI: Find module in "Search module" tab fails on Windows
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.7 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | Search_module | Cc: | |
CPU: | Unspecified | Platform: | MSWindows 7 |
Description
When searching for modules using the "Find module/description" tool in the "Search module" tab, on Windows nothing is found, i.e. the results are not listed.
Example: enter "water", then ENTER -> no result
(this works fine on Linux)
Change History (6)
follow-up: 2 comment:1 by , 11 years ago
comment:2 by , 11 years ago
Replying to annakrat:
There is some problem with key events in wx.SearchCtrl widget. Since we cannot fix this, I used wx.TextCtrl for Windows instead. Try r56484.
This helps, working now.
There is another problem on Windows with Ctrl+Enter shortcut (run found command). It only changes focus to Run button. Is this some special Windows shortcut?
(any Windows expert here?)
comment:3 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:5 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:6 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Original issue fixed. Please create separate ticket if needed.
There is some problem with key events in wx.SearchCtrl widget. Since we cannot fix this, I used wx.TextCtrl for Windows instead. Try r56484. There is another problem on Windows with Ctrl+Enter shortcut (run found command). It only changes focus to Run button. Is this some special Windows shortcut?