URGENT: Failure: t.get() fails from t.popup() called from t.modal()

When inside a t.modal(iframe), and you then call a t.popup(iframe, mouseEvent) almost anything you try to with the the t in that popup() just fails (especially t.get()) - no exception, the JS just stops cold. This has been working fine but yesterday or today it failed and a number of my Power-Up are affected.

details.html.txt (1.2 KB)

popupFrame.html.txt (1.0 KB)

index.html.txt (845 Bytes)

Attached is a very basic minimalist 3 HTML page repro.

  1. Rename all three to HTML, place on a web server
  2. Create a new Power-Up and point to index.html
  3. Add only Board Button capability.
  4. When launched just opened the modal with a test button
  5. Click the test button

EXPECT: The popup to appear, in console you will see BEFORE and AFTER t.getAll() logs.

RESULT: The popup flashes and goes away. You only see the before t.getAll() console.log.

Please verify. This is urgent.