equal-access icon indicating copy to clipboard operation
equal-access copied to clipboard

[BUG]: Info overlay for web page doesn't inspect the element underneath

Open drjoho opened this issue 11 months ago • 2 comments

Use pointer-events: none

However, do not use for elements OFF screen

drjoho avatar Feb 26 '24 16:02 drjoho

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.

drjoho avatar Apr 10 '24 03:04 drjoho

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.

drjoho avatar Apr 16 '24 14:04 drjoho