Hi Andreas,
Since the 483 update, I have a bug that doesn't crash the widget but hide the webview whenever I use any button on my translator. The buttons are simply ChatGPT action prompts. As you can see in the video, I didn't have this problem with version 482. I tried inspect element, but there was nothing wrong there.
video
good morning @Andreas_Hegenberg ,I tried for a while to find the problem, but I can't find any solution. The issue started with the 5.483. Do you mind taking a look? I can provide you with the widget's preset.
widget translator.bttpreset (58.2 KB)
Hallo @Andreas_Hegenberg
I have similar issues, one of my button is closing/hiding the floating menu webview now, which was in previous BTT versions not the case.
There are no errors in the console.log etc. all runs fine, the only issue is that the webview closing.
Thx,
Christian
BTT 5.484 / OS 15.5 (24F74)
button, simple as that:
<button onclick="BTTSave()">πΎ Speichern</button>
async function BTTSave() {
try {
const rawText = editor.getValue();
const result = await set_persistent_string_variable({ variableName: "FlipText", to: rawText });
console.log("Text gesichert - set_persistent_string_variable:", result);
} catch (error) {
console.error("Fehler beim Speichern:", error);
showStatus("Fehler beim Speichern!");
}
}
const result = await execute_assigned_actions_for_trigger({uuid: 'C5DD8129-8516-4D1D-A4B6-EC4F85C5AC68'});
still have the problem with 485, @Andreas_Hegenberg please, can you help us ?
best downgrade for now, I'll soon look into this
Yes, I downgraded to 482 for now. Thank you for looking into itππΌ
I think this should be fixed in 5.486 alpha
Thank you so much Andreas. Yes, the problem is fixed for me