Picture elements card: make images to be transparent
for tap_action
#10702
Unanswered
ildar170975
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a Picture elements card (just an example):
Clicking on the icon displays a "more-info" dialogue - this is OK.
Now lets imagine that the image has transparent areas which are ABOVE the icon (the example below has semi-transparent area - just to be visible).

And now the "tap_action" does not work for the icon - because it is first captured by the image.
Surely we can place the icon ABOVE the image:
And now the
tap_action
works again for the icon.My proposal is - lets provide a "pass the action" feature for images inside Picture elements card:
tap_action
is explicitly specified for the image as "none" - then pass the mouse event to the next element in Z-order.Beta Was this translation helpful? Give feedback.
All reactions