1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_extra
attila 7ead20d575 WebBrowserComponent: Windows: Avoid flash to default JUCE background colour
The default background colour of the WebBrowserComponent is white on all
platforms. Before the first page finishes loading this is the colour
that should fill the WebBrowserComponent's area.

Prior to this change however, on Windows a sudden flash to the default
JUCE background colour would occur, before the default white background
could take effect.

At the time of this commit there is a known issue with the
icorewebview2controller2, where a white flash is inevitable, unless the
WEBVIEW2_DEFAULT_BACKGROUND_COLOR environment variable is set. Using
a white background behind the WebView avoids this issue.
2024-07-11 13:36:07 +02:00
..
code_editor LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
detail WebBrowserComponent: Improve native integrations 2024-04-16 17:43:21 +01:00
documents Update licensing information 2024-04-16 11:39:35 +01:00
embedding Linux: XEmbedComponent: Improve focus transfer handling 2024-04-16 17:43:21 +01:00
misc Update WebBrowserComponent documentation 2024-07-04 13:59:30 +00:00
native WebBrowserComponent: Windows: Avoid flash to default JUCE background colour 2024-07-11 13:36:07 +02:00
juce_gui_extra.cpp CMake: Fix package resolution on Linux 2024-07-02 17:06:46 +02:00
juce_gui_extra.h Add WebView related helper classes for implementing AudioProcessorEditor::getControlParameterIndex 2024-06-06 13:48:51 +02:00
juce_gui_extra.mm Update licensing information 2024-04-16 11:39:35 +01:00