Opened 11 years ago

Closed 5 years ago

#1985 closed defect (fixed)

wxGUI: Find module in "Search module" tab fails on Windows

Reported by: neteler Owned by: grass-dev@…
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)

comment:1 by annakrat, 11 years ago

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?

in reply to:  1 comment:2 by neteler, 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 martinl, 8 years ago

Milestone: 7.0.07.0.5

comment:4 by neteler, 8 years ago

Milestone: 7.0.57.0.6

comment:5 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:6 by martinl, 5 years ago

Resolution: fixed
Status: newclosed

Original issue fixed. Please create separate ticket if needed.

Note: See TracTickets for help on using tickets.