Closed Bug 803336 Opened 13 years ago Closed 13 years ago

SocialAPI Toolbar button needs 4 pixels of margin in toolbar

Categories

(Firefox Graveyard :: SocialAPI, defect)

All
macOS
defect
Not set
major

Tracking

(firefox17 fixed, firefox18 fixed, firefox19 verified)

VERIFIED FIXED
Firefox 19
Tracking Status
firefox17 --- fixed
firefox18 --- fixed
firefox19 --- verified

People

(Reporter: jboriss, Assigned: jaws)

Details

(Whiteboard: [qa-])

Attachments

(2 files, 1 obsolete file)

Currently, the SocialAPI toolbar button is 4 pixels too close to the right side of the Firefox window and 4 pixels too close to the toolbar button on its left. I'm using OSX and am not sure if this problem occurs in Windows or Linux.
I think this is only on OS X.
OS: All → Mac OS X
Hardware: x86_64 → All
Version: unspecified → Trunk
I can confirm that on Linux (Ubunut/KDE 12.04) the icon also looks too close to the "star" beside it.
+1 I agree.
Attached patch osxfix (obsolete) — Splinter Review
I don't have access to linux right now, but this fixes osx.
(In reply to edA-qa mort-ora-y from comment #3) > I can confirm that on Linux (Ubunut/KDE 12.04) the icon also looks too close > to the "star" beside it. Are you talking about the toolbar button, or the recommend button in the url bar? see bug 803514
Assignee: jaws → mixedpuppy
Status: NEW → ASSIGNED
(In reply to Shane Caraveo (:mixedpuppy) from comment #6) > (In reply to edA-qa mort-ora-y from comment #3) > > I can confirm that on Linux (Ubunut/KDE 12.04) the icon also looks too close > > to the "star" beside it. > Are you talking about the toolbar button, or the recommend button in the url > bar? see bug 803514 Oops, yes, I mean the recommend icon in the url bar. The toolbar buttons in Linux look okay (at least to my eyes).
Comment on attachment 674508 [details] [diff] [review] osxfix Review of attachment 674508 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/themes/pinstripe/browser.css @@ +4041,5 @@ > > /* button icon for the service */ > #social-toolbar-item { > -moz-box-orient: horizontal; > + margin: 0 4px; If the margins between buttons changes in the future, then this will get out of date. I'd rather do the following, #social-toolbar-item > .toolbarbutton-1:not(:first-child):not(:last-child) { margin: 0; } #social-toolbar-item > .toolbarbutton-1:first-child { -moz-margin-end: 0; } #social-toolbar-item > .toolbarbutton-1:last-child { -moz-margin-start: 0; }
Attached patch PatchSplinter Review
Assignee: mixedpuppy → jaws
Attachment #674508 - Attachment is obsolete: true
Attachment #675677 - Flags: review?(felipc)
Attachment #675677 - Flags: review?(felipc) → review+
Flags: in-testsuite-
Whiteboard: [needs-ux] → [qa-]
Comment on attachment 675677 [details] [diff] [review] Patch [Approval Request Comment] Bug caused by (feature/regressing bug #): n/a User impact if declined: social api toolbar will be too close to other toolbar buttons on mac os x Testing completed (on m-c, etc.): locally, just landed on m-i Risk to taking this patch (and alternatives if risky): none expected String or UUID changes made by this patch: none
Attachment #675677 - Flags: approval-mozilla-beta?
Attachment #675677 - Flags: approval-mozilla-aurora?
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
Attachment #675677 - Flags: approval-mozilla-beta?
Attachment #675677 - Flags: approval-mozilla-beta+
Attachment #675677 - Flags: approval-mozilla-aurora?
Attachment #675677 - Flags: approval-mozilla-aurora+
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0) Gecko/20100101 Firefox/19.0 BuildID: 20130206083616 Verified as fixed on Firefox 19 Beta 5 and latest Nightly (BuildID: 20130207030936)
Status: RESOLVED → VERIFIED
Summary: SocialAPI Toolbar button needs 4 pixels of padding in toolbar → SocialAPI Toolbar button needs 4 pixels of margin in toolbar
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: