Closed Bug 294958 Opened 20 years ago Closed 20 years ago

Folder Properties Dialog too wide

Categories

(Thunderbird :: Mail Window Front End, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird1.1

People

(Reporter: mscott, Assigned: mscott)

Details

Attachments

(2 files)

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.
long --> wide
Status: NEW → ASSIGNED
Summary: Folder Properties Dialog too long → Folder Properties Dialog too wide
Target Milestone: --- → Thunderbird1.1
Attached image screen shot
Attached patch the fixSplinter Review
Attachment #184138 - Flags: superreview?(bienvenu)
Attachment #184138 - Flags: superreview?(bienvenu) → superreview+
Attachment #184138 - Flags: approval-aviary1.1a1?
Attachment #184138 - Flags: approval-aviary1.1a1? → approval-aviary1.1a1+
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: