Expected behaviour
The block explorer should display blocks when clicking on 'blocks' on the built-in block explorer, regardless of whether the 'syncmode' setting of the node is 'fullsync' or not.
Actual behaviour
When the blockchain has been up and running for a while (i.e. there are many blocks in the block history) the block explorer fails to load the block history. It is suspected that this happens because the block explorer doesn't have pagination, so it is stuck trying to load all the blocks (and never displays any).