When filtering page history by a date, there may be no matching revisions that can be shown. Following T227578, a placeholder is set, but this is what you see:
Instructions for solving: in includes/actions/pagers/HistoryPager.php, override method isNavigationBarShown and return false if getNumRows returns 0, otherwise return what the parent method would.