Link to .capx file (required!):
dropbox.com/s/idbzqygq6wp6rdm/textbox_bug.capx
Steps to reproduce:
1. load project, run the debugger, no interaction needed
2.
3.
Observed result:
CPU usage goes to 17% (on my machine). Each text box adds between 5-6% CPU usage each... and it keeps increasing. I've managed to exceed 50% with 10 textboxes. Disabling the textbox makes no difference.
Expected result:
a disabled textbox should have no appreciable CPU usage
an active textbox with no attached events should not be consuming so much CPU time - it's effectively a static structure... eg html forms.
Browsers affected:
Chrome: not tested
Firefox: yes
Internet Explorer: yes (ie10)
Operating system & service pack:
Windows 8 professional
Construct 2 version:
R141 (correction, I was actually on R142)