Steve-Mcl / node-red-contrib-buffer-parser

A node-red node to convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more.
MIT License
24 stars 8 forks source link

output selection ui in buffer-parser is broken from node-red@2.1.3 and newer #11

Closed muradnik closed 2 years ago

muradnik commented 2 years ago

Just notifying so you can check it out.

When trying to change the output format in buffer-parser some change in node-red editor prevents the option menu from working correctly.

buffer-parser

This is working just fine in earlier version of node-red@2.1.2 and earlier.

When manually changing the text of the output field to keyvalue, object, array, ... output of buffer-parser node is working correctly.

So I'm gessing this is some sort of js / css issue.

node-red@2.1.4-1 nodejs@14.18.2 node-red-contrib-buffer-parser@3.1.7

Steve-Mcl commented 2 years ago

That is odd. I'll check it over. Thanks for reporting it.

muradnik commented 2 years ago
Versions: - node-red@2.1.4-1 - nodejs@14.18.2 - node-red-contrib-buffer-parser@3.2.0

Hi @Steve-Mcl, it seems that UI problem is resolved in latest version (v3.2.0) of this node. Thanks 👍

Steve-Mcl commented 2 years ago

@muradnik thanks for the feedback.