Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(tabs): ensure tab selection only occurs once #4230

Closed
wants to merge 1 commit into from

Conversation

wesleycho
Copy link
Contributor

  • Fix issue where select callback is fired twice due to compilation order when using dynamic tabs mixed with static tabs

This incorporates the changes from #3060, and adds a unit test around it.

The fix can be seen in action here.

This closes #3060, and fixes #2883.

- Fix issue where select callback is fired twice due to compilation order when using dynamic tabs mixed with static tabs
@wesleycho wesleycho added this to the 0.13.4 (Performance) milestone Aug 18, 2015
@Foxandxss
Copy link
Contributor

👍

@wesleycho wesleycho closed this in 7d3ba1e Aug 18, 2015
@wesleycho wesleycho deleted the fix/tab-double-select branch August 18, 2015 23:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If initial active tab is not the first one, its select gets called twice
2 participants