View Issue Details

IDProjectCategoryView StatusLast Update
0001321SOGoWeb Mailpublic2011-06-09 14:19
ReporterPhilippe Dubois Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.3.6 
Summary0001321: AttachmentArea is too small and there are no links to original attached files
Description

Attachment Area in UIxMailEditor.css is too small and contains no scroll bars. So it is impossible to check if the selected attached files are the right ones as the original names are not visible

This could be fixed by changing width in that file (300px is a minimum)
or by adding scrolling in this css box.

div#attachmentsArea
{ display: none;
float: right;
width: 120px;
padding: 2px 5px 0;
margin: auto;
border-left: 1px solid 0000888; }

There is another problem, it could be very useful to add a link to the original location of the attached file. While a user writes a message and add attached files, he could reopen the attached files and check if they are the good ones.

TagsNo tags attached.

Relationships

duplicate of 0001221 closedludovic Expand attachment window 
duplicate of 0000981 closed view attachment 

Activities

Christian Mack

Christian Mack

2011-05-26 13:21

developer   ~0002504

Duplicate of Bug 0001221

Christian Mack

Christian Mack

2011-05-26 13:39

developer   ~0002506

For adding click able links to original attachment files:
duplicate of Bug 0000981

Issue History

Date Modified Username Field Change
2011-05-26 08:05 Philippe Dubois New Issue
2011-05-26 13:21 Christian Mack Note Added: 0002504
2011-05-26 13:39 Christian Mack Note Added: 0002506
2011-06-01 13:16 francis Relationship added duplicate of 0001221
2011-06-01 13:16 francis Relationship added duplicate of 0000981
2011-06-09 14:19 ludovic Status new => closed
2011-06-09 14:19 ludovic Resolution open => duplicate