Closed
Bug 277684
Opened 20 years ago
Closed 20 years ago
RFE: Want an attachment pane just like Moz 1.7.5
Categories
(Thunderbird :: Message Compose Window, enhancement)
Thunderbird
Message Compose Window
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: s.vanslyck, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 In Moz 1.7.5 there is an attachment pane where you can right click to add an attachment. I would like this in Thunderbird too. Reproducible: Always
Comment 1•20 years ago
|
||
Once the composition has an attachment, the attachment panel does behave exactly
like Mozilla's. And of course, you can add an attachment easily by clicking the
Attach toolbar, via the File menu, or by dragging a file over the addressing
fields.
Adding this line to your userChrome.css file will sort of give you the results
you want:
#attachments-box, #attachmentbucket-sizer { display: -moz-box !important; }
#attachmentbucket-sizer is the splitter between the address fields and the
attachment panel. This rule is not quite sufficient to get the splitter to
behave normally; instead, it works more like a collapser -- if you drag it
towards the right, it doesn't move at all until the panel suddenly collapses all
the way down. I don't know what CSS property needs to be set to fix that, but
that's all that would be required to get full Suite-like behavior.OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
| Reporter | ||
Comment 2•20 years ago
|
||
Coolness abounds. Recommend workaround by adding your recommendation to the FAQ or someting.
| Reporter | ||
Comment 3•20 years ago
|
||
Thanks again. Apologies for the bother.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•18 years ago
|
Summary: Want an attachment pane just like Moz 1.7.5 → RFE: Want an attachment pane just like Moz 1.7.5
You need to log in
before you can comment on or make changes to this bug.
Description
•