Replies: 1 comment 5 replies
-
What version are you using? How does Chrome behave if you change the css using DevTools? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello CefSharp# team,
My Company's project is a WPF base APP, recently we plan to integrate CefSharp into our APP.
We have UI setting such as color, font-size in WPF dialog, once user change those settings, it should apply the settings to cefsharp browser's component(by calling ExecuteScriptAsync which define js function to change DOM's style in JS side).
Our APP is like PPT, left side is the navigation, and the right side is the details page, when switch the page in left side, the right show the corresponding page(rendered in cefsharp browser).
If user change the UI setting in WPF dialog, all pages' browser component need to apply the style.
Everything goes well if there are one or two pages in the left, the browser rendered correctly, see below, the text color is ok
but if there are more pages, the browser not render css correctly, see below
Even if I change the color manually in the Devtools, the browser still not apply
Beta Was this translation helpful? Give feedback.
All reactions