IBM Support

JR59454: BPM UI TOOLKIT BUTTON COLOR CHANGES TO DEFAULT COLOR AFTER IT IS CLICKED

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

  • The color of a BPM UI toolkit Button control that has the color
    configured changes to the default color after it is clicked.
    
    PRODUCTS AFFECTED
    IBM Business Process Manager (BPM)
    IBM BPM Express
    

Local fix

  • Change the color of the Button control by adding the following
    custom HTML:
    
    <style>
    .FileButton.btn-primary:focus,
    .Button.CoachView > .btn-primary:focus {
     background: #1f89cd !important;
     background-image: -webkit-linear-gradient(top, #1f89cd 0,
    #2f739f 100%) !important;
     background-image: linear-gradient(to bottom, #1f89cd 0, #2f739f
    100%) !important;
    }
    .FileButton.btn-info:focus,
    .Button.CoachView > .btn-info:focus {
     background: #5cc0dd !important;
     background-image: -webkit-linear-gradient(top, #5cc0dd 0,
    #48b0ce 100%) !important;
     background-image: linear-gradient(to bottom, #5cc0dd 0, #48b0ce
    100%) !important;
    }
    .FileButton.btn-success:focus,
    .Button.CoachView > .btn-success:focus {
     background: #5cba5c !important;
     background-image: -webkit-linear-gradient(top, #5cba5c 0,
    #53a453 100%) !important;
     background-image: linear-gradient(to bottom, #5cba5c 0, #53a453
    100%) !important;
    }
    .FileButton.btn-danger:focus,
    .Button.CoachView > .btn-danger:focus {
     background: #e46151 !important;
     background-image: -webkit-linear-gradient(top, #e46151 0,
    #d74f3f 100%) !important;
     background-image: linear-gradient(to bottom, #e46151 0, #d74f3f
    100%) !important;
    }
    .FileButton.btn-warning:focus,
    .Button.CoachView > .btn-warning:focus {
     background: #e79f38 !important;
     background-image: -webkit-linear-gradient(top, #eca743 0,
    #e79f38 100%) !important;
     background-image: linear-gradient(to bottom, #eca743 0, #e79f38
    100%) !important;
    }
    </style>
    
    For more information, see Custom HTML
    (https://www.ibm.com/support/knowledgecenter/SSFPJS_8.6.0/com.ib
    m.wbpm.wle.editor.doc/topics/ccontrols_customhtml.html).
    

Problem summary

  • No additional information is available.
    

Problem conclusion

  • A fix that ensures Button controls retain the configured color
    will be available in a future release of IBM Business Automation
     Workflow.
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR59454

  • 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-04-20

  • Closed date

    2018-05-15

  • Last modified date

    2018-05-15

  • 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