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)
Tracking
(firefox17 fixed, firefox18 fixed, firefox19 verified)
VERIFIED
FIXED
Firefox 19
People
(Reporter: jboriss, Assigned: jaws)
Details
(Whiteboard: [qa-])
Attachments
(2 files, 1 obsolete file)
|
374.00 KB,
image/png
|
Details | |
|
1014 bytes,
patch
|
Felipe
:
review+
Gavin
:
approval-mozilla-aurora+
Gavin
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
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.
| Reporter | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Comment 2•13 years ago
|
||
I think this is only on OS X.
OS: All → Mac OS X
Hardware: x86_64 → All
Version: unspecified → Trunk
Comment 3•13 years ago
|
||
I can confirm that on Linux (Ubunut/KDE 12.04) the icon also looks too close to the "star" beside it.
Comment 4•13 years ago
|
||
+1 I agree.
Comment 5•13 years ago
|
||
I don't have access to linux right now, but this fixes osx.
Comment 6•13 years ago
|
||
(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 | ||
Updated•13 years ago
|
Assignee: jaws → mixedpuppy
Status: NEW → ASSIGNED
Comment 7•13 years ago
|
||
(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).
| Assignee | ||
Comment 8•13 years ago
|
||
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;
}
| Assignee | ||
Comment 9•13 years ago
|
||
Assignee: mixedpuppy → jaws
Attachment #674508 -
Attachment is obsolete: true
Attachment #675677 -
Flags: review?(felipc)
Updated•13 years ago
|
Attachment #675677 -
Flags: review?(felipc) → review+
| Assignee | ||
Comment 10•13 years ago
|
||
Flags: in-testsuite-
Whiteboard: [needs-ux] → [qa-]
| Assignee | ||
Comment 11•13 years ago
|
||
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?
Comment 12•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
Updated•13 years ago
|
Attachment #675677 -
Flags: approval-mozilla-beta?
Attachment #675677 -
Flags: approval-mozilla-beta+
Attachment #675677 -
Flags: approval-mozilla-aurora?
Attachment #675677 -
Flags: approval-mozilla-aurora+
Comment 13•13 years ago
|
||
Comment 14•13 years ago
|
||
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
| Assignee | ||
Updated•11 years ago
|
Summary: SocialAPI Toolbar button needs 4 pixels of padding in toolbar → SocialAPI Toolbar button needs 4 pixels of margin in toolbar
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•