-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popup window on premise installations blank #2
Comments
It seems that this is a limitation of electron and can be solved by setting Still not sure if this will solve the issue or if we have another problem (CORS??????) |
If this is not working it might be possible to implement a workaround based on IPC:
|
I just tried the new release. Sadly it still opens the PopOut without content. The TypeError in Line 10 of the mainwindow_log happens during the opening of the popup, it might be related? |
Mmm interesting. What happens in a "normal" Chrome/Chromium environment? Does the same error also happen there or does it just happen in a electron environment? It seems that the newly opened window tries to access some object (popOutProjectionManager) of the parent window via My first guess was that the I've searched for similar problems, but haven't found anything interesting except people complaining about more or less the problem on different browsers, but without any solution (https://social.technet.microsoft.com/Forums/lync/en-US/e503ffa1-d66d-4b7b-aaf2-5e04f5128921/error-login-in-owa-web-boot1mousejs?forum=exchangesvrclients) I'm currently using electron 11.2.3, which is based on Chromium 87. Agent string submitted to the OWA server is The agent string is required for spell checker to work (OWA deactivates the spell check on "unsupported" browsers). Maybe removing the agent string to force compatibility mode might solve the issue, but then spell checker will fall back to the browser spellchecker, which is also not a real option/fix |
Which version of exchange are you using? Seems that there are hosted exchange offers that provide exchange accounts with a free trial period. If they provide access to the same version you are using at the moment I can create a account and debug the problem there. |
When trying to open a email by double click, the newly opened window stays blank and does not load the content.
Console output for the new window:
Root cause seems to be kind of a race condition where outlook tries to access the the
opener
ononLoad
event, but theopener
wasn't set (yet).This seems to occur only on on premise installations.
Created on behalf of @speatzle
The text was updated successfully, but these errors were encountered: