Fire wxEVT_WEBVIEW_NAVIGATING when redirecting
When using IE wxWebView backend, this event wasn't generated as expected when the client was redirected. Fix this by using DOCHOSTUIFLAG_ENABLE_REDIRECT_NOTIFICATION flag. Closes https://github.com/wxWidgets/wxWidgets/pull/893
This commit is contained in:
committed by
Vadim Zeitlin
parent
4fd80960ca
commit
0bd8fe91e7
@@ -135,6 +135,7 @@ wxMSW:
|
||||
- Implement wxFontDialog::SetTitle() (Vitaly Stakhovsky).
|
||||
- Fix build in ANSI (non-Unicode) mode.
|
||||
- Improve wxNotebook themed background drawing (Arrigo Marchiori).
|
||||
- Send wxEVT_WEBVIEW_NAVIGATING when redirecting (Josue Andrade Gomes).
|
||||
|
||||
wxOSX:
|
||||
|
||||
|
Reference in New Issue
Block a user