/
Fix for Chrome 56
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.
, multiple selections available,
Related content
Fix for Chrome 56
Fix for Chrome 56
More like this
Fix for Chrome 56
Fix for Chrome 56
More like this
LUNA 7.4.2.1 Release Notes
LUNA 7.4.2.1 Release Notes
More like this
LUNA 7.4.2.1 Release Notes
LUNA 7.4.2.1 Release Notes
More like this
Display media items in Active Media Group panel by turning off ad blockers
Display media items in Active Media Group panel by turning off ad blockers
More like this
Display media items in Active Media Group panel by turning off ad blockers
Display media items in Active Media Group panel by turning off ad blockers
More like this