Closed jrhorn424 closed 3 years ago
@jrhorn424 odd. so this happens even without actually activating xray's overlay with the keyboard shortcut?
@brentd Yes, exactly.
I believe this may be related to jquery 1.11
. I'll need to do more research before reporting back.
Unfortunately, this problem persists in Chrome even with the latest jquery
. Does chrome handle z-order in a weird way?
I'm not certain what's causing the problem, but I'd be happy to help debug. Without
xray-rails
, a modal dialog provided by easyModal works as expected. Withxray-rails
, and using Chrome, the shroud overlays the modal and prevents interaction with underlying buttons. Clicking anywhere dismisses the modal.Everything works as expected in Firefox.
My team has suggested it might be an issue with
z-order
. Possibly related to #22 and #24.