You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use choc on my WebView based C++ app. My app seems to work in general, but if I set enableDebugMode = true on its options, perform the "Inspect Element" command on the WebView, and resize the choc::ui::DesktopWindow on macOS, then the WebView content is moved beyond zero-height and content around the top area goes out of the visible area.
It is reproducible with tests/choc_webview_example.h too (needs longer content page so that it becomes scrollable). It does not happen if I simply navigate to the example demo URL (github) and operate the same though.
I'm trying to use choc on my WebView based C++ app. My app seems to work in general, but if I set
enableDebugMode = true
on its options, perform the "Inspect Element" command on the WebView, and resize thechoc::ui::DesktopWindow
on macOS, then the WebView content is moved beyond zero-height and content around the top area goes out of the visible area.It is reproducible with
tests/choc_webview_example.h
too (needs longer content page so that it becomes scrollable). It does not happen if I simply navigate to the example demo URL (github) and operate the same though.For the record, I had the same experience when I used saucer.
Confirmed with 2d58413 / macOS Sonoma 14.7 / AppleClang 16.0.0.16000026.
The text was updated successfully, but these errors were encountered: