← Back to team overview

desktop-packages team mailing list archive

[Bug 1471123] Re: suddenly tabulator-key stops working normally

 

Aapo Rantalainen, thank you for reporting this and helping make Ubuntu
better. Could you please run the following command from a terminal as it
will automatically gather and attach updated debug information to this
report:

apport-collect -p xorg 1471123

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

** Changed in: xorg (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x2400001,
      root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
      state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
      XLookupString gives 1 bytes: (09) " "
      XmbLookupString gives 1 bytes: (09) " "
      XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x2400001,
      root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
      state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
      XLookupString gives 1 bytes: (09) " "
      XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x5600001,
      mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x5600001,
      mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
      keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
             0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed and released):

  KeyPress event, serial 37, synthetic NO, window 0x5600001,
      root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
      state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 0 bytes:
      XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x5600001,
      root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
      state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
      XLookupString gives 1 bytes: (09) " "
      XmbLookupString gives 1 bytes: (09) " "
      XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x5600001,
      root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
      state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
      XLookupString gives 1 bytes: (09) " "
      XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x5600001,
      root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
      state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
      XLookupString gives 0 bytes:
      XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)

  -----
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

  Running xmodmap ~/.Xmodmap will not fix.

  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, tab is still broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471123/+subscriptions


References