Idea Summary
When you navigate to a page that is a modal dialog, then no interaction with the “background” is possible. Usually this is obviously a good idea. However in some situations it might be helpful if scrolling of the background or even of certain components “in the background” would be possible
Use Case
We have an application for manually processing Payables Invoices. The invoice is shown on the left hand side (as a pdf), on the right hand side invoice header info is shown. On the right side we have an “add row” button which opens a modal dialog. Now from time to time one has to scroll through the invoice (either the entire page or within the pdf) in the background while processing information in the modal dialog. But on the other side we dont't want a non-modal dialog since we don't want the user to acutally “modify” something “in the background”
Preferred Solution (Optional)
Give control on “how modal” the “modal dialog” is, e.g. by a checkbox “allow scrolling of background”. Disallowing to scroll seems to be something implemented intentionally “for APEX”, so it is probably technically possible to allow to scroll.