Community
Participate
Working Groups
Build Identifier: 20111008 There is the same issue in RBD8012. Dojo DateTextBox could not trim spaces automatically except for refreshing the whole page. Reproducible: Always Steps to Reproduce: 1.D&D a DataTextBox, and another widget, such as button into one egl handler. 2.Select the DataTextBox and open its properties view. 3.Select and click the trim checkbox of the DateTextBox. 4.In preview page, add some spaces before and after the value of DateTextBox, then switch the focus to the other widget. Actual results: The DateTextBox will not trim the spaces what user added. But if user manually refreshes the page, the spaces will be trim. Refer to the trim function of Dojo CurrencyTextBox, the widget should trim the spaces after focus changing.
There is the same issue on Dojo TimeTextBox
This is a low priority defect that also occurs in RBD, so I am deferring the fix to 1.0.
I am wondering how to add spaces to the value of DojoDateTextBox. I guess the value will become invalid if we do that.