Adobe-Consulting-Services / acs-aem-commons

http://adobe-consulting-services.github.io/acs-aem-commons/
Apache License 2.0
453 stars 600 forks source link

MCP process list is empty (Chrome) or severely truncated (Firefox, Edge) #2057

Closed badvision closed 5 years ago

badvision commented 5 years ago

Required Information

Issue caused by browser changes

Looks like every browser vendor got together and decided life was too simple and it was time to change default CSS behavior in every major browser this week. The result is that the mcp-workspace div gets an incorrect default height. In Chrome that is 0 pixels, making the table disappear. In Firefox and others, the table appears but is only 50px or so tall so the contents appear truncated.

How to hot-fix

In the short term, you can use Sarafi and all the functionality still appears to work. If you want to hot-fix your environment open the CSS file in crx de at /apps/acs-commons/components/utilities/manage-controlled-processes/clientlibs/css/mcp.css and add a rule to #mcp-workspace to set height:100%

badvision commented 5 years ago

Example of issue in Chrome: image

badvision commented 5 years ago

Example of issue in Firefox:

image