1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_gui_extra/misc
attila a34bd74133 Windows: WebBrowserComponent: Fix state handling when the component is invisible
The handling of two state variables had to be adjusted. One is
responsible for signalling that we navigated to a blank page due to the
WebBrowserComponent becoming invisible. The other variable in the
WebView2 implementation stores the URL that we should be navigating to
once the WebView2 instance has been created.

Prior to this commit navigating to the URL requested by goToURL could
fail for two reasons: either because it was called before the underlying
WebView2 instance was created, or because the WebBrowserComponent was
not yet visible.
2024-08-22 17:04:55 +02:00
..
juce_AnimatedAppComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_AnimatedAppComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_AppleRemote.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_BubbleMessageComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_BubbleMessageComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ColourSelector.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_ColourSelector.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_KeyMappingEditorComponent.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_KeyMappingEditorComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_LiveConstantEditor.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_LiveConstantEditor.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_PreferencesPanel.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_PreferencesPanel.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_PushNotifications.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_PushNotifications.h Platform: Remove references to unsupported platforms in docs and strings 2024-07-03 13:50:08 +01:00
juce_RecentlyOpenedFilesList.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_RecentlyOpenedFilesList.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_SplashScreen.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SplashScreen.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemTrayIconComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemTrayIconComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_WebBrowserComponent.cpp Windows: WebBrowserComponent: Fix state handling when the component is invisible 2024-08-22 17:04:55 +02:00
juce_WebBrowserComponent.h Update WebBrowserComponent documentation 2024-07-04 13:59:30 +00:00
juce_WebControlParameterIndexReceiver.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_WebControlRelays.cpp WebBrowserComponent: Improve native integrations 2024-04-16 17:43:21 +01:00
juce_WebControlRelays.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00