RoChess

Results 30 comments of RoChess
trafficstars

@dbuechel got sidetracked on other development, but will test v3.9.0 tomorrow. Tried the CEF by itself and that one worked fine, although it might not have been the exact same...

Tried with v3.9.0.783 and still unexpectedly terminating. Totally disabled Edge as a last resort which stopped all reference to `msedgewebview2.exe` in logs, but SEB still unexpectedly terminated, so back to...

Need a little more time, responding to keep ticket open.

Finally figured out what is causing the crash. Crash occurs immediately after window.close() is done to a pop-up that we open and have permission to close. We even delayed it...

Hi Daniel, You have full access, on the link provided, use the `ConfigKeyTest.seb` link which launches SEB to the same URI. Then simply click on the "IFrame" link to see...

The config files were create on my Windows system, and the SEB 3.5.0 editor does not have those macOS options (this was another issue I raised and you pushed that...

Simplified the test-scenario by solely relying on your "bek_ck_new.html" test page. https://sandbox.verifyexpress.com/sebjstest/ This page offers a link to open https://safeexambrowser.org/exams/bek_ck_new.html in a new tab, but also show it inside an...

@danschlet the manual has this reference: Query String Parameter Allows to transfer paramters in the URL of a SEB configuration file or seb(s) link to the Start URL by adding...

Much appreciated for the clarification. Immediately understood implication if startURL would contain a query itself, so you get the https://example.com/?existing-query?seb-query scenario. My original thinking was old school where https://example.com/index.php?page=about was...

> > For that reason I was seeking to support /?about as query string to be passed forward as /about, and that ??page=about could be used for the primary reason....