GNOME Bugzilla – Bug 402796
reordering tabs disable key bindings for 1 time
Last modified: 2007-02-10 19:15:18 UTC
Forwarded from: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/81740 n feisty, but I guess this should be reproduceable on edgy too. gnome-terminal-2.17.90-0ubuntu1 How to reproduce: * Open Gnome terminal * open new tab (Ctrl+Shift+T) * (so far, you can move from one tab to the prev/next ones using Ctrl+page Up/Down) * Drag the 2nd tab and drop it to the first place * (now, you cannot go back and forth using keybindings) * click the other tab, keybindings works again. By the way, this only happens if the tab is moved using the mouse. Moving a tab with Ctrl-Shift-Page Up/Down will behave correctly
Yup. I'll look into this.
Fixed in HEAD. ------------------------------------------------------------------------ r2163 | mariano | 2007-02-10 16:11:38 -0300 (Sat, 10 Feb 2007) | 9 lines 2007-02-10 Mariano Suárez-Alvarez <mariano@gnome.org> Bug 402796 – reordering tabs disable key bindings for 1 time * src/terminal-window.c(notebook_tab_removed_callback): update the tab menuitems sensitivities too when tabs are reordered.