question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

m.BusyDialog Not Supported by InstanceManager

See original GitHub issue

URL (minimal example if possible)

https://openui5nightly.hana.ondemand.com/test-resources/sap/m/BusyDialog.html

Steps to reproduce the problem

  1. Open the above test page
  2. Open one of the given Dialogs (e.g. click on <kbd>Custom Cancel Text and Icon</kbd>)
  3. In the browser console, enter:
    sap.ui.require(["sap/m/InstanceManager"], IM => IM.closeAllDialogs());
    

What is the expected result?

The BusyDialog closes itself like any other Dialog-based controls.

What happens instead?

BusyDialogs are not handled by sap.m.InstanceManager.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
IlianaBcommented, Nov 21, 2018

Hello @boghyon ,

I have created internal incident 1870462453 for Documentation improvement regarding the BusyDialog. Our teams will decide where in the API Reference to include some additional information about this specific behavior of the control. The status of the issue will be updated here in GitHub.

Regards, Iliana

0reactions
LidiyaGeorgievacommented, Dec 3, 2018

Hi @boghyon The fix is in the master branch (version 1.61) Best Regards, Lidiya

Read more comments on GitHub >

github_iconTop Results From Across the Web

sap.m.BusyDialog - API Reference - Demo Kit - SAPUI5 SDK
Fires when the busy dialog is closed. Note: the BusyDialog will not be closed by the InstanceManager.closeAllDialogs method.
Read more >
Busy Dialog not working properly. Any help? - SAP Community
Hello, I have been trying to use the sap.m.busyIndicator in XML view UI. It seems working fine with the below code: jQuery.sap.
Read more >
Close all open dialogs - sapui5 - Stack Overflow
Dialogs can be closed conveniently with sap/m/InstanceManager.closeAllDialogs . ... BusyDialog(); dialogBusy. ... BusyDialog(); dialogBusy2.
Read more >
Release Notes - OPENUI5 SDK
Release Notes. This page provides an overview of all new features and all corrections in the delivered releases for SAPUI5 Runtime, SAPUI5 Controls...
Read more >
I-Index (JMRI API)
An Object that has an identity property that is not publicly mutable (it may be indirectly ... Returns whether command station supports IDLE...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found