bugGNU Octave - Bugs: bug #45078, Ctrl+C won't interrupt when the...

 
 

bug #45078: Ctrl+C won't interrupt when the command window is undocked

Submitter:  None
Submitted:  Mon 11 May 2015 05:22:55 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Fixed Assigned to:  None
Originator Name:  Criptos Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 13 May 2015 08:17:52 PM UTC, comment #3: 

The handling of the floating widgets as independent windows seems to prevent the shortcuts for the main window's from working when a floating widget has focus. Changeset
http://hg.savannah.gnu.org/hgweb/octave/rev/ac3746f39fab
fixes this issue by adding the actions which should be available in all widgets (copy, paste, select all, undo) to the widgets, too.

Torsten Lilge <ttl>
Group Member
Tue 12 May 2015 05:15:20 AM UTC, comment #2: 

Ctrl-C works when the copy shortcut is not Ctrl-C. It turns out that the copy/paste shortcuts are not working in the undocked terminal whereas in other undocked widgets they do. I will have a look at this issue.

Torsten Lilge <ttl>
Group Member
Mon 11 May 2015 05:33:30 PM UTC, comment #1: 

Hi,

Thanks for your bug report. I can confirm this behavior in the current dev version of Octave. Steps to reproduce: undock the command window from the main window using the button on the upper right hand corner, then try to interrupt e.g. "pause (5)".

When the command window is docked the pause is interrupted as expected with ctrl+C while when undocked you have to wait 5s until Octave returns to prompt.

I am retitling the report to better describe the issue.

Pantxo Diribarne <pantxo>
Group Member
Mon 11 May 2015 05:22:55 PM UTC, original submission:  

When i minimized the command window and make it a separate window, the Ctrl+C stops working if i try to kill a running programme. I suppose that it would be resolved in the current versions, but i can't install them from Synaptics or the Ubuntu Software Center yet

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ttl (Posted a comment)
  • -email is unavailable- added by pantxo (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-05-13 ttl StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2015-05-11 pantxo CategoryInterpreter GUI
        Item GroupPerformance Other
        StatusNone Confirmed
        Release3.8.1 dev
        SummaryA small problem when i minimized the command window Ctrl+C won't interrupt when the command window is undocked

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code