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

"active" class not being removed from panels #850

Closed
wants to merge 2 commits into from

Conversation

patrick-lake
Copy link
Contributor

I ran into a situation where navigating using the anchor or loadContent approaches wasn't showing the correct panel. I noticed that the "active" class wasn't being removed from previous panels that had been viewed which was causing the issue.

I'm not sure this is the best approach, but it was the only solution I could come up with that worked. The removal of the class is in a timer so that the panel doesn't disappear before the transition completes.

@imaffett
Copy link
Contributor

imaffett commented Apr 8, 2015

Any chance you can provide a demo showing this?

@patrick-lake
Copy link
Contributor Author

I'll try in the next couple of days.

@jvence
Copy link

jvence commented May 19, 2015

I think this is a major bug that need to be addressed. Not sure using a timer to remove the 'active' class style is the best approach. I've reported the bug with an example at #866

@imaffett
Copy link
Contributor

@jvence - Then submit a pull request with a sample that has it fixed. That "addresses" it 👍

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

Successfully merging this pull request may close these issues.

None yet

3 participants