Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DragTab can't trigger close #108

Open
insub opened this issue Sep 4, 2018 · 3 comments
Open

DragTab can't trigger close #108

insub opened this issue Sep 4, 2018 · 3 comments

Comments

@insub
Copy link

insub commented Sep 4, 2018

Version: ^1.81 (npm)
If change dragTab to Tab then close event is fine.

And official mix all feature example has same issue (Windows 7 / Chrome 66.0.3359 )

@insub
Copy link
Author

insub commented Sep 12, 2018

If pressDelay = 100,Click the close button is invalid.
If pressDelay = 500,Click the close button is fine.

@hlolli
Copy link

hlolli commented Jan 8, 2020

I think it's because the click event hides the li element and creates new one with fixed position where the close button isn't a child. Preferably, the close button shouldn't be a child of the li element, but a sibling.

@MukeshNegi-brillmark
Copy link

Even the example given is having problem in windows with draggable tabs and close button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants