weolar / miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Apache License 2.0
7.17k stars 1.08k forks source link

Confirm DialogBox => Bring to Front #488

Open welajuell opened 3 years ago

welajuell commented 3 years ago

Hello I want to bringtofront the confirm message . The pop-up message stays behind the window How can I do it ?

你好 我想提前確認一下消息。(confirm dialogbox => bringtofront(Top On)) 彈出消息停留在窗口後面 我該怎麼做 ?

example var r = window.confirm("Delete ?");

weolar commented 3 years ago

你好,看起来这是个c#版本的bug。我去确认一下。