We are experiencing an issue with our CEF-based application when interacting with web.whatsapp.com. Specifically, we are sending mousemove, mousedown, and mouseup events using SendMouseMoveEvent and SendMouseClickEvent, also BrowserHost::SetFocus(true) is also used.
The problem occurs when we move the mouse cursor over any chat message; the down-arrow icon (which opens the context menu with options such as reply, react, forward, pin, star, report, and delete) does not appear (Attached DownArrowContextDOESNOTApearOnMouseEvents.jpg for reference). However, if we keep the mouse pointer in one place and scroll the chat page up and down, the down-arrow icon appears for the messages under the cursor (Attached DownArrowContextAppersOnScroll.jpg for reference).
Any insights what could be missing in?