Replies: 1 comment
-
|
The fastest way would be to submit a PR.
It's not high on my priority list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CEF has recently added
chrome_status_bubbleandchrome_zoom_bubblein_cef_browser_settings_t, which are not exposed in CefSharp'sBrowserSettingsafter searching throughout the repository.chrome_status_bubblecontrols whether the status bubble will be shown in Chrome runtime style.chrome_zoom_bubblecontrols whether the Chrome zoom bubble will be shown when zooming in Chrome runtime style.CEF: https://github.com/chromiumembedded/cef/blob/master/include/internal/cef_types.h#L707
It'd be very nice if the status bubbles can be hidden while hovering over links.
Would these browser settings be available in CefSharp anytime soon? Or does it need a PR to add these settings? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions