From the Apps page, click OrderLine. A popup appears.
Click Connect.
Safari will redirect the current tab to the Connections page, but fail to open the OrderLine connection workflow in a new tab.
Possible explanation:
The Connect button both has an href/target to open the connection workflow in a new tab, and an onclick handler to redirect the current tab. This combination does not seem to work on Safari, unlike other browsers, and Safari appears to ignore href/target when onclick is present.
Description:
Possible explanation:
The Connect button both has an
href/target
to open the connection workflow in a new tab, and anonclick
handler to redirect the current tab. This combination does not seem to work on Safari, unlike other browsers, and Safari appears to ignorehref/target
whenonclick
is present.