Merge branch 'master' into 'master'

Ensure focus on click ( Fix #1633 )

Closes #1633

See merge request GNOME/gtk!546
This commit is contained in:
Alexander Larsson 2019-02-05 13:05:34 +00:00
commit ca1ffa0c23

View File

@ -10,6 +10,6 @@ body { overflow: hidden; }
<script type="text/javascript" src="broadway.js"></script>
</head>
<body onload="connect()">
<body onload="connect()" onclick="if (!document.hasFocus() && window.topElement !== window.self) { window.focus(); }">
</body>
</html>