Menu

#820 Interactions Pane Undo/Redo Doesn't Work When Detached

closed-fixed
5
2010-08-16
2009-12-09
Anonymous
No

Undo/redo in the Interactions Pane doesn't work if the Tabbed Panes are detached (Edit, Tabbed Panes, Detach Tabbed Panes). It seems to be a no-op. When the Tabbed Panes are attached, undo/redo work as expected.

Discussion

  • Mathias Ricken

    Mathias Ricken - 2010-08-16
    • assigned_to: nobody --> mgricken
    • status: open --> closed-fixed
     
  • Mathias Ricken

    Mathias Ricken - 2010-08-16

    Fixed as of revision 5364.
    Detached frames now contain an InputMap that acts for all its contents [using getRootPane().getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) ], and this InputMap contains the keyboard shortcuts for the MainFrame's menu items.

     

Log in to post a comment.