Announcement

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

    SectionItem and setCanEdit(false)

    SmartClient Version: v8.3p_2013-01-13/PowerEdition Deployment (built 2013-01-13)

    just noticed that setCanEdit(false) on a form with sectionItems makes them not collassable/expandable. To me this seems incorrect, because the form becomes readOnly but if a section is collapsed the section itself becomes not editable but also not readable :-)
    am I wrong?

    #2
    same behaviour with SmartClient Version: v9.0p_2013-10-15/EVAL Development Only

    Comment


      #3
      We've made a change to address this. As of the next nightly build, 9.0p and 9.1d branches, SectionItems will no longer be disabled when they are in a read-only form.

      Regards
      Isomorphic Software

      Comment


        #4
        Nice, thank you very much.

        Comment


          #5
          Hello, just noticed that in
          SmartClient Version: v9.1p_2014-08-27/PowerEdition Development Only (built 2014-08-27)
          SectionItems are disabled, when they are in a read-only form

          Comment


            #6
            Originally posted by claudiobosticco View Post
            Hello, just noticed that in
            SmartClient Version: v9.1p_2014-08-27/PowerEdition Development Only (built 2014-08-27)
            SectionItems are disabled, when they are in a read-only form
            actually they have the disabled appearance, but the mouse pointer change appearance (hand), BUT clicking doesn't expand/collapse them.

            clicking just out of the sectionItem, where the mouse pointer become an arrow again, works.

            you may test in #formSections sample with canEdit:false

            Comment


              #7
              We've made a change that should address this - please retest with a build dated September 16 or later.

              Comment


                #8
                SmartClient Version: v9.1p_2014-09-16/PowerEdition Deployment (built 2014-09-16)

                verified, thank you very much.

                Comment

                Working...
                X