#989 closed patch (fixed)
Action with Capture output disabled appears to do nothing
Reported by: | smizuno | Owned by: | gsherman |
---|---|---|---|
Priority: | major: does not work as expected | Milestone: | |
Component: | MapCanvas | Version: | Trunk |
Keywords: | action | Cc: | |
Must Fix for Release: | No | Platform: | All |
Platform Version: | Awaiting user input: | no |
Description
Action with Capture output disabled appears to do nothing when activated (Linux and Windows; don't know about Mac).
- set up an Action to start Firefox, for example (doesn't matter what program is used); don't enable Capture output
- Identify an object on the canvas, then click the action item in the Identify Results dialog - no window for the program appears.
If Capture output is enabled, then the dialog to show the results of the program appears and the program window appears as expected.
This used to work on 0.8.1
Attachments (1)
Change History (5)
comment:1 by , 16 years ago
Milestone: | Version 1.0 → Version 0.9.2 |
---|---|
Type: | defect → patch |
by , 16 years ago
Attachment: | patch_for_bug_989.txt added |
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
I am submitting a patch to fix this problem. This is the cause: the process is started, then immediately killed by die() if the process is not captured.
The details:
1.merged the two
I have tested this on Linux and Windows XP.