GNOME Bugzilla – Bug 692319
Show Applications button depresses on release not push
Last modified: 2013-01-24 14:07:38 UTC
The way it currently exists is awkward and not how most virtual buttons work.
Created attachment 234129 [details] [review] Patch to fix css
I guess we'll need to fix the button behaviour too - so that the app view is displayed on button press rather than button release.
(In reply to comment #2) > I guess we'll need to fix the button behaviour too - so that the app view is > displayed on button press rather than button release. I don't think so. GTK buttons only activate on release, not press. You can check this with the Play button in Rythmbox, or with the spellcheck button in LibreOffice: if you press the mouse button but move out of the button area before releasing it, the widget returns to the unpressed state, and the music does not stop.
(In reply to comment #3) > (In reply to comment #2) > > I guess we'll need to fix the button behaviour too - so that the app view is > > displayed on button press rather than button release. > I don't think so. GTK buttons only activate on release, not press. You can > check this with the Play button in Rythmbox, or with the spellcheck button in > LibreOffice: if you press the mouse button but move out of the button area > before releasing it, the widget returns to the unpressed state, and the music > does not stop. Indeed. I stand corrected.
Thanks for the fix, Hashem!