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
CEF removed GetScreenRect (replaced by CefScreenInfo.rect from
GetScreenInfo) and OnScrollOffsetChanged now passes (browser, x, y).
The pyx/cpp glue had drifted: GetScreenRect was a dead Cython entry
with no C++ caller (but still in the callback allowlist + docs), and
OnScrollOffsetChanged dropped x/y on the floor.
0 commit comments