Expand my Community achievements bar.

menu "..." better always at the end

Avatar

Level 1

8/10/22

Request for Feature Enhancement (RFE) Summary:

The "..."-menu in AEM Assets should always be at the end and the order of the menu items should also always be the same, so that you don't have to search for elements.

Use-case:  
Current/Experienced Behavior: Position of "..."- menu changes. Sometimes it's in the middle of the elements but you expect it at the end.
Improved/Expected Behavior:  
Environment Details (AEM version/service pack, any other specifics if applicable):  
Customer-name/Organization name:  
Screenshot (if applicable): 3Dots.png
Code package (if applicable):  
2 Comments

Avatar

Community Advisor

8/11/22

To change the position the float css rule can be reset for more button

e.g.

categories
String[]
dam.gui.actions.assetviewer.coral

 

button._coral-ActionButton._coral-ActionButton--quiet._coral-ActionBar-button[handle="moreButton"] {
    float: inherit!important;
}

 

arunpatidar_0-1660204270741.png

 

Avatar

Administrator

9/2/22

@Maurine 

Thanks for proposing this idea

This has been reported to the engineering under the internal reference GRANITE-41605. The product team will triage this request to verify feasibility based on the prioritization model. This post will be updated according to the Jira request status.

Status changed to: New