Announcement

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

    12.0p TextAreaItem validation error CSS design issue

    Hi Isomorphic,

    please see this modified testcase (v12.0p_2018-12-15, not happening in 11.1p).

    Hovered/Active TextAreaItem does not have the correct CSS class.
    Code:
    isc.DynamicForm.create({
        ID: "boundForm",
        dataSource: "complaint",
        wrapItemTitles: false,
        fields: [
            {type:"header", defaultValue:"Shipment Complaint Form"},
            {name: "trackingNumber", validateOnExit: true},
            {name: "receiptDate", useTextField: true, validateOnExit: true},
            {name: "comment", editorType: "TextAreaItem", required: true},
            {name: "submitBtn", title: "Submit", type: "button", click: "form.validate()"}
        ]
    });
    Click image for larger version  Name:	TextAreaItem CSS issue.gif Views:	1 Size:	108.6 KB ID:	256193

    Best regards
    Blama
    Last edited by Blama; 19 Dec 2018, 03:19. Reason: Sample link added

    #2
    A couple of missing selectors have been added that fix this for builds dated December 19 and later.

    Comment


      #3
      Hi Isomorphic,

      I can see this is fixed using v12.0p_2018-12-19 and the sample from #1.

      Thank you & Best regards
      Blama

      Comment


        #4
        Hi Isomorphic,

        this one is still open in v12.0p_2019-05-22 in FF only. Tested with FF26 and FF66.

        Click image for larger version

Name:	TextAreaItem.gif
Views:	71
Size:	107.1 KB
ID:	257873

        Best regards
        Blama

        Comment


          #5
          This has been fixed for tomorrow's builds.

          Comment


            #6
            Hi Isomorphic,

            I can see it's fixed using v12.0p_2019-05-24.

            Best regards
            Blama

            Comment

            Working...
            X