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 698285 - Top bar click targets are too small
Top bar click targets are too small
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
touch
Depends on:
Blocks:
 
 
Reported: 2013-04-18 10:42 UTC by Elad Alfassa
Modified: 2014-08-29 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elad Alfassa 2013-04-18 10:42:13 UTC
This might not be a problem when using an extremely accurate input device like a mouse or a Wacom pen, but when using a finger on a touchscreen, it's almost impossible to click anything in the top bar.
Comment 2 Jean-François Fortin Tam 2013-04-18 14:47:13 UTC
FWIW, even on a 22" widescreen touchscreen I have here the Shell's "panel" is a little bit too thin, you can activate its items but you have to have small fingers and be quite precise/flush against the physical screen border.
Comment 3 Elad Alfassa 2013-04-19 11:39:43 UTC
One interesting thing I noticed when testing this is that the shell appears to detect the fact that my finger is there, because the relevant item seems to highlight as if I was hovering it with the mouse. It appears that my touch is good enough for the shell to consider as "hover" but not good enough to register as a "click", so we might have a technical problem here and not only a design one.
Comment 4 Jasper St. Pierre (not reading bugmail) 2013-04-19 14:13:17 UTC
It's possible that you're running into the same issue Jon was with his touch device.
Comment 5 Sjoerd Simons 2013-04-19 18:39:08 UTC
Just ran into this as well, the problem seems to be that XI 2 clients that select for touch events don't get emulated pointer events. Which means gnome-shell needs to handle both mouse button clicks and touch taps seperately.
Comment 6 Elad Alfassa 2013-04-19 18:52:57 UTC
Do we need a separate bug for that?
Comment 7 Bastien Nocera 2013-04-24 13:15:56 UTC
(In reply to comment #6)
> Do we need a separate bug for that?

Probably, and against mutter.

Even if all the clicks we taken into account, we should still have a better way than clicking on a small target to activate the menus. Swiping from the edge of the screen would be one way (that's also useful for other parts of the shell chrome).
Comment 8 Elad Alfassa 2013-04-25 14:41:57 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > Do we need a separate bug for that?
> 
> Probably, and against mutter.
> 

Bug #698843 filed.
Comment 9 Elad Alfassa 2014-08-29 15:55:44 UTC
We now have gestures, so I guess this can be closed.