steveonjava / widgetfx

Automatically exported from code.google.com/p/widgetfx
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Strings with commas won't load correctly into StringSequenceProperty by Configuration Property #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Persist a StringSequenceProperty with these two strings: "hello, world",
"test"
2. Load the Configuration. Look into the Sequence after loading it, it'll
now be "hello", " world" and "test"

What is the expected output? What do you see instead?
The StringSequenceProperty getStringValue/setStringValue methods should not
just add a comma and split on comma. They should probably also preserve
existing commas.

Original issue reported on code.google.com by per.dahl...@gmail.com on 23 Nov 2008 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by zax...@ca.astound.net on 11 Jan 2009 at 3:01