enso-ui / filters

Renderless Vue Filter Components
MIT License
3 stars 3 forks source link

Filters select options - events propagation issue? #12

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 RIGHT PROJECT: https://github.com/enso-ui/tables/issues/37