Closed
Bug 294958
Opened 20 years ago
Closed 20 years ago
Folder Properties Dialog too wide
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(2 files)
|
21.39 KB,
image/png
|
Details | |
|
1.57 KB,
patch
|
Bienvenu
:
superreview+
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
My IMAP Inbox folder properties dialog is really wide. Looks like we are displaying some sharing status from the server and that text isn't set up to wrap so it makes the dialog as long as that line.
| Assignee | ||
Comment 1•20 years ago
|
||
long --> wide
Status: NEW → ASSIGNED
Summary: Folder Properties Dialog too long → Folder Properties Dialog too wide
Target Milestone: --- → Thunderbird1.1
| Assignee | ||
Comment 2•20 years ago
|
||
| Assignee | ||
Comment 3•20 years ago
|
||
Attachment #184138 -
Flags: superreview?(bienvenu)
Updated•20 years ago
|
Attachment #184138 -
Flags: superreview?(bienvenu) → superreview+
| Assignee | ||
Updated•20 years ago
|
Attachment #184138 -
Flags: approval-aviary1.1a1?
Updated•20 years ago
|
Attachment #184138 -
Flags: approval-aviary1.1a1? → approval-aviary1.1a1+
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•20 years ago
|
||
Comment on attachment 184138 [details] [diff] [review] the fix >+ var descTextNode = document.createTextNode(folderPermissions); >+ permissionsLabel.appendChild(descTextNode); Could have used permissionsLabel.textContent = folderPermissions; >+ <description id="folderPermissions.text"></description> Could have used <description id="folderPermissions.text"/>
You need to log in
before you can comment on or make changes to this bug.
Description
•