Problem Description
I was attempting to have a Text Box pop up over a sprite when that sprite is left clicked, easy enough to do but the left mouse release is not picked up so it acts as though the left mouse is still down.
Attach a Capx
Done
Description of Capx
There is a message that reports the status of the left mouse button every tick.
Also a sprite that, when clicked, spawns a text box on top of the sprite.
Pressing return destroys the text box.
Steps to Reproduce Bug
- Run the capx
- Left click on the grey box sprite
- Note that the left mouse button message continues to show the button as down even once released
Observed Result
The left mouse button message continues to show the button as down once released.
Expected Result
The left mouse button message should show the correct status of the mouse button.
Affected Browsers
- Chrome: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
Windows 8.1
Construct 2 Version ID
R192
Suggested work-around
Easily worked around by using the Mouse Button released event to pop up the text box instead of the click event.