seb-mac icon indicating copy to clipboard operation
seb-mac copied to clipboard

SEB Hash failure inside iFrame on macOS

Open RoChess opened this issue 1 year ago • 10 comments

Trying to add support back in for macOS hash keys after the changes made to 3.2.5 we ran into a problem where everything works, until the site is placed inside an iframe.

  • Windows direct = works on v3.4.1 and 3.5.0
  • Windows iframe = works on v3.4.1 and 3.5.0
  • macOS direct = works without issues on v3.2.5
  • macOS iframe = fails on v3.2.5

The macOS SEB client often needs the ReRead button to obtain hash values, but that is something we can easily deal with.

The same JavaScript calls are made, but inside an iframe the hashes fail on macOS. Created a basic sample that does the bare minimum to demonstrate the bug at: https://sandbox.verifyexpress.com/seb/

RoChess avatar Jun 17 '23 00:06 RoChess