-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 Alpha 1
-
Fix Version/s: 7.0.0 DXP FP24, 7.0.4 CE GA5
-
Component/s: Core Infrastructure, Core Infrastructure > Util
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
All input fields should use StringUtil.trim(s) instead of String.trim(), to trim ideographic space.
Steps:
1) go to site admin -> content -> add a basic web content.
2) input title, type " this is title " ( there is a ideographic space in front of the title)
3) save
Expect result: title is: "this is title"
Actual result: title is: " this is title "