When a window is being dragged, we should not check for the target window's resizability in QWasmCompositor::processMouse as: 1) the target window under the cursor might be different from the dragged window when the pointer is moving quickly 2) we have checked that already when qualifying the window for dragging when handling EMSCRIPTEN_EVENT_MOUSEDOWN at line 1022 Therefore, the condition for target window's resizability has been removed. Change-Id: Ib999d213f1e0a770fa76324fc7bf44c6d4ab806a Reviewed-by: David Skoland <david.skoland@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit a7e187cf1631e0f5434c09c4c398a7c4ef138593) Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%