Custom pickers issue

When using text substitution or clippings, custom pickers have a strange behavior.

The picker displays well but it does not open the menu when clicking on it.
On the other hand, it appears if I press the return key when it’s selected.

I went to this page to make sure my syntax doesn’t contain any errors.
None of the examples work here (when clicking).

Is it a known issue?


MacOS 12.6.3 (21G419) French localization
Script Debugger 8.0.5 (8A61)

Are you doublle clicking?
Here’s some sample pickers. If I put them in SD and double click on them I get the menu.

[template:custompicker:Picker title:Value1:Value2:Value3]]
[[template:custompicker:true:false]]
[[template:custompicker:false:true]]

[template:custompicker:Picker title:Value1:Value2:Value3]]
[[template:custompicker:true:false]]
[[template:custompicker:false:true]]

Thanks @estockly: Double-click works… intermittently.

@alldritt
Is there a raison why you have to double-click on a custom picker while those defined by SD require a single click?