In all browsers (IE, Chrome, etc.) in my office and in home and in all Blogger blogs using the dynamic template, I'm having this strange problem:
No menu on the right side (except for the Subscribe button - other buttons are missing) plus no layout selection bar (top row).
This problem is occasional, not happening reliably; any ideas?

Update (old news really, but I kind of forgot about the question):
The fix is to change the default timeout:
<script language='javascript' type='text/javascript'>
setTimeout(function() {
blogger.ui().configure().view();
}, 500);
</script>