Screen rewrawing issue when run within tabbed
In case vimb is run embedded within tabbed by tabbed vimb -e the screan is not redrawn properly after using webinspector. There was a similar issue #417 which was caused by a set default window size in case of embedding.
Steps to reproduce
- open vimb in tabbed
- use webinspector (by
gFin normal mode or via mouse and context menu) - scroll or close webinspector or attempt to run ex command
:set ...
Actual behaviour
- I can't see that the webinspector is opened - nee to switch to another tag in dwm to see the ui changes
- on scrolling the statusbar is not updated
- attempt to run ex commands shows vimb still in normal mode with empty inputbox
Expected behaviour
- screen is redrawn on scrolling closing the weninspector or writing into inputbox
The issue starts right before the webinspector is shown itself. And after closing of the inspector the issue still exists. As I can say the running vimb instance does not redraw properly anymore.
If I open the webinspector I get following message.
(vimb:12894): Gtk-WARNING **: Allocating size to WebKitWebViewBase 0x16fe350 without calling
gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Migth be another window-size base screen redrawing issue.
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.