[x] AEM Version, including Service Packs, Cumulative Fix Packs, etc: Any
[x] ACS AEM Commons Version: Any
[x] Reproducible on Latest? yes
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%
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%