Aurora theme , popup over popup , close popup is wrong

when i click message popup’s close button (red arrow on the image) ,photobrowser popup is close ,
and i can’t close message popup anymore

Ideally you shouldn’t allow such. It is better to add custom click handler to this button, and do check:

  • if photo browser is opened, then, first close photo browser instead, then close popup
  • otherwise just close the popup

i found a way : add this style , maybe we can add this to framework

.popup-behind{
    pointer-events: none;
}
1 Like