element-plus / element-plus

🎉 A Vue.js 3 UI Library made by Element team
https://element-plus.org
MIT License
23.69k stars 14.98k forks source link

[Component] [tree-select] with teleported="false" dropdown closes abnormally #17310

Open iZhangHao1997 opened 2 weeks ago

iZhangHao1997 commented 2 weeks ago

Bug Type: Component

Environment

Reproduction

Related Component

Reproduction Link

Element Plus Playground

Steps to reproduce

Click the scrollbar in dropdown, and the dropdown will be closed.

What is Expected?

When click the scrollbar in dropdown, is should not be closed.

What is actually happening?

When click the scrollbar in dropdown, the dropdown will be closed.

Additional comments

(empty)

iZhangHao1997 commented 2 weeks ago

There is a similar issue (select-v2): https://github.com/element-plus/element-plus/pull/16714