FIXED:Disable close on escape on window comp broken

Disabled “close on escape” Parameter on window comp, but the window is closed on esc anyways

099 official build

Any workarounds ? Capturing esc key in keyboard dat and calling ui.performMode = True only seems to work if I delay the reopening of the window, therefore producing flickering

I’m also experiencing this bug, seeing this behavior even in the starting template file.

I’ve tested with both TouchDesigner099.2018.27300.64-Bit and TouchDesigner099.2018.41570.64-Bit on Windows 10.

We are currently discussing and working on a fix. It has been like this since 088 :open_mouth:

Ah gotcha, thanks! I hadn’t tried until now!

We’ve now changed the behavior for [[Window COMP]] ‘Close On Escape’ parameter.

Escape will only close a window if this parameter enabled.
To leave Perform Mode in TouchDesigner, use either escape (if enabled) or shift+escape (which may password prompt if private).

2018.27310+

Cheers,
Rob.

OK great, thanks for the update!