https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35837
--- Comment #21 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 206275 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206275&action=edit Bug 35837: Fix a confirmation dialog rendering behind an open component dialog A confirmation triggered from inside an already-open component dialog (e.g. the plugin manager's unsigned-install confirmation, opened from SearchModal) rendered behind it: #confirmation and #component share the same z-index, and with equal z-index the later-in-DOM #component modal wins hit-testing regardless of which opened more recently. Its own buttons were consequently unclickable -- not a rendering glitch, real click coordinates land on the modal underneath. Giving #confirmation a higher z-index fixes both this and the pre-existing unsigned-install confirmation, which used the same pattern. Co-Authored-By: Claude Sonnet 5 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
