FlexBE / flexbe_app

The classic user interface (editor + runtime control) for the FlexBE behavior engine. See the flexbe_webui for latest
BSD 3-Clause "New" or "Revised" License
48 stars 49 forks source link

Behavior parameter's default value is not validating #6

Closed alireza-hosseini closed 7 years ago

alireza-hosseini commented 7 years ago

Another issue about behavior parameter is that you can set any default value regardless of whether it is in the MIN and MAX bounds or not.

pschillinger commented 7 years ago

Can you provide additional details or give an example where this fails? I am not able to reproduce this issue.

pschillinger commented 7 years ago

Able to replicate: For float values, only the int conversion is used for comparison. Will be fixed soon.