You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were some bugs that prevented the offscreen paint code from actually being used: e740303, 988b150
Now that these are fixed, I can enable it from the advanced options on the connect page, but the result is a blank window!
I have added some debug logging and the message seems to be getting lost between:
So I commented that out and replaced with const DEFAULT_BOX_COLORS = {}; for simplicity.
I also tried removing most attributes in the postMessage call.
Nothing helps!
The javascript console shows this debug message I have added:
There were some bugs that prevented the offscreen paint code from actually being used: e740303, 988b150
Now that these are fixed, I can enable it from the advanced options on the connect page, but the result is a blank window!
I have added some debug logging and the message seems to be getting lost between:
xpra-html5/html5/js/OffscreenDecodeWorker.js
Line 162 in bbc3fc3
And
xpra-html5/html5/js/PaintWorker.js
Line 146 in bbc3fc3
I thought that perhaps the problem was from the refactoring that added:
xpra-html5/html5/js/PaintWorker.js
Line 13 in bbc3fc3
So I commented that out and replaced with
const DEFAULT_BOX_COLORS = {};
for simplicity.I also tried removing most attributes in the
postMessage
call.Nothing helps!
The javascript console shows this debug message I have added:
The
onmessage: null
is suspicious. But I'm pretty sure that I somehow managed to get some messages across and it was still showingnull
.The text was updated successfully, but these errors were encountered: