Hi,
When I set $w(‘#element’).onClick() and hover over the element the cursor doesn’t change to pointer.
Is it a know issue? Is there any solution?
Thanks
Hi,
When I set $w(‘#element’).onClick() and hover over the element the cursor doesn’t change to pointer.
Is it a know issue? Is there any solution?
Thanks
Not a JS guy but in CSS you need to set “cursor: pointer;”. I would think if you are manually making an element clickable you would have to do the same thing somehow.
But it’s not possible to set it using Corvid and you don’t have an access to the CSS.
Hi,
I have the same issue. I inserted an image into a repeater and the image is connected to the function . onClick() and on hover the cursor remains with the arrow instead the hand.
Best regards,
Domivax
I had no choice but to set it to “pointer” using CSS via the tracking&analytics tools (available for premium sites only).
Hi,
Thanks for reporting!
We are aware of this issue and have our developers investigating.
We will get back to you when we have an update.
Thank you @sebi-vidret for your answer because @jonatandor35 and I woundn’t like to write any CSS codes.
Best regards.
Domivax
Same Problem here
Has this issue been resolved? I am having the same problem and it’s really annoying as this is something that should be very simple and hacking my way around it shouldn’t be the solution.