Allow distinguishing user- from script-opened wxWebView windows
Add wxWebViewEvent::GetNavigationAction() returning a value that can be either wxWEBVIEW_NAV_ACTION_USER for the links opened by the user, or wxWEBVIEW_NAV_ACTION_OTHER for the other ones (e.g. opened from JavaScript code on the page). Closes #15402.
This commit is contained in:
committed by
Vadim Zeitlin
parent
91aa6ba36e
commit
b61123cd7d
@@ -111,6 +111,7 @@ All (GUI):
|
||||
- Add "hint" property support to XRC for wxComboBox and wxSearchCtrl.
|
||||
- Add support for style="page-break-inside:avoid" to <div> in wxHTML.
|
||||
- Support strike-through in wxDataViewItem attributes (approach, Igor Korot).
|
||||
- Allow distinguishing between user- and script-opened windows in wxWebView.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user