IBM Support

JR62992: THE TEXT EDITOR IN A MODAL SECTION MISHANDLES ITS VALUE AFTER YOU UPGRADE TO IBM BUSINESS AUTOMATION WORKFLOW 19.0.0.3

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 a Text Editor coach view is used in a Modal section that is
    shown and hidden, the binding value of the Text Editor coach
    view doesn't update in a consistent way on Chrome.
    
    PRODUCTS AFFECTED
    IBM Business Automation Workflow
    

Local fix

  • You can verify the Text Editor coach view binding and update it
    if necessary by using the following snippet:
    
    var textEditor = bpmext.ui.getView('TextEditorControlID'); //
    update to correct control id
    var text = textEditor.getText();
    if (text == "") {
    // if the text is empty, double check with the internal tinymce
    editor
    var internalText = textEditor._proto._getText(textEditor);
    if (internalText != text)
    {
    text = internalText;
    textEditor.setText(text);
    }
    }
    

Problem summary

  • To prevent the focus from leaving the contents of a Modal
    section, there are focus and blur event handlers at the document
     level. However, on Chrome this additional blur event handler
    interferes with the Text Editor coach view's internal tinymce
    iframe blur event and prevents the Text Editor coach view's
    binding value from updating consistently.
    

Problem conclusion

  • A fix is available or will be available that ensures the binding
     value of the Text Editor coach view is correct even when used
    in a Modal section.
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR62992

  • Reported component name

    BUS AUTO WORKFL

  • Reported component ID

    5737H4100

  • Reported release

    K00

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2020-11-04

  • Closed date

    2020-11-12

  • Last modified date

    2021-02-03

  • 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

    BUS AUTO WORKFL

  • Fixed component ID

    5737H4100

Applicable component levels

[{"Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SS8JB4","label":"IBM Business Automation Workflow"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"20.0.0.1"}]

Document Information

Modified date:
04 February 2021