luigi
luigi copied to clipboard
Fix "double shadow" in splitview when modal is active
How to reprodcue it.
- Open a splitview and within this splitview open a modal.
- In this modal activate a backdrop and you will get a double shadow in the splitview iframe.
Expected result:
Same shadow as in the above iframe
Most likely it is not a css issue. It has something to do how backdrops are displayed.
These are screenshots from windows (but now on Mac is same) and as you can see each screenshots show everythings is ok.
One of these shows modals open from top of split screens and second from bottom. Here I shows confirmsModal and normal modal open by LuigiClient.linkManager().withParams({test: true}).openAsModal('/projects/pr1', {title:'Logs', size:25})
Before It didnt work on Mac but after remove cash memory and rebuild everything from scratch now it is ok.