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 647894 - message tray "shadow" should not catch clicks (makes bottom of screen unclickable)
message tray "shadow" should not catch clicks (makes bottom of screen unclick...
Status: RESOLVED DUPLICATE of bug 652752
Product: gnome-shell
Classification: Core
Component: message-tray
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-15 18:19 UTC by Hans de Goede
Modified: 2011-10-14 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans de Goede 2011-04-15 18:19:49 UTC
Best described as a step by step (I hope):

1) use xchat with:
  -tabs, instead of tree as channel
  -tabs at the bottom
  -the tray icon enabled
2) hide xchat (through the tray icon, or simply by clicking the X on the
   title bar)
3) do stuff
4) move mouse to lower right corner, click xchat icon to unhide
5) move mouse to the left, without moving it up to choose a channel to
   say something in, cannot click because the shadow drawn at the bottom by
   the message tray, is not just a shadow but also catches clicks

This happens to be my step-by-step, which is rather specific, but the problem is more generic IMHO, if one does something with the message tray and then wants to click something at the bottom of the screen this fails because the "shadow" catches all clicks.

Possible solutions:
1) Only make the area of the message tray which has icons actually catch clicks, and make the rest of it pass through clicks to whatever is underneath it. The visual concept of a shadow also sort of makes one expect this, like with the shadows cast by windows on lower stacked windows, unlike the tray message shadow these do not catch clicks. This IMHO is by far the preferred solution.

2) If 1. is hard to do, maybe hide the message tray not only when the cursor goes above a certain height, but also when it is more then X pixels to the left of the most left "tray-icon"
Comment 1 Nguyen Thai Ngoc Duy 2011-07-07 01:50:03 UTC
Or

3) Reduce the shadow to only cover where icons are, turning the shadow bar into more like a shadow corner. Although if hot corner is a mistake as suspected in bug 652752, then this may not be very intuitive.
Comment 2 Rui Matos 2011-10-14 18:38:56 UTC
Marking as a dupe since fixing bug 652752 would also fix this.

*** This bug has been marked as a duplicate of bug 652752 ***