You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 23 Nov 2008 at 10:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Nov 2008 at 10:20The text was updated successfully, but these errors were encountered: