White splash on screen while opening dialog with size:maximum in MS IE/Edge

Hi all,

we have noticed a white splash on the screen while opening AC dialog with size:maximum in IE 11.0.9600 and Microsoft Edge 38.14393.0.0

Here is the video: Dropbox - ac-maxsize-dialog--white-splash-ie.mov - Simplify your life

Dialog descriptor:

    "dialogs" : [
      {
        "key": "teamcity-dialog",
        "url": "/admin/teamcity-servers/add.dialog",
        "options": {
          "size": "maximum"
        }
      }
    ],

Opening the dialog code:

AP.require('dialog', function (dialog) {
                dialog.create({
                    key: 'teamcity-dialog',
                    width: '400px',
                    height: '600px',
                    chrome: false,
                    customData: customData
                })
            });

Is it a bug or we do something wrong?

Thanks,
Dmitry

1 Like