Closed
Bug 304898
Opened 19 years ago
Closed 19 years ago
View Certificates, Manage CRLs and Device Manager dialog should be resizable window
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: bugzilla, Assigned: mscott)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
1.28 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.11) Gecko/20050728 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.11) Gecko/20050728 When we press the following buttons [Tools] -> [Options...] -> [Privacy] -> [Security] -> [View Certificates] [Tools] -> [Options...] -> [Privacy] -> [Security] -> [Revocation Lists] [Tools] -> [Options...] -> [Privacy] -> [Security] -> [Security Devices] dialog window will be opened but they are not resizable. They should be resizable windows. http://lxr.mozilla.org/mozilla1.8/source/mail/components/preferences/privacy.js#138 In this script, openSubDialog() method is used but they should use openWindow(). FYI: See Firefox's script: http://lxr.mozilla.org/mozilla1.8/source/browser/components/preferences/advanced.js#71 Reproducible: Always
| Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → Thunderbird1.1
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•