Bug 345208

Summary: [client] delete action instead of export for folders
Product: [ECD] Orion (Archived) Reporter: Simon Kaegi <simon_kaegi>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: polish
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 349427    

Description Simon Kaegi CLA 2011-05-09 17:07:59 EDT
Currently we expose the "down arrow" or export zip action for folders. I think we should instead put the "X" delete action as its more typical and also consistent with regular files.
Comment 1 Susan McCourt CLA 2011-05-10 11:06:27 EDT
We definitely need to revisit the menus and groupings.  I specifically took delete out of the column and put it in the menu because I didn't want to make it too visible/easy.  

The "X" shows up for files because the code will check for single-item menus and expose the item directly if it's the only thing in the menu.

I agree we need some consistency here....
Comment 2 Susan McCourt CLA 2011-06-15 02:13:30 EDT
(In reply to comment #1)
> We definitely need to revisit the menus and groupings.  I specifically took
> delete out of the column and put it in the menu because I didn't want to make
> it too visible/easy.  

I still believe that delete shouldn't be too easy to find.


> 
> The "X" shows up for files because the code will check for single-item menus
> and expose the item directly if it's the only thing in the menu.

The "X" no longer shows up for files because we finally have more than one thing in the menu.  So the consistency problem is no longer there.

I moved the "down arrow" (which is now export to zip...) to the menu.

So now we have "make favorite" and "rename" exposed for folders and files, and everything else is in the menu.  I think we are good.

This was released in the icon pass.