luigi icon indicating copy to clipboard operation
luigi copied to clipboard

Fix "double shadow" in splitview when modal is active

Open JohannesDoberer opened this issue 4 years ago • 1 comments

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 Bildschirmfoto 2020-11-09 um 14.26.17.png

Most likely it is not a css issue. It has something to do how backdrops are displayed.

JohannesDoberer avatar Nov 09 '20 13:11 JohannesDoberer

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. FireShot Capture 004 - Application One - localhost.pngFireShot Capture 005 - Application One - localhost.pngFireShot Capture 006 - Application One - localhost.pngFireShot Capture 007 - Application One - localhost.png

rafalgamon avatar Dec 21 '21 09:12 rafalgamon