-
Notifications
You must be signed in to change notification settings - Fork 11
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
Going back is not working after level 2 #6
Comments
Anyone could help me? =( |
Well, the user 'ezanker' from Stackoverflow has helped me with my issue making some changes in the code. Now the nested lists with more sub levels are working more or less correctly. I said more or less because I have tested it with formatted lists (with 'h2' and 'p' tags, thumbnails, etc..) and it fails sometimes returning a empty list. I'm revising the code but I let it here, maybe is useful for somebody o maybe somebody could fix the error.
|
@Sergiodiaz53 - Hey thanks, your code changes solved my problem with the back button. You saved me a lot of trouble. |
Hi,
I have a nested-list created dynamically but I'm getting some problems navigating it. It loads correctly, and when I click on one element I go to the next level and in the bar appears '#ui-id-1'. Now, if I press the 'BACK' button it works fine (and it deletes the '#ui-id-1') but if I click again to go deeper '#ui-id-2' appears on the bar and if I click on the 'BACK' button it changes it for '#ui-id-1' but it doesn't load the previous level, and if I click again it goes to the first level, not the previous one.
I have checked with a simple list from: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_nestedlists2 and doesn't work.
Thanks in advance
The text was updated successfully, but these errors were encountered: