![]() |
|
v5.2 mouse grab bug - Printable Version +- CentBrowser Forum (https://www.centbrowser.net/en) +-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1) +--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4) +--- Thread: v5.2 mouse grab bug (/showthread.php?tid=8715) |
v5.2 mouse grab bug - w444 - 11-27-2025 v5.2.xxxx~ When using the mouse gesture on most sites, the mouse is left-click grab status. ex) google sheets Thanks for your work. RE: v5.2 mouse grab bug - S8F8ry - 11-27-2025 In version 5.2, the mouse gesture feature no longer intercepts the mouse's pointerdown messages to avoid disrupting web page message handling. As a result, if a web page has bound a right-click pointerdown event, it will be triggered in version 5.2. We will consider improving this behavior. |