WebListBox Ignoring Pressed Event

I noticed in Xojo 2026 R2.0 and 2.1 that a weblistbox on a dialog will occasionally ignore a mouse click on a row. The row doesn’t turn blue and the Pressed event isn’t called. If I close the dialog and re-open it, it works every time. I tried swapping out mice to make sure it wasn’t a hardware issue. There are no other controls positioned on top of the weblistbox. This is an app deployed to Xojo Cloud.

Has anyone else noticed this? If so, I’ll post it as a bug. If not, I’ll try to see what else I might be missing on my end.

If you create a sample project and steps to reproduce, some people will be able to test.

Sometimes a behavior is browser specific. Which OS and browser are you using?

Good point. So far, it happens on Google Chrome and Safari on Mac OS. I’ll make a simple project and see if I can replicate it so I can share it.