After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 402796 - reordering tabs disable key bindings for 1 time
reordering tabs disable key bindings for 1 time
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.17.x
Other Linux
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-31 12:14 UTC by Daniel Holbach
Modified: 2007-02-10 19:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Holbach 2007-01-31 12:14: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
Comment 1 Mariano Suárez-Alvarez 2007-02-10 19:01:43 UTC
Yup. I'll look into this.
Comment 2 Mariano Suárez-Alvarez 2007-02-10 19:15:18 UTC
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.