Fix for Chrome 56
Google Chrome version 56 caused a problem with Exlpore/Media Groups and Explore/Presentations. This fix is to resolve the issue on versions prior to LUNA 7.2.6.
Â
Linux
If you did a standard install of LUNA, login and change to the directory where you installed LUNA. This should contain the directory "LunaImaging".
Run the following commands.
sed -i 's/id="divGroupWorkPanelCell" valign="top" height="100%" width="48%"/id="divGroupWorkPanelCell" valign="top" width="48%"/g' LunaImaging/7.x/LUNA/tomcat/luna_apps/luna.war/WEB-INF/views/jsp/insight/mediaGroups.jsp sed -i 's/id="divGroupWorkPanelCell" valign="top" height="100%" width="48%"/id="divGroupWorkPanelCell" valign="top" width="48%"/g' LunaImaging/7.x/LUNA/tomcat/luna_apps/luna.war/WEB-INF/views/jsp/insight/presentations.jsp
Â
Windows
In a text editor edit the following files.
LunaImaging/7.x/LUNA/tomcat/luna_apps/luna.war/WEB-INF/views/jsp/insight/mediaGroups.jsp
LunaImaging/7.x/LUNA/tomcat/luna_apps/luna.war/WEB-INF/views/jsp/insight/presentations.jsp
Â
Search the file for:
id="divGroupWorkPanelCell" valign="top" height="100%" width="48%"
Remove:
height="100%"
So the line looks like:
id="divGroupWorkPanelCell" valign="top" width="48%"
Save the file.
Â
That's it. No need to restart.