Announcement

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

    bug in Tab.tabSelected

    Hi,

    version "SNAPSHOT_v11.1d_2017-04-21/LGPL Deployment"
    In Tab.tabSelected "name" is not passed to method.

    Right now it is:
    Code:
                this.fireCallback(
                    tabObject.tabSelected,
                    "tabSet,tabNum,tabPane,ID,tab",
                    [this,tabNum,tabObject.pane,tabObject.ID,tabObject]
                );
    It should be:
    Code:
                this.fireCallback(
                    tabObject.tabSelected,
                    "tabSet,tabNum,tabPane,ID,tab,name",
                    [this,tabNum,tabObject.pane,tabObject.ID,tabObject,tabObject.name]
                );
    Best regards,
    Janusz

    #2
    Hi,

    Is anything is happening with that?

    Best regards,
    Janusz

    Comment


      #3
      This was corrected shortly after you reported it. Sorry we did not update the thread to let you know.

      Comment

      Working...
      X