Gentoo Archives: gentoo-user

From: Stefano Crocco <posta@×××××××××××××.it>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Strange behavior of "tab" key with Libreoffice Calc and Plasma
Date: Mon, 24 Jun 2019 19:03:26
Message-Id: 9478502.Zrh8uQVU2M@linux
In Reply to: Re: [gentoo-user] Strange behavior of "tab" key with Libreoffice Calc and Plasma by Neil Bothwick
1 On domenica 23 giugno 2019 21:40:53 CEST Neil Bothwick wrote:
2 > On Sun, 23 Jun 2019 20:59:34 +0200, Stefano Crocco wrote:
3 > > a few months ago I started noticing a very annoying behavior when
4 > > pressing the "tab" key in Libreoffice Calc. Previously, pressing this
5 > > key would move the cursor by one cell to the right, so that I could
6 > > immediately start writing into the cell. Now, while the cursor is moved
7 > > to the correct cell (I can see the black border around it), I can't
8 > > write in it immediately anymore. To move the cursor to the next cell
9 > > and be able to immediately write in it, I need to press the tab key
10 > > twice. It seems that somehow pressing the tab key once gives focus to
11 > > the menu bar: pressing tab once, then pressing "F" brings down the file
12 > > menu; pressing tab, then pressing "E" displays the edit menu and so on.
13 > >
14 > > Has anyone experienced this behavior?
15 >
16 > I see it too and it's annoying as hell. Even more annoying will be that
17 > when it is solved I will have got into the habit of pressing tab twice
18 > for each move :(
19
20 I'm (relatively) happy to know I'm not the only one experiencing this issue.
21 Currently I'm playing around with USE flags to see whether there's a
22 combination of them which fixes the problem. I think it's somehow caused by the
23 kde flag: I tried USE="gtk2 kde -gtk", USE="kde -gtk -gtk2" and USE="gtk -kde
24 -gtk2" and the only configuration where this issue didn't appear was the one
25 without kde. I've yet to try USE="-gtk2 kde gtk", but I don't think it'll
26 work.
27
28 I'm getting really annoyed by this, so I think later today I'll file a bug
29 report.
30
31 Stefano