haxeui-core
haxeui-core copied to clipboard
TextField.disabled doesn't prevent select/edit of text
Setting TextField's diabled to true doesn't prevent cursor interaction or editing of text.
Expected Behavior
var txt:TextField = cast addComponent(new TextField()); txt.diabled = true; // Shouldn't be able to set selection or edit text content.
Current Behavior
txt in example above can still be edited. Tested on windows, html5, flash targets via OpenFL backend.
At some point, no doubt a long while back, this was fixed. Closing the issue.
Ok... so TextField was indeed fixed, but TextArea still has the same issue described here.