Opened 6 years ago
Closed 5 years ago
#3592 closed defect (fixed)
cmd-c (copy on Mac) closes dialog in r.import
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | wxGUI | Version: | 7.2.2 |
Keywords: | cmd-c | Cc: | |
CPU: | Unspecified | Platform: | MacOSX |
Description (last modified by )
Try to copy something like the name of a file and it closes the dialog. This is a really annoying bug. Probably easy to fix. Related to the still unfixed bug in #3008
Change History (7)
comment:1 by , 6 years ago
Version: | unspecified → 7.2.2 |
---|
comment:2 by , 6 years ago
Milestone: | → 7.2.4 |
---|
comment:3 by , 6 years ago
Description: | modified (diff) |
---|---|
Milestone: | 7.2.4 → 7.6.2 |
comment:4 by , 5 years ago
This is still an issue with 7.8 branch and master (7.9.dev), with Python 3.8.2 and wxPython 4.0.7.post2.
I can add that this bug also appears with v.import
.
comment:5 by , 5 years ago
Most of or all of import/export dialogs based on gui/wxpython/modules/import_export.py
(class ImportDialog()
) is affected by this bug.
Fix proposed with https://github.com/OSGeo/grass/pull/393.
Note:
See TracTickets
for help on using tickets.
This still affects all GRASS 7 versions. Fix is probably similar to what is needed for #3008