As of bec4223, JS that loaded fine in the commit before in windows spawned by window.openDialog no longer have that JS, leading to errors like these:
Even though, as clearly shown by https://github.com/angelbruni/Geckium/blob/archive/pre-mpl2/Profile%20Folder/chrome/JS/GeckiumMaterial.uc.js#L46, the function has no reason to cease existing per documentation including changes.
Running the exact same URI as the dialog's target URI in the browser instead results in the JS loading as expected in every other case but with openDialog.
As of bec4223, JS that loaded fine in the commit before in windows spawned by window.openDialog no longer have that JS, leading to errors like these:
Even though, as clearly shown by https://github.com/angelbruni/Geckium/blob/archive/pre-mpl2/Profile%20Folder/chrome/JS/GeckiumMaterial.uc.js#L46, the function has no reason to cease existing per documentation including changes.
Running the exact same URI as the dialog's target URI in the browser instead results in the JS loading as expected in every other case but with openDialog.