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 755241 - [touchscreen devices] tooltips don't work on touch devices
[touchscreen devices] tooltips don't work on touch devices
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
touch
Depends on:
Blocks:
 
 
Reported: 2015-09-18 19:43 UTC by Christian Stadelmann
Modified: 2016-06-02 13:24 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Christian Stadelmann 2015-09-18 19:43:53 UTC
Currently users of touchscreen devices can't use tooltips. This issue is intended as a starting point for discussions.

Ideas:
1. deprecate and remove tooltips from gtk
Pros: simple, platform-independent solution
Cons: user experience on desktop/laptop gets worse. Tooltips are actually useful on these platforms, especially for new users

2. keep the current status
Pros: simple
Cons: Users of touchscreen devices don't get any useful help from tooltips.

3. add a feature to make tooltips available to touch screen users
Howto?


A first step would be to add a hint to developers to GtkTooltip's documentation that some devices don't have tooltips and may never get tooltips.


See also:
https://stackoverflow.com/questions/1737773/tooltips-in-the-era-of-touch
Comment 1 Matthias Clasen 2015-09-19 01:57:10 UTC
There's no need to deprecate or even remove tooltips. They are simply not a UI pattern that works well with touch. But that is true of many other things.
Comment 2 Travis Reitter 2016-06-01 23:03:32 UTC
(In reply to Matthias Clasen from comment #1)
> There's no need to deprecate or even remove tooltips. They are simply not a
> UI pattern that works well with touch. But that is true of many other things.

Should this just be resolved WONTFIX?

There doesn't seem to be anything that needs to be done in GTK+.
Comment 3 Matthias Clasen 2016-06-02 13:24:31 UTC
agreed