QtWebEngine White Text on White Background
-
Hello, I am maintaining an open-source project for building energy modeling (https://github.com/openstudiocoalition/OpenStudioApplication) currently built on Qt 5.15.0. Our program uses QtWebEngine to display output html reports from our energy simulations. This functionality works for me and the other developers just fine. However, some users report seeing white text on a white background which is unreadable. If they open the html file in Chrome or another web browser outside of our application, then it renders correctly. I have tried disabling dark mode in case that was the issue but it did not help:
I am completely out of ideas on what to try next. Are there any suggestions? Links to issues with more information are below. We even got one user to load the local remote chrome debugger and inspect elements which said their color should be grey, but they were rendered as white.
https://github.com/openstudiocoalition/OpenStudioApplication/issues/380
https://github.com/openstudiocoalition/OpenStudioApplication/issues/389
https://github.com/openstudiocoalition/OpenStudioApplication/issues/472