Hi,
We are using Smart Gwt-4.1p(10th March 2015)
Browser : IE10, 11, Google Chrome: 41.0.2272.101 m
Attached file: TestsmartGwtProject.java and FormValidation.java
Attached snapshot: 1) invalid_value.png 2) fieldRequired.png 3) datepicker.png
Issue 1: Incorrect validation messages for passwordTextItem in case of double byte characters as input.
Steps:
1) After launching the application Enter double byte characters for Password fields.
2) After entering the value do the Tab off. So it will validate and showing “Invalid Value”.
3) Now repeat step one (1) and try to validate using “OK” button. So after clicking the ok button it show “field is required” error.
Expected: Validation message 'Invalid Value' should display.
Actual: Field is required message is displayed.
Issue 2: user are not able to select date control. If he remove the already existing value of that date text field
Steps:
1) After launching the application “DateItem” field are already field.
2) Now remove the value from date field and try to select the date from date picker.
User can’t select the date at first time.
Expected Result: Date Control should be allowed to select
Actual Result: Date Control is not allowed to select
Note: After lunching the Application click “edit” button.
Please let us know how to resolve this issue.
Thanks for your support.
We are using Smart Gwt-4.1p(10th March 2015)
Browser : IE10, 11, Google Chrome: 41.0.2272.101 m
Attached file: TestsmartGwtProject.java and FormValidation.java
Attached snapshot: 1) invalid_value.png 2) fieldRequired.png 3) datepicker.png
Issue 1: Incorrect validation messages for passwordTextItem in case of double byte characters as input.
Steps:
1) After launching the application Enter double byte characters for Password fields.
2) After entering the value do the Tab off. So it will validate and showing “Invalid Value”.
3) Now repeat step one (1) and try to validate using “OK” button. So after clicking the ok button it show “field is required” error.
Expected: Validation message 'Invalid Value' should display.
Actual: Field is required message is displayed.
Issue 2: user are not able to select date control. If he remove the already existing value of that date text field
Steps:
1) After launching the application “DateItem” field are already field.
2) Now remove the value from date field and try to select the date from date picker.
User can’t select the date at first time.
Expected Result: Date Control should be allowed to select
Actual Result: Date Control is not allowed to select
Note: After lunching the Application click “edit” button.
Please let us know how to resolve this issue.
Thanks for your support.
Comment