Happy to, but I don’t know how to trigger the error. It just happens at different times, although always on a mouseover event, but not every mouseover.
If i removve the header the icons dissappear.
Im using <i class=xxx></i> in thec button value. Is there a better way?
And im using the icons inline in labels too. I can change that if need be.
The icons are in the .value property eg <i class="bi bi-pencil-square"></i>
Nothing in the ‘icon’ property.
I have no problem when a button only has text.
The buttons are there most of the time, just every so often on a mouseover event, that individual button will throw the error and hide. It can be brought back with .show() ok.
Is there a better way of using those icons?