#1985: wxGUI: Find module in "Search module" tab fails on Windows
---------------------------+------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: Search_module | Platform: MSWindows 7
Cpu: Unspecified |
---------------------------+------------------------------------------------
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.
#1985: wxGUI: Find module in "Search module" tab fails on Windows
---------------------------+------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: Search_module | Platform: MSWindows 7
Cpu: Unspecified |
---------------------------+------------------------------------------------
Comment(by 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. 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?
#1985: wxGUI: Find module in "Search module" tab fails on Windows
---------------------------+------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: Search_module | Platform: MSWindows 7
Cpu: Unspecified |
---------------------------+------------------------------------------------
Comment(by neteler):
Replying to [comment:1 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?