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_bubble
andchrome_zoom_bubble
in_cef_browser_settings_t
, which are not exposed in CefSharp'sBrowserSettings
after searching throughout the repository.chrome_status_bubble
controls whether the status bubble will be shown in Chrome runtime style.chrome_zoom_bubble
controls 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