Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 11 Jan 2009 at 3:01

  • Changed state: Accepted
  • Added labels: Priority-High
  • Removed labels: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant