Skip to content

#5607 workaround fix for the web content being black after resizing#5625

Merged
maxim-productengine merged 1 commit intoproject/Flat_UIfrom
maxim/Flat_UI-5607
Apr 8, 2026
Merged

#5607 workaround fix for the web content being black after resizing#5625
maxim-productengine merged 1 commit intoproject/Flat_UIfrom
maxim/Flat_UI-5607

Conversation

@maxim-productengine
Copy link
Copy Markdown
Contributor

Temporary workaround until the root cause in Dullahan (?) is not fixed.

{
if (mWebBrowser->getMediaPlugin())
{
mWebBrowser->getMediaPlugin()->forceRenderRefresh();
Copy link
Copy Markdown
Contributor

@akleshchev akleshchev Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be better to have this in LLPluginClassMedia::idle for a general solution instead of specific to a single panel.

Copy link
Copy Markdown
Contributor Author

@maxim-productengine maxim-productengine Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer a proper fix (#4712) instead of this workaround.
For now, let's use it just for Login screen. If there are complications with dullahan/cef, I'll use your suggestion later.

@maxim-productengine maxim-productengine merged commit 7fc1d9a into project/Flat_UI Apr 8, 2026
12 checks passed
@maxim-productengine maxim-productengine deleted the maxim/Flat_UI-5607 branch April 8, 2026 21:08
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Login page content window can go black for long period of time while resizing viewer window mainly on Events and status tabs of login page

3 participants