I'm working on a PR to the 'Random' node and wanted to use node status to report some information. This is what I've got coded: this.status({fill:"gray",shape:"dot",text:"random: from " + node.low + " to " + node.high});
but this is what shows up:
The other colors ( red , green , yellow and blue) all show up solid (as is shown in the documentation https://nodered.org/docs/creating-nodes/status).