Closed
Bug 307436
Opened 19 years ago
Closed 19 years ago
app update window is too narrow to fit the UI
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird1.1
People
(Reporter: jaas, Assigned: jaas)
Details
(Keywords: late-l10n, verified1.8)
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
asaf
:
review+
beng.bugs
:
superreview+
mscott
:
approval1.8b5+
|
Details | Diff | Splinter Review |
If you use Thunderbird's application update system, you'll see that the text and
a button gets cut off when you get to the frame about restarting Thunderbird.
This should do it. We might want to bump the mac em value to 40 if people don't
like 39. In any case, this patch should do it for the worst of the problem.
Attachment #195203 -
Flags: superreview?(mscott)
Attachment #195203 -
Flags: review?(bugs.mano)
Comment 2•19 years ago
|
||
Comment on attachment 195203 [details] [diff] [review]
fix v1.0
This has to be localizable (That's, 39/36em isn't going to work for all
locales).
Attachment #195203 -
Flags: review?(bugs.mano) → review-
Attachment #195203 -
Flags: superreview?(mscott)
I've never played with localizing before, so take it easy on me :)
This appears to work.
Attachment #195203 -
Attachment is obsolete: true
Attachment #195210 -
Flags: review?(bugs.mano)
Comment 4•19 years ago
|
||
Comment on attachment 195210 [details] [diff] [review]
fix v2.0
>Index: locales/en-US/chrome/mozapps/update/updates.dtd
>===================================================================
>@@ -1,5 +1,8 @@
> <!ENTITY updateWizard.title "Software Update">
>
>+<!ENTITY window.width "36">
>+<!ENTITY window.macWidth "39">
>+
36em and 39em.
>Index: mozapps/update/content/updates.xul
>===================================================================
36em;"
>+#ifdef XP_MACOSX
>+ windowtype="Update:Wizard" style="width: &window.macWidth;"
>+#else
>+ windowtype="Update:Wizard" style="width: &window.width;"
>+#endif
missing semicolon in both.
Attachment #195210 -
Flags: review?(bugs.mano) → review-
fixes things Mano pointed out
Attachment #195210 -
Attachment is obsolete: true
Attachment #195213 -
Flags: review?(bugs.mano)
Comment 6•19 years ago
|
||
Comment on attachment 195213 [details] [diff] [review]
fix v2.1
r=mano.
Attachment #195213 -
Flags: review?(bugs.mano) → review+
Attachment #195213 -
Flags: superreview?(mscott)
Attachment #195213 -
Flags: superreview?(mscott) → superreview?(bugs)
Comment 7•19 years ago
|
||
Attachment #195213 -
Flags: superreview?(bugs) → superreview+
Comment 9•19 years ago
|
||
feel free to check it into the branch after we re-open for branch checkins.
Flags: blocking1.8b5? → blocking1.8b5+
Target Milestone: --- → Thunderbird1.1
Updated•19 years ago
|
Attachment #195213 -
Flags: approval1.8b5+
Assignee | ||
Comment 10•19 years ago
|
||
checked in on branch
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Keywords: fixed1.8 → verified1.8
You need to log in
before you can comment on or make changes to this bug.
Description
•