nw.js icon indicating copy to clipboard operation
nw.js copied to clipboard

[Feature Request] Force repainting

Open Kruithne opened this issue 5 years ago • 2 comments

A lot of people run into issues when using Steam (specifically the Steam Overlay) with Chromium based frameworks (NW.js, Electron, etc) due to the fact the Steam Overlay hooks directly into the rendering pipeline, but Chromium only updates changed regions.

A solution on Electron has been implemented that allows the application to force a complete repaint on every frame. See the PR for that here: https://github.com/electron/electron/pull/8628

It would be majorly beneficial to have a similar function in NW.js to force repainting, providing a viable solution to all of the Steam Overlay issues without relying on temperamental hacks that often stop working.

Kruithne avatar Oct 14 '20 14:10 Kruithne

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 09 '22 00:01 stale[bot]

Is this feature still under consideration?

UtterDonkey avatar Dec 08 '23 12:12 UtterDonkey