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 683104 - display: make it harder to hit the auto-hide toolbar
display: make it harder to hit the auto-hide toolbar
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-08-31 13:45 UTC by Marc-Andre Lureau
Modified: 2016-03-31 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove display enter/leave notify handler (1.90 KB, patch)
2012-08-31 13:45 UTC, Marc-Andre Lureau
committed Details | Review
display: make it harder to hit the auto-hide toolbar (2.62 KB, patch)
2012-08-31 13:46 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2012-08-31 13:45:52 UTC
see patches
Comment 1 Marc-Andre Lureau 2012-08-31 13:45:59 UTC
Created attachment 223063 [details] [review]
Remove display enter/leave notify handler

This handler was required only when auto-hiding the toolbar in window
mode. In fullscreen mode, it only contributes to wrongly stopping
timers.
Comment 2 Marc-Andre Lureau 2012-08-31 13:46:09 UTC
Created attachment 223064 [details] [review]
display: make it harder to hit the auto-hide toolbar

Use a timer of App.app.duration before showing the toolbar.
This makes it easier to use GNOME3 hot corner with Boxes.
Comment 3 Zeeshan Ali 2012-08-31 17:57:15 UTC
Review of attachment 223063 [details] [review]:

'was'? We don't support window mode anymore?
Comment 4 Zeeshan Ali 2012-08-31 17:58:36 UTC
Review of attachment 223064 [details] [review]:

Looks good!
Comment 5 Marc-Andre Lureau 2012-08-31 18:10:48 UTC
Review of attachment 223063 [details] [review]:

no, we don't have auto-hide toolbar in window mode for a long time now :)
Comment 6 Marc-Andre Lureau 2012-08-31 21:49:18 UTC
Attachment 223063 [details] pushed as 6dd53ba - Remove display enter/leave notify handler
Attachment 223064 [details] pushed as 9274714 - display: make it harder to hit the auto-hide toolbar