Announcement

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

    showLoadingIndicator

    SmartClient Version: SNAPSHOT_v13.0d_2021-06-13/Enterprise Deployment (built 2021-06-13)
    Chrome on MacOS

    Hello, is it safe to use the isc.FL.showLoadingIndicator function?

    I'm trying it, but I see that my config is ignored...actually it seems that executing
    Code:
    isc.addProperties({}, {foo:5}, {foo:9})
    in the showLoadingIndicator function results in {foo:5} instead of {foo:9}, which is a bit strange and I wonder if it's a bug.

    #2
    Thanks for the heads-up Claudio. The fact that isc.addProperties drops this third argument when FileLoader.showLoadingIndicator runs is known and expected.
    However, as we're sure you saw, this method contains some logic which attempts to use this third argument and is getting dropped.

    That's a bug and we're fixing it!

    Comment

    Working...
    X