I installed Odoo 11 fresh out of the box on windows and created an empty database. Now when I go to /web/database/manager, the page gets displayed normally but when I click anything like "Backup" or "Set Master Password" or literally anything else, nothing happens. So I opened the JavaScript console of the browser and it says:
Uncaught TypeError: Cannot read property 'getSelectorFromElement' of undefined
at HTMLButtonElement.<anonymous> (modal.js:587)
at HTMLDocument.dispatch (jquery.js:4641)
at HTMLDocument.elemData.handle (jquery.js:4309)
How can this be on a fresh installation? It really shouldn't have bugs like that?
EDIT: This happens in Chrome but in Firefox it works. But still.. it lowers my trust in the system and that it will run smoothly.