Click to select

I made a row with 3 columns.
I added an image element into each column
When I click to select the image element, usually the row or column is selected
Very hard to get the actual element to respond to the click

Hi @theotcspace,

Thanks for joining in the testing! Great to see you again :slight_smile:

So was the image highlighted with the blue observer outline when you clicked it? Or was the difficult part getting the outline to appear first? Thanks!

It’s a Safari issue - I tried in Chrome and it worked.

In Safari the blue outline is showing the row or column, not the image element.

1 Like

I can confirm that clicking on elements or anything (row, cols) seems to be a little “laggy”. Sometimes trying to inspect elements it just ignores clicking on em. Using chrome, no console errors.

Agree - sometimes two clicks to get the row / column to select

Got it! Confirmed in Safari. Seems to happen most consistently if you come in from the side. It’s like it doesn’t have a chance to trigger events for both the column and image element.

Alexander, not sure where you folks are on this… but just confirming this is still an issue in Beta 5.

#SafariOrBust

Thanks for confirming. Sorry I’ve not posted an update here in a while. This is still on my list to investigate before getting the official release out.

Update: This is fixed. The problem was that it wouldn’t register clicks until the observer line was visible. If you’re moving quickly, this could result in missed events. Now it will register on every element regardless of the observer visibility state.

1 Like

Yep, had the same issue, not sure if anything can be done to fix this on Safari. Didn’t bother to create topic for that. :slight_smile:

Just spotted the update above - Fixed - nice.

Thanks for confirming!