NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rainerwallenius on May 18, 2015, 01:16:47 AM

Title: Plus-sign in droplist
Post by: rainerwallenius on May 18, 2015, 01:16:47 AM
Hi all,

I just noticed that if I have a single plus-sign in a drop list (as value), it validates to  a blank.
The values (and display) in the drop are 0, - and +. zero and minus-sign are ok, plus sign clears to a blank.

I solved this by replacing the '+' signs to 'p' on load and change them back to plus on save.

I _think_ this is pretty new behaviour.

:: rainer
Title: Re: Plus-sign in droplist
Post by: Bruce on May 18, 2015, 05:35:10 AM
+ is common as the encoding character for 'space', so if used in the wrong place could give the effect you are seeing. Please make and post a small example showing the effect though and I'll try and deal with it.

cheers
Bruce