In the Online we have an application running in the web panel. Application is using superoffice protocol to navigate and open documents and it is working fine. But when run in the external browser window, superoffice protocol keeps opening SuperOffice in the new browser tab.
Is this something that can be somehow fixed so the SuperOffice keeps the same tab all the time?
All Replies (3)
Hi Josip!
When you say external browser window, do you mean "default.aspx?browser.YOUR_WEBPANEL_NAME" ?
Are you using the CrossMessaging javascript library to issue soprotocol through the browser postMessage? If not, you should.
Best regards!
Hi!
We have an app that uses SuperOffice: protocol from the desktop (via SuperOffice web extensions), and sometimes SuperOffice reuses the tab and just jumps to the entity you wish, but also sometimes, a new tab is opened.
But remember, if you are typing on something in SuperOffice, e.g. an appointment, you don't want it to jump to another place, you want a new tab to be opened.
So I think SuperOffice do it as they should, even if they sometimes open a new tab, even if you are not in editmode on the current SuperOffice page.
BTW: we also use Crossmessaging in other products and it is the same pattern we see.