The reason is that div#the-hague is not a focusable element ( div s, by default, are not), so the browser returns focus elsewhere, in this case the body . The ...
確定! 回上一頁