You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of problem:
The card uses a declutter-child value as an ID for css elements.
Here is an example for custom:mini-graph-card:
As a result - css elements do not have unique IDs in case of presence of several cards on the view.
This becomes a problem when using a card-mod in Safari - using pointers like rect#some_id affects on all similar cards on the view instead of only one particular card.
See a more detailed description: kalkih/mini-graph-card#839
Javascript errors shown in the web inspector (if applicable):
None
Additional information:
The text was updated successfully, but these errors were encountered:
Checklist:
Release with the issue:
0.6.3
Last working release (if known):
Browser and Operating System:
Chrome, Win10x64
Description of problem:
The card uses a
declutter-child
value as an ID for css elements.Here is an example for
custom:mini-graph-card
:As a result - css elements do not have unique IDs in case of presence of several cards on the view.
This becomes a problem when using a
card-mod
in Safari - using pointers likerect#some_id
affects on all similar cards on the view instead of only one particular card.See a more detailed description: kalkih/mini-graph-card#839
Javascript errors shown in the web inspector (if applicable):
None
Additional information:
The text was updated successfully, but these errors were encountered: