Ticket #4427 (closed: worksforme)

Opened 9 years ago

Last modified 5 years ago

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:3 Changed 9 years ago by Janik Zikovsky

[Commit to wrong ticket number removed...]

Last edited 9 years ago by Janik Zikovsky (previous) (diff)

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:5 Changed 8 years ago by Nick Draper

  • Milestone changed from Release 2.2 to Release 2.3

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:8 Changed 7 years ago by Nick Draper

  • Milestone changed from Release 2.5 to Release 2.6

Moved to r2.6 at the end of r2.5

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:12 Changed 7 years ago by Peter Peterson

  • Milestone changed from Backlog to Release 3.1

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

Note: See TracTickets for help on using tickets.