IBM Support

PM49087: RBD 8012 RUI Progress bar widget is limited to 100 as a maximum value

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Environment:
    Rational Business Developer 8.0.1.2
    Description:
    In the ProgressBar Widget. When setting a maximum
    value of 1000 the progress stops at 100.
    Looking at the code, there seems to be a hard-coded problem in
    DojoProgressBar.js
    'setProgress' : function( progress ){
    if(progress?0){
    progress = 0;
    }
    if(progress?100){
    progress = 100;
    }
    this.progress = progress;
    if(this.dojoWidget)
    this.dojoWidget.update({ progress:this.progress});
    else
    this.setData(progress);
    },
    
    Workaround
    
    if(progress?this.maximum){
    progress = this.maximum;
    }
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    In the DojoProgressBar Widget, when setting a maximum value
    the progress still stops at 100.
    

Problem conclusion

  • In RBD 8.0.1.3 and later, the progress of DojoProgressBar
    will stop at the maximum value.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM49087

  • Reported component name

    RATL BUS DEV

  • Reported component ID

    5724S5000

  • Reported release

    801

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-09-30

  • Closed date

    2012-01-27

  • Last modified date

    2012-01-27

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    RATL BUS DEV

  • Fixed component ID

    5724S5000

Applicable component levels

  • R801 PSN

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSMQ79","label":"Rational Business Developer"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.1","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
27 January 2012