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.
- Rename all three to HTML, place on a web server
- Create a new Power-Up and point to index.html
- Add only Board Button capability.
- When launched just opened the modal with a test button
- 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.