[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-25 Thread kolen
Seems that Ubuntu (at least 14.04) does not use gnome-settings-daemon,
instead it uses unity-settings-daemon.

** Also affects: unity-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-25 Thread Sebastien Bacher
** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Undecided = Low

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-25 Thread kolen
Discovered that it's not related solely to keyboard switching: focus
loss occurs when pressing any bound shortcut, for example volume
up/down. So, it is in 'media-keys' unity-settings-daemon plugin, not in
'keyboard' plugin.

Also, 'media-keys' controls keyboard layouts only in unity-settings-
daemon, upstream gnome-settings-daemon doesn't have code for doing this.

  break;
  case BATTERY_KEY:
  do_battery_action (manager);
  break;
+ case SWITCH_INPUT_SOURCE_KEY:
+ case SWITCH_INPUT_SOURCE_BACKWARD_KEY:
+ do_switch_input_source_action (manager, type);
+ break;
  /* Note, no default so compiler catches missing keys */
  case CUSTOM_KEY:
  g_assert_not_reached ();

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-25 Thread kolen
Some details: in Ubuntu 13.10, when reported, focus went back when
releasing shortcut key/keys, in recent version (Ubuntu 14.04) focus go
back shortly after pressing key(s), while keys are still in pressed
position; still triggering annoying behavior in some apps (i.e. twitter
reply box).

** Also affects: unity-settings-daemon
   Importance: Undecided
   Status: New

** Summary changed:

- Pressing keyboard shortcut to switch keyboard layout causes temporary loss of 
focus
+ Pressing any global keyboard shortcut causes temporary loss of focus

** Description changed:

- When pressing keyboard shourtcut for switching keyboard layout, focus
- temporary switches from active text input to something else, then
- restores back when releasing keys used to switch. Maybe even active
- window loses focus, but window frame does not shows this (window header
- remains to look active).
+ When pressing any global keyboard shourtcut (configurable via System
+ settings - Keyboard - Shortcuts; i.e. for switching keyboard layout,
+ volume up/down), focus temporary switches from active text input to
+ something else, then restores back shortly. Maybe even active window
+ loses focus, but window frame does not shows this (window header remains
+ to look active).
  
- For example: when I press ctrl+shift here, when writing this
- description, yellow frame disappears from text input box, text caret
- disappears too; they appear again when releasing ctrl+shift. The same
- occurs in all other programs, i.e. terminal.
+ For example: when I press ctrl+shift here to switch keyboard layout,
+ when writing this description, yellow frame disappears from text input
+ box, text caret disappears too; they appear again when releasing
+ ctrl+shift. The same occurs in all other programs, i.e. terminal.
  
  It causes serious annoyance, for example in Twitter when losing focus in
  Reply text box, reply rolls up and I have to click it again with mouse
  and set caret to correct place each time I switch keyboard layouts.
  
  Other key combinations, not only ctrl+shift, also cause this.
  
+ It is especially annoying when using keyboard layout switch shortcut
+ handled by the same subsystem (media-keys plugin):
+ 
+ case SWITCH_INPUT_SOURCE_KEY:
+ case SWITCH_INPUT_SOURCE_BACKWARD_KEY:
+ do_switch_input_source_action (manager, type);
+ break;
+ 
+ (Original gnome-settings-daemon, from which unity-settings-daemon was
+ forked, does not use media-keys plugin to switch keyboard layout).
+ 
  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-session 3.9.90-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 24 11:42:19 2013
  InstallationDate: Installed on 2013-10-23 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-21 Thread Norbert
** Tags removed: amd64
** Tags added: trusty trusty-desktop

** Description changed:

  When pressing keyboard shourtcut for switching keyboard layout, focus
  temporary switches from active text input to something else, then
  restores back when releasing keys used to switch. Maybe even active
  window loses focus, but window frame does not shows this (window header
  remains to look active).
  
  For example: when I press ctrl+shift here, when writing this
  description, yellow frame disappears from text input box, text caret
  disappears too; they appear again when releasing ctrl+shift. The same
  occurs in all other programs, i.e. terminal.
  
  It causes serious annoyance, for example in Twitter when losing focus in
  Reply text box, reply rolls up and I have to click it again with mouse
  and set caret to correct place each time I switch keyboard layouts.
  
  Other key combinations, not only ctrl+shift, also cause this.
  
+ --
+ For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
+ --
+ 
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-session 3.9.90-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 24 11:42:19 2013
  InstallationDate: Installed on 2013-10-23 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-21 Thread Norbert
** Tags added: keyboard-layout-switching-related

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-18 Thread kolen
Still in 10.04 (gnome-settings-daemon 3.8.6.1-0ubuntu11), but slightly
less noticeable (reply pane in Twitter still closes when pressing
keyboard switch key, and sometimes I notice blink of border that
indicates focus of input field; defocused time has decreased).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-03-18 Thread metka193
** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Triaged = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-02-27 Thread windblow
And if app can't lose focus (synapse for example) keyboard layout will
not switch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-02-02 Thread Ivan
it is extremelly annoying bug!!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-01-28 Thread CONSTantius
I also experience this and support both kolen and Suor.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-30 Thread kolen
Why importance is set to low? For me, it is extremelly annoying bug: I
cannot use major websites (twitter, vk.com) without frustration, both in
Firefox and Chromium. Sometimes cursor moves to the start or to the end
of text input field when I switch focus, some websites has behavior
attached to losing focus (saving data and finishing editing, closing
popups).

Also seems that it induces bug 1245473: applications cannot handle
shortcuts when they lose focus, and pressing ctrl+shift and so on causes
loss of focus immediately.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-30 Thread Suor
Agree with kolen. I can't switch layout on guake because it autohides
and some important shortcuts in sublime text are blocked.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-26 Thread Sebastien Bacher
** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-25 Thread kolen
** Bug watch added: GNOME Bug Tracker #700316
   https://bugzilla.gnome.org/show_bug.cgi?id=700316

** Also affects: gnome-settings-daemon via
   https://bugzilla.gnome.org/show_bug.cgi?id=700316
   Importance: Unknown
   Status: Unknown

** No longer affects: gnome-session (Ubuntu)

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** Package changed: ubuntu = gnome-settings-daemon (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-25 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: Unknown = New

** Changed in: gnome-settings-daemon
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs