enso-ui / tables

Tables
MIT License
11 stars 10 forks source link

Filters select options - events propagation issue #37

Closed robbykrlos closed 2 years ago

robbykrlos commented 2 years ago

This is a bug.

Prerequisites

Description

image

Steps to Reproduce

If you use the table filterable columns that have select options list, if you click on the option texts, it works like intended, but if you click on the "Select" green tag appearing on each option, this will not register the option selection but behave as if you clicked outside of the filter control.

I have the latest versions installed today from BE and FE. I am able to simulate this both locally and on your demo site (as visible in the screenshot) This is happening caused by Vue3 upgrade, since on 4.8.2 it is not misbehaving.

Thanks!

robbykrlos commented 2 years ago

MOVED TO THE CORRECT PROJECT: https://github.com/enso-ui/dropdown/issues/11