Problem Description
____ The sliderbar stops working if you set it to invisible.____
Attach a Capx
____ https://www.dropbox.com/s/35vcjhkg5zrru ... g.rar?dl=0 ____
Description of Capx
____ The capx puts a sprite "above" the sliderbar and has 2 events to make it follow the movement of the slider. The whole idea is to cover up that ugly sliderbar with your own sprites. But of course we know you can't actually do that because(as I recently learned) the sliderbar is a Dom element, and those elements float above the canvas. So the next logical step is to set the sliderbar property "Initial visibility" to invisible. If you do that the sliderbar doesn't work anymore. ____
Steps to Reproduce Bug
Step 1 [Run the capx and see that the sprite follows the slider, and everything works fine.]
Step 2 [Set the sliderbar object property "Initial visibility" to invisible.]
Step 3 [Run the capx again.]
Observed Result
_____The slider no longer moves/works if set to invisible. ____
Expected Result
____The sliderbar should keep working regardless if it's set to invisible or not. ____
Affected Browsers
[YES] Chrome: (YES/NO)
[YES] FireFox: (YES/NO)
[YES] Internet Explorer: (YES/NO)
Operating System and Service Pack
____ Windows 7 Ultimate 64 bit(6.1, Build 7601) ____
Construct 2 Version ID
____ Release 200 (64-bit) ____