SUMMARY
Mozilla Firefox 53 Edit Job Issues in release 9 UI
ISSUE
When attempting to edit jobs, the "Save" and "Cancel" options at the bottom of the window are covered/not showing.
RESOLUTION
--Log in to the SSH--
[root@unitrends ~]# cd /var/www/html/ui
[root@unitrends ui]# cd app
[root@unitrends app]# cd configure/users/roles/
[root@unitrends roles]# mv scope-objects.html scope-objects.html.old
[root@unitrends roles]# wget ftp://ftp.unitrends.com/outgoing/ayoungblood/Hotfixes/EAPP-2487/app/configure/users/roles/scope-objects.html
[root@unitrends roles]# ls -rlasth {compare to ensure they have the same permissions}
4.0K -rw-r--r-- 1 root root 3.7K Mar 3 15:25 scope-objects.html.old
4.0K -rw-r--r-- 1 root root 3.6K May 25 13:52 scope-objects.html
[root@unitrends roles]# cd /var/www/html/ui/app/protect/backup-job/
[root@unitrends backup-job]# mv wizard.backupJobManageAsset.html wizard.backupJobManageAsset.html.old
[root@unitrends backup-job]# wget ftp://ftp.unitrends.com/outgoing/ayoungblood/Hotfixes/EAPP-2487/app/protect/backup-job/wizard.backupJobManageAsset.html
[root@unitrends backup-job]# ls -rlasth {compare to ensure they have the same permissions}
8.0K -rw-r--r-- 1 root root 5.6K Mar 3 15:25 wizard.backupJobManageAsset.html.old
8.0K -rw-r--r-- 1 root root 5.6K May 25 13:57 wizard.backupJobManageAsset.html
[root@unitrends backup-job]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 10.0.0.185 for ServerName
[ OK ]
LOG INTO THE UI WITH FIREFOX53 and check it out now. Ask the user to clear the 'browser cashe' and refresh the Screen.
The necessary changes for Firefox v.53 support are targeted for resolution in the Unitrends 10.0 release.
CAUSE
With the release of Mozilla Firefox 53, changes were made to their internal coding affecting how HTML5 windows are displayed.