Opened 11 years ago
Last modified 9 years ago
#2215 new defect
wxGUI file type option. File path corrupt if contained backslash
Reported by: | naokiueda | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.6 |
Component: | wxGUI | Version: | 6.4.3 |
Keywords: | file type item, wingrass | Cc: | |
CPU: | Unspecified | Platform: | MSWindows 7 |
Description
in wxGUI script, place 'File' type option to open file dialog.
Example:
"c:\aaa\bbb bbb.txt". OK. --> "c:\aaa\bbb bbb.txt"
"c:\aaa\bbbbbb.txt". NG. --> "c:aaabbbbbb.txt"
Work Around: Add "space" in front of/end of value.
" c:\aaa\bbb bbb.txt". OK. "c:\aaa\bbb bbb.txt"
"c:\aaa\bbb bbb.txt ". OK. "c:\aaa\bbb bbb.txt"
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | bug_I_found.pdf added |
---|
comment:1 by , 10 years ago
Keywords: | wingrass added |
---|---|
Summary: | xwGUI file type option. File path corrupt if contained backslash → wxGUI file type option. File path corrupt if contained backslash |
comment:2 by , 9 years ago
Milestone: | 6.4.4 → 6.4.6 |
---|
Note:
See TracTickets
for help on using tickets.
does the same happen in GRASS 7? (where msys troubles go away)