Community
Participate
Working Groups
This would allow for a lightbox effect without any extra code. Introduce a CSS element like "Shell-Overlay" with properties background-color and opacity. The default opacity would be 0, which effectively hides the overlay.
Created attachment 163520 [details] fix Also contains client tests.
With your patch the overlay works if you set it global. But if you use variants it doesn't work. Additional the patch should consider that a modal shell can also open a modal shell.
Created attachment 163550 [details] Updated fix The above patch with an updated element description for Shell-Display-Overlay. Please use this patch as a basis for further changes.
Created attachment 163624 [details] advanced fix Based on Rüdigers updates, now also copies states *after* the shell has been opend. Tests also check for multiple-shells behavior.
Patch works. Changes are in CVS HEAD now.