vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.65k stars 733 forks source link

Double-clicking on w2tab makes it invisible #2487

Closed dv1x3r closed 8 months ago

dv1x3r commented 9 months ago

Short description When you start double-clicking on w2tab element it can become invisible. Happens only on reorderable w2tab.

What is current behavior

Tab becomes invisible.

What is desired behavior

Tab should stay visible.

Link to jsfidle/codepan with sample code https://w2ui.com/web/demos/#/tabs/9

Steps to reproduce or sample

image

After multiple clicks / switching tabs it kinda stucks with opacity: 0;

image