Actions
Bug #5729
openproblems with parameter choices that end in whitespace
Start date:
11/05/2012
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5729
Description
If from an e.g. filter SP component in the frontend (browser), if you select a parameter that is a string that ends with a space(s?), the first time you move this component around in the editor, the parameter choice flips back to the default. If you select the parameter choice you choose the first time again, move the component on canvas again, your choice remains.
Also, I don't think such filters choices are working.
Updated by Derik Barseghian about 12 years ago
On the 2nd issue, something seems to be trimming trailing whitespace from the paramaters by the time the filter actors get the StringParameter's stringValue(), and this is why there weren't working.
I trimmed trailing whitespace from the pollen data (other DPs not affected) and parameter values to avoid both issues.
Actions