Ticket #4427 (closed: worksforme)
If you have a table open, Ctrl+C, Ctrl+V and Del do not work in the script interpreter window
Reported by: | Janik Zikovsky | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.1 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Wenduo Zhou |
Description (last modified by Janik Zikovsky) (diff)
in MantidPlot.
Change History
comment:1 Changed 9 years ago by Janik Zikovsky
- Component changed from Mantid to MantidPlot
- Description modified (diff)
comment:2 Changed 9 years ago by Martyn Gigg
Just as a comment here. I think the reason that most windows seem to get the shortcut signals before the interpreter is because the shortcuts all have Window context and not Widget context. We should look at all shortcuts that are assigned to do something on a widget and make sure they have Qt::WidgetContext set. This ensures that they only receive the events when they have focus.
comment:4 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:6 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to release 2.4
comment:7 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:9 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to the Backlog after the code freeze for R2.6
comment:10 Changed 7 years ago by Russell Taylor
- Owner changed from Anyone to Russell Taylor
- Status changed from new to verify
- Resolution set to worksforme
This is no longer the case now that the interpreter window uses IPython (or might even have gone away before that)
comment:11 Changed 7 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
comment:13 Changed 7 years ago by Wenduo Zhou
- Status changed from verifying to closed
It works for me too.
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5274