Announcement

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

    Img.setName(String) gets prefix applied as "isc_xx<name>"

    Hi Isomorphic,

    We have previously set the Name on an Img, and used that to add some styling.

    We noticed that the name is now augmented with a prefix now, breaking our styling.

    "isc_xx<name>"

    I assume you did this to avoid name collisions or something like that, but is there a way to disable this?

    Thanks

    #2
    Please disregard, I don't think this changed, as we were always using an "ends with" selector here.

    The change we are seeing must be related to something else.

    Will continue investigation on our end.

    Comment


      #3
      There have been some changes in the guts of this mechanism, over the last year or so, to support SVG symbols and more fully provide scaling for example.

      If you can show the code that instantiates the image, we may be able to figure out what's changed for you. In particular, please let us know the widget and setting you're using (Img.src, Button.icon, etc) and the src-string you're applying.

      Comment


        #4
        We found a way to resolve this through a change on our end.
        Thanks though.

        Comment

        Working...
        X