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

bug: Item nested elements not causing active css effect #1921

Closed
justinpatten opened this issue Aug 3, 2014 · 3 comments
Closed

bug: Item nested elements not causing active css effect #1921

justinpatten opened this issue Aug 3, 2014 · 3 comments
Assignees
Milestone

Comments

@justinpatten
Copy link

Type: bug

Platform: mobile webview

We have an item inside of a list that has multiple columns/rows inside of the item parent container. It seems like once we hit a certain level of nesting, the active css no longer applies. See this codepen that I forked and modified to nest the Item text within a few divs:

http://codepen.io/anon/pen/yEgnb

If you click on one of the items, it doesn't enable the active css. Remove one of the divs surround the item and then try to click. It will trigger the active css.
Is there any magic we can do to enable the parent to have its css updated?

@justinpatten
Copy link
Author

Looks like the code is living in activator.js.

for(var x=0; x<4; x++)

Other than modifying this locally to walk up more levels, what could be done? Obviously, we don't want to let it walk up the entire tree.

@mhartington
Copy link
Contributor

Going to pass this to @perrygovier

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants