Modal popup with access to dock

Hi there,

I have a popup which is set to open as modal. Is there a way we can allow access to docks. (we keep reference documents there).

Thanks

I have a popup which is set to open as modal.

Nothing unusual so far.

Is there a way we can allow access to docks. (we keep reference documents there).

A modal popup, by definition, blocks everything on the page behind it. You're breaking standard GUI design if you try to come up with a hack for this.

  1. What's supposed to happen if you were able to reach the links? Open them behind the modal popup or open another popup above a modal popup? Then what? The user would have to close the doc to get back to the modal and close it to get back to the main view.
  2. You could repeat the links on the popup or have a button open a second popup with the dock view as the popup's view but it's going to look strange if the dock is still visible.

I think you need to redesign your strategy. Don't confuse the user!

what if I dont use modal and just regular, still the dock shows up in the back? Any way around?

Maybe on the script you use to open the window, you open it and close everything else besides it and the dock. Make it as a regular screen that you can't navigate out of.

but how do i see content of dock is popup is open without modal

Can you give an example of any application that behaves in the way you are describing?

You haven't told us what's in the popup and why the user can't dismiss it to access the docs. What's in the docs that they need access to?

There is a reference document to follow procedure showed in popup.

Provide a link to that document within the modal, and set it to open a new tab.