Page 1 of 1

Button on the Card & Links

Posted: Sat Nov 13, 2021 3:39 pm
by zinc
Pablo;

Is there a reason why when you assign "Ecommerce" the button on the card, the cursor does not change to a hand?

Z

Re: Button on the Card & Links

Posted: Sat Nov 13, 2021 4:43 pm
by Pablo
Browsers only add a hand cursor to links. Buttons with events do not have a hand cursor.

Re: Button on the Card & Links

Posted: Sat Nov 13, 2021 9:14 pm
by zinc
Pablo wrote: Sat Nov 13, 2021 4:43 pm Browsers only add a hand cursor to links. Buttons with events do not have a hand cursor.
Oh Yes. Thanks for clearing that up.

Re: Button on the Card & Links

Posted: Thu Nov 25, 2021 12:12 pm
by zinc
Pablo;

Sorry to bring this up but there seems to be an inconsistency here.

If you add an image or icon font and add the "ecommerce" event to it, it does display the point cursor on mouse over, so why is it the button does not have the same behaviour if such event has been applied to?

A pointer creates a very useful visual feed back.

Z

Re: Button on the Card & Links

Posted: Thu Nov 25, 2021 1:07 pm
by Pablo
If you add events to an image then the software will automatically wrap the image inside a link otherwise it will not be clickable.
Just check the HTML of the image before and after adding the event.

Re: Button on the Card & Links

Posted: Thu Nov 25, 2021 1:11 pm
by zinc
Pablo wrote: Thu Nov 25, 2021 1:07 pm If you add events to an image then the software will automatically wrap the image inside a link otherwise it will not be clickable.
Just check the HTML of the image before and after adding the event.
Oh I see. OK.