Basically Chrome has disabled modal dialogs. You have to enable them to make OWA work properly with Chrome.
On Windows this is fixed with a registry setting and a group policy object. On OSX you need to edit the plist file (see the comment section of the previous link). On Linux, you must setup the Chrome policies directory and add a json file.
Here's the quick fix:
sudo mkdir -p /etc/opt/chrome/policies/managedApparently this fix is only good through April 2015, when this functionality will be completely removed from Chrome.
echo '{"EnableDeprecatedWebPlatformFeatures": ["ShowModalDialog_EffectiveUntil20150430"]}' | sudo tee /etc/opt/chrome/policies/managed/owafix.json
More information on managing Chrome policies can be found here.
No comments:
Post a Comment