Opening two windows of Firefox on different screens and setting one to fullscreen hides the statusbar and removes the ContentSeparator on the fullscreen window as expected but also removes the ContentSeparator from the other window.
Expected behavior:
ContentSeparator is removed only from the window that is fullscreen.
Issue type:
Version:
Description:
Opening two windows of Firefox on different screens and setting one to fullscreen hides the statusbar and removes the
ContentSeparator
on the fullscreen window as expected but also removes theContentSeparator
from the other window.Expected behavior:
ContentSeparator
is removed only from the window that is fullscreen.Steps to reproduce:
Possible cause
ContentSeparator
is removed viahighlight.set('ContentSeparator', …)
which is global (see https://github.com/vimperator/vimperator-labs/blob/master/common/content/statusline.js#L155).I don't know if there's an easy way to fix this without rewriting the styling implementation.