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 703807 - Some drive-by fixes
Some drive-by fixes
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-08 17:46 UTC by Florian Müllner
Modified: 2013-07-10 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
style: Fix focused app view controls (1.23 KB, patch)
2013-07-08 17:46 UTC, Florian Müllner
committed Details | Review
modalDialog: Minor coding style fix (983 bytes, patch)
2013-07-08 17:47 UTC, Florian Müllner
committed Details | Review
style: Fix extension list style in looking glass (832 bytes, patch)
2013-07-08 17:47 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2013-07-08 17:46:53 UTC
See patches.
Comment 1 Florian Müllner 2013-07-08 17:46:59 UTC
Created attachment 248631 [details] [review]
style: Fix focused app view controls

Moving from fixed width to horizontal padding for the app view control
buttons broke the focus style, in that buttons may change size on
keyboard focus changes. Fix this by using the correct horizontal padding
when focused.
Comment 2 Florian Müllner 2013-07-08 17:47:04 UTC
Created attachment 248632 [details] [review]
modalDialog: Minor coding style fix
Comment 3 Florian Müllner 2013-07-08 17:47:09 UTC
Created attachment 248633 [details] [review]
style: Fix extension list style in looking glass

No idea how this got unnoticed since forever, but code and stylesheet
didn't quite agree on the same name ...
Comment 4 Jasper St. Pierre (not reading bugmail) 2013-07-08 17:58:50 UTC
Review of attachment 248632 [details] [review]:

Oh, there's lots of these around. I'd suggest you go around and fix them all if you want to fix them.
Comment 5 Jasper St. Pierre (not reading bugmail) 2013-07-08 18:22:10 UTC
Review of attachment 248631 [details] [review]:

Why does the app view control have special padding on focus?
Comment 6 Jasper St. Pierre (not reading bugmail) 2013-07-08 18:22:30 UTC
Review of attachment 248633 [details] [review]:

It probably went unnoticed because it looked OK, and nobody uses that panel of the looking glass anyhow.
Comment 7 Florian Müllner 2013-07-08 18:29:53 UTC
(In reply to comment #5)
> Why does the app view control have special padding on focus?

So that the wider border doesn't affect the overall button size (it's a common pattern, we do the same in modal-dialog-button and elsewhere)
Comment 8 Florian Müllner 2013-07-10 15:39:52 UTC
Attachment 248631 [details] pushed as c17f84c - style: Fix focused app view controls
Attachment 248632 [details] pushed as 0ae1f9f - modalDialog: Minor coding style fix
Attachment 248633 [details] pushed as bb4d430 - style: Fix extension list style in looking glass