Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RelatiiveDateItem validation error on enter press

    Hi Isomorphic,
    As I didn't find any showcases with using RelativeDateItem I decided to change the existing Date Range Filtering ShowCase.
    This is java file which I changed to reproduce our case:
    GridDateRangeFilterSample.java
    We have a RelativeDateItem on dynamic form with ValuesManager and setSaveOnEnter(true) on the form. Also we have SubmitValuesHandler for the ValuesManager which does validation of the form.
    Steps to reproduce the problem:
    1.select N days ago (or N month ago or smth where we can input number value) for the RelativeDateItem
    2.clear old value for amount field.
    3.input some value from keyboard (e.g.5)
    4.push enter
    5.then we see error message near this item: Must be a date.
    If you push enter at the second time then the error disappear. But if you again clear old value and input new one the error will be the same.
    The problem above is occurred with version 5.0p.2016-08-04 version and only with IE browser. We noticed this problem using version of IE is 11.0.9600.18376CO and also on 11.0.9600.18230C0.
    It works good with FF and Chrome.
    This is print screen of show case with error message: Click image for larger version

Name:	errorPicture.png
Views:	113
Size:	90.8 KB
ID:	239583

    #2
    We've made a change to address this issue. Please try the next nightly build, dated August 12.

    Regards
    Isomorphic Software

    Comment

    Working...
    X