You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AEM Version, including Service Packs, Cumulative Fix Packs, etc: Any
ACS AEM Commons Version: Any
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%
The text was updated successfully, but these errors were encountered:
badvision
changed the title
MCP process list is empty (Chrome) or severely truncated (Firefox, Safari, Edge)
MCP process list is empty (Chrome) or severely truncated (Firefox, Edge)
Sep 26, 2019
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%The text was updated successfully, but these errors were encountered: