Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.15.9
Description
If an input handler is clicked inside MapQuickItem and then outside on the Map item itself the click is not registered on the MouseArea that is covering the Map.
Steps to reproduce.
- Run the attached example project.
- Click on the MapQuickItem that is the blue circle on the Map.
- Click on the Map surface outside of MapQuickItem.
Expected result:
- The click is registered on the MouseArea covering the Map.
Actual result:
- The click is not registered on the MouseArea on the first click, but only after a second click.