IBM Support

JR59784: RADIO BUTTON AND CHECKBOX GROUPS IN MODAL SECTIONS LACK THE FOCUS METHOD

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

Direct link to fix

 

APAR status

  • Closed as program error.

Error description

  • When you use Radio Button and Checkbox groups in the Modal
    Section, you want to set the focus on the controls when the
    modal opens. However, the controls lack the focus method.
    
    PRODUCTS AFFECTED
    IBM Business Process Manager (BPM)
    IBM BPM Express
    IBM Business Automation Workflow
    

Local fix

  • Add code like the following code to the "On show" event of the
    modal section, for each radio button group and checkbox group:
    
    setTimeout(function(){
    
    ${/Radio_Group1}._instance.input.querySelector('input').focus();
    },0);
    
    where Radio_Group1 is an example for a Radio Button group for
    the specific control ID. The setTimeout is needed only if a
    timing issue prevents execution, such as in the Modal section.
    

Problem summary

  • No additional information is available.
    

Problem conclusion

  • A fix that provides a focus method will be available in a future
     release of IBM Business Automation Workflow.
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR59784

  • Reported component name

    BPM

  • Reported component ID

    5737A5700

  • Reported release

    860

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-07-20

  • Closed date

    2018-08-13

  • Last modified date

    2018-08-13

  • 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

    BPM

  • Fixed component ID

    5737A5700

Applicable component levels

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSFPJS","label":"IBM Business Process Manager"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.6.0.0","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
14 September 2022