Re-enabling controls may leave "forbidden" cursor

Hi,

http://haxeui.org/builder/?ed313e07

try to disable and re-enable. Then hover the mouse over the label.
Notice the mouse cursor still changes to a forbidden sign.

This is because this cursor style is never reset:

element.style.cursor = “not-allowed”;

Thanks!

oh, yeah, good point… missed this somehow… ill check it out.

Thanks!
Ian

1 Like

Took me a while to get round to it, but should be working now

Cheers,
Ian

1 Like