prabirshrestha / dwm-win32

dwm port of tiling manager to Window
MIT License
489 stars 38 forks source link

Brave and chrome stop redrawing after switching to another tag #45

Open kernel32dev opened 2 years ago

kernel32dev commented 2 years ago

great project, would love to use it everyday, but this issue bothers me a lot whenever i have brave on one tag, if i switch to another tag with a window in it, and turn back, the browser window (especifically the part where the html is draw), stops being draw if i interact with keypresses or with the mouse the html reacts to these events, however nothing new is draw to the screen however if i drag or resize the window, everything is drawn again, and the effects of my interactions is shown i tested with brave and chrome and those browsers have the issues mentioned above firefox has none of theses issues at all, it works perfectly microsoft edge has trouble being moved around tags, i couldn't get it to work for testing

i tried messing around with the win32 api calls a bit to see if i can get it to work, but to no avail