menu "..." better always at the end | Community
Skip to main content
New Participant
August 11, 2022
New

menu "..." better always at the end

  • August 11, 2022
  • 2 replies
  • 571 views
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):
Code package (if applicable):  

2 replies

kautuk_sahni
Employee
September 2, 2022

@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.

Kautuk Sahni
arunpatidar
New Participant
August 11, 2022

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; }

 

 

Arun Patidar