You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Browser Scrollbar Disappears after closing Dialog Boxes

Summary:

Hello,

We have an application where we have a bunch of dialog boxes (oj-c-dialog). An example of one dialog:

<div id="sendEmailPopupWrapper"> 

<oj-c-dialog id="send-email-fee-dialog" drag-affordance="none" cancel-behavior="none" resize-behavior="none"    dialog-title="Send Email" opened="{{ $variables.isSendEmailDialogBoxOpen }}">


<!—Dialog Code here—>

 </oj-c-dialog>

</div>

We are dynamically closing and opening some of these dialog boxes in our action chains by setting their corresponding "opened" variables as true or false. However, we have noticed that if we open and close multiple dialog boxes in one action chain (like one where user can input some data and the other which just shows a "loading" popup once the user clicks on the Save button on the dialog), the vertical scrollbar on the browser disappears and the only option is to reload the page manually.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!