-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "Cannot set properties of null (setting 'onclick')" #115
Comments
I have the same problem if I use name: '' in my card, maybe it's the reason for this. Example: columns: I add a space for the name and it works (I want only an icon for my colomn) columns: |
I had HTML TITLE tags on my names to give info on a mouse over. Once I removed those, the error went away. |
The fix for this is in my repo. If you need it sooner or want to help me test it and are in a position to update
|
It works for me ! Thx for this quick hotfix 😃 |
Did not work in my situation. Here is the column code that is at issue:
If I remove the HTML, it works fine. Let me know if you need more code for the whole card. Thanks |
@JeffCrum1: What behavior or error are you seeing? I'm getting the character "C" with the key for "Clinch Indicator" on hover. I don't have the data to make the |
Understood Ed. Thanks. I will get you more info later tonight.
I can probably even mock up something to make it work/not work.
…On Tue, Nov 14, 2023 at 10:53 AM Ed Leckert ***@***.***> wrote:
@JeffCrum1 <https://github.com/JeffCrum1>: What behavior or error are you
seeing?
I'm getting the character "C" with the key for "Clinch Indicator" on
hover. I don't have the data to make the modify work, but the name works
fine for me.
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWTFU5D7VV7H3E5DAZHOC4LYEOOYFAVCNFSM6AAAAAA7CQDMUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJQGY4DINBRGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
So sorry. I didn't realize I needed to delete the .gz file when manually updating. All good now! Thanks for your very quick response!!! |
there also is a 0.7.5 release now with all the fixes included... |
After the upgrade to v0.7.4, one of my cards are reporting the error
Cannot set properties of null (setting 'onclick')
even there is noonclick
on his code.The text was updated successfully, but these errors were encountered: