equal-access
equal-access copied to clipboard
[BUG]: Info overlay for web page doesn't inspect the element underneath
Use pointer-events: none
However, do not use for elements OFF screen
I have fixed the issue of being able to inspect the object behind the overlay using Use pointer-events: none. I do not see why using pointer-events: none on off screen objects since they can't be reached. Since the overlay can not accept a click now we cannot have an x in the overlay to close it. However, we could have a button in the control panel that closes the current overlay and we could have a setting to turn the overlays off. So I need some help with "design" decisions before proceeding further or stopping where I am now.
Note the fix for this issues original issue: that inspect could not be used on an overlay and the underlying element could not be used. Is fixed and in master. So I am going to close this issue and open another issue regarding closing the overlay.