Closed woefe closed 5 years ago
I can reproduce the behaviour. It seems like the bar is actually shown but the completion widget is placed on top of the bar as the geometry is set to the complete bottom of the window. The geometry is updated on the resize event, therefore it shows up again when entering fullscreen and leaving again. Any other resize should also trigger this behaviour.
The fix should be to update the geometry of the completion widget when entering command mode.
I disable the statusbar on startup. When I enter command mode, the bar does not show up and I cannot see what I type, even if I toggle the bar while vimiv is running. Switching to fullscreen mode and back, after showing the bar seems to fix the issue.
Expected behavior: the bar should always show up when I type something in command mode.