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

If multiple child tabs are opened simultaneously, only one of them works correctly. #15

Open
Punit-wingify opened this issue Jun 25, 2018 · 2 comments

Comments

@Punit-wingify
Copy link

Steps to replicate:

  1. Create a button on parent window which can open a new child tab.
  2. Ensure that 'data-tab-opener' isn't used on that button.
  3. Click that button multiple times at the same time.
  4. Ids/references will be assigned to the first tab which initiated the handshake and not to the rest resulting in incorrect behavior.
@jpike88
Copy link

jpike88 commented Mar 27, 2020

Wow why?

@SenthilKumaranC
Copy link

Same thing happening to me. Now added delay between tab opening , it works fine.

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

No branches or pull requests

3 participants