Closed
Bug 665324
Opened 14 years ago
Closed 10 years ago
Page Info - Security Tab - Text Alignment is off
Categories
(Firefox :: Page Info Window, defect)
Firefox
Page Info Window
Tracking
()
RESOLVED
FIXED
Firefox 38
People
(Reporter: tn233, Assigned: aaronraimist)
Details
Attachments
(4 files, 1 obsolete file)
|
1.39 KB,
patch
|
Details | Diff | Splinter Review | |
|
23.62 KB,
image/png
|
Details | |
|
94.83 KB,
image/png
|
Details | |
|
6.87 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a1) Gecko/20110618 Firefox/7.0a1
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a1) Gecko/20110618 Firefox/7.0a1
The bold text is not aligned correctly with its corresponding label in the Security tab of Page Info.
Reproducible: Always
Steps to Reproduce:
1. Open Page Info dialog.
2. Go to Security tab.
The changes in the patch seem to work in my Windows install. Similar changes may need to be done in the other pageInfo.css files in the themes folder, but since I don't have those themes running, I won't touch them.
This image shows what I was seeing on my FF5, but it was having the same alignment issue on Nightly. The bold text is just a few pixels underneath the label text.
Comment 4•14 years ago
|
||
Confirmed on Mozilla/5.0 (Windows NT 5.1; rv:7.0a1) Gecko/20110619 Firefox/7.0a1 ID:20110619030732
STR:
Go to https://hg.mozilla.org/projects
Open Page Info from Tools menu
Click on Security tab
Alignment of text to labels is off (i.e. "Have I saved passwords for this web site?" is not lined up with the value "No")
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Page Info Security Tab Alignment → Page Info - Security Tab - Text Alignment is off
| Assignee | ||
Comment 5•10 years ago
|
||
Could I be assigned to this bug?
Attachment #8557646 -
Flags: review?(netzen)
| Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Comment on attachment 8557646 [details] [diff] [review]
bug665324_textalignment.diff
Review of attachment 8557646 [details] [diff] [review]:
-----------------------------------------------------------------
Forwarding to another browser peer.
Attachment #8557646 -
Flags: review?(netzen) → review?(jaws)
Comment 8•10 years ago
|
||
Comment on attachment 8557646 [details] [diff] [review]
bug665324_textalignment.diff
Review of attachment 8557646 [details] [diff] [review]:
-----------------------------------------------------------------
Nice job on your first patch. Just one minor change that we can make to the three files and it will be ready for check-in.
You can make the changes, update the patch summary to include "r=jaws" at the end, then upload the new patch and add the "checkin-needed" keyword to the bug.
::: browser/themes/windows/pageInfo.css
@@ +253,5 @@
> }
>
> #securityPanel .fieldValue {
> font-weight: bold;
> + margin: 2px 10px 3px 10px;
Please use the shorthand here and for the other files:
margin: 2px 10px 3px;
Attachment #8557646 -
Flags: review?(jaws) → review+
Updated•10 years ago
|
Assignee: nobody → aaronraimist
Status: NEW → ASSIGNED
OS: Windows 7 → All
Hardware: x86 → All
| Assignee | ||
Comment 9•10 years ago
|
||
Attachment #8557646 -
Attachment is obsolete: true
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 10•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 11•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 38
Updated•10 years ago
|
QA Whiteboard: [good first verify]
Comment 12•10 years ago
|
||
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0 Its fixed in my case
Comment 13•9 years ago
|
||
I have reproduced this bug on Firefox nightly 7.0a1 (2011-06-18) on windows 8.1 (64bit).
this bug is verified as fixed .
Latest Firefox nightly 48.0a1
Build Id: 20160325030241
user Agent:Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
[bugday-20160427]
You need to log in
before you can comment on or make changes to this bug.
Description
•