Is there a way to describe a window as "AlwaysOnTop"?
gbraad opened this issue · 6 comments
gbraad commented
pravic commented
gbraad commented
I have tried this, but didnt have the desired effect. Or is the following not possible?
<html window-isTopmost="true">
c-smile commented
<script>
Window.this.isTopmost = true;
</script>
gbraad commented
Is there documentation that describes what is and isn't possible from the <html window-...>
tag?
gbraad commented
The issue is resolved, but the naming isAlwaysTopmost
would have made more sense, plus the difference what can and can not be in the html
window definition.