Closed
Bug 243176
Opened 21 years ago
Closed 21 years ago
Manage Certificates and Manage Security Devices popup panels are too narrow (mostly with new profile)
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: tmeader, Assigned: durbacher)
Details
(Whiteboard: fixed0.9,fixed-aviary1.0)
Attachments
(2 files, 1 obsolete file)
|
1011 bytes,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
|
907 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a) Gecko/20040509 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a) Gecko/20040509 Firefox/0.8.0+
When you go to Options->Advanced->Certificates, and click on the button to
launch either the Manage Certificates or Manage Security Devices panels, both of
them launch with a width of around 50-75 pixels, and the window is not
resizeable, rendering them useless.
Reproducible: Always
Steps to Reproduce:
1.Go to Tools->Options->Advanced->Certificates
2.Click on either Manage Certificates or Manage Security Devices
3.Notice the narrow width.
4.Try to resize, you can't.
Actual Results:
Panels are too narrow to be usable, and cannot be resized at all either.
Expected Results:
They should be the original width that they used to be so that all content
inside the panel is usable and reachable.
Updated•21 years ago
|
Assignee: prefs → kaie
Component: Preferences → Client Library
Product: Browser → PSM
Version: Trunk → 2.4
| Assignee | ||
Comment 1•21 years ago
|
||
This is a Firefox prefs bug, not PSM.
"height=400" without width in
http://lxr.mozilla.org/seamonkey/source/browser/components/prefwindow/content/pref-advanced.js#149
is causing this, removing it makes everything work as expected.
http://lxr.mozilla.org/seamonkey/source/security/manager/pki/resources/content/certManager.xul#57
does already specify a size; if this size is not considered appropriate for
Firefox, width AND height have to be set it seems, like
http://lxr.mozilla.org/seamonkey/source/browser/components/prefwindow/content/pref-advanced.js#135
does.
BTW: panels CAN be resized and they even remember their size.
Assignee: kaie → firefox
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Client Library → Preferences
Ever confirmed: true
Product: PSM → Firefox
QA Contact: mconnor
Version: 2.4 → unspecified
| Assignee | ||
Comment 2•21 years ago
|
||
This patch removes the height-specification so the default height (and width!!)
is used.
Assignee: firefox → durbacher
Status: NEW → ASSIGNED
| Assignee | ||
Updated•21 years ago
|
Attachment #148554 -
Flags: review?(mconnor)
| Assignee | ||
Comment 3•21 years ago
|
||
On the 1.7 branch the code resides in a different file, this patch does the
same as the other one.
I'm not sure about where this patch should go, so here you have both, do
whatever you want.
| Reporter | ||
Comment 4•21 years ago
|
||
Setting to major, since it makes a necessary feature completely unusable.
Severity: normal → major
| Assignee | ||
Comment 5•21 years ago
|
||
Tim: this window is resizable (at least here, on XP, and as it is written in the
code). So how is it completely unusable?
| Reporter | ||
Comment 6•21 years ago
|
||
What version are you using?
Trunk nightly 20040518 Windows XP it is not resizeable... the window opens as
shown in the attachment I'm about to put in. It is NOT resizable, and thus
unusable. I will try the latest trunk when it comes out today. But unless the
patch in the bug has been checked in somehow, I don't see how it could have been
fixed.
Comment 7•21 years ago
|
||
this works for me here, is it broken in installer builds only? the current code
makes this a resizeable window, even though it specifies a height. The size is
also persisted properly. Maybe you'd just seeing the other installer bustage?
| Reporter | ||
Comment 8•21 years ago
|
||
Just tested the 20040520 nightly... verified that it IS now resizeable, which is
a definite improvement. However, they still load up incredibly narrow, and I'm
not sure how many people are going to try to resize a dialog box... that's not
too intuitive. Hopefully the patch here can be looked at to correct the width
problem. I'm also assuming that this doesn't affect the AVIARY branch?
Resetting to normal.
Thanks.
Severity: major → normal
| Assignee | ||
Comment 9•21 years ago
|
||
Mike Connor:
Did you really try creating a new profile?
I tried with a current cvs build when I did the patch and I just tried again
with what is called "latest-trunk" for Firefox on ftp.mozilla.org. Or aren't you
using Windows (XP)? Maybe there's a difference...
| Assignee | ||
Updated•21 years ago
|
Summary: Manage Certificates and Manage Security Devices popup panels are too narrow and not resizeable → Manage Certificates and Manage Security Devices popup panels are too narrow (mostly with new profile)
Comment 10•21 years ago
|
||
Comment on attachment 148556 [details] [diff] [review]
patch for MOZILLA_1_7_BRANCH
pref-advanced.js is on the branch now
I see this now, testing a couple things before I review
Attachment #148556 -
Attachment is obsolete: true
Comment 11•21 years ago
|
||
Comment on attachment 148554 [details] [diff] [review]
patch
I'm sure there's a bug behind this with specifying a height but not a width,
but this works in the meantime.
Attachment #148554 -
Flags: review?(mconnor) → review+
Updated•21 years ago
|
Whiteboard: checkin0.9
Comment 12•21 years ago
|
||
checked in aviary and trunk 2004-05-28 10:54
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: checkin0.9 → fixed0.9
Comment 13•21 years ago
|
||
Updated•21 years ago
|
Whiteboard: fixed0.9 → fixed0.9,fixed-aviary1.0
Comment 14•19 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•