jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
720 stars 91 forks source link

[Bug] cannot send '<' character to a text widget #562

Closed cyberic99 closed 5 years ago

cyberic99 commented 5 years ago

When I try to send a<b to a text widget, my text is truncated as a

I can still send a < using &gt;

Is it expected?

Thanks

jean-emmanuel commented 5 years ago

Nope, it happens because the value is not sanitized properly before being displayed, I'll check this out.

jean-emmanuel commented 5 years ago

Fixed in git.