Announcement

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

    Mouse Select in Label not working in Chrome

    Hi,
    I am not able to select contents from Label in smartclient in chrome latest build (from 24 - 26.0.1410.43 m). I have set the canSelectText and canFocus properties to true. Here is my code

    Code:
    isc.Label.create({
    height: 30,
    padding: 10,
    align: "center",
    valign: "center",
    wrap: false,
    canSelectText: true,
    canFocus: true,
    icon: "icons/16/approved.png",
    showEdges: true,
    contents: "<i>Approved</i> for release"
    })
    Thanks,
    Shankar

    #2
    Bumped up. I am experiencing the same issue.

    Comment


      #3
      Bumped up again

      Comment


        #4
        We are taking a look at this. We'll post more information when we have it

        Regards
        Isomorphic Software

        Comment


          #5
          We have made a change to address this issue.
          Can you let us know which branch you are working with so we can be sure the fix is available for you?

          Thanks
          Isomorphic Software

          Comment


            #6
            Thanks. We are upgrading to 9.1d at this moment, so probably no backports will be needed (from ourside).

            Comment

            Working...
            X