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

backward move cannot work in depth 1 #17

Closed
allstarschh opened this issue Oct 1, 2012 · 3 comments
Closed

backward move cannot work in depth 1 #17

allstarschh opened this issue Oct 1, 2012 · 3 comments

Comments

@allstarschh
Copy link

STR:

  1. Goto STK Menu in Settings

MENU

1st item
2nd item
....

Select first item( or any item)
now we are in the menu's flow of depth 1

< 1st Item

1A
1B

Then choose back ( press the '<' icon )
now we will receive stksessionend
(since in the root, we need to call setStkMenuSelection)

but UI still displays content from depth 1
Result:

< 1st Item

1A
1B

Expect: display root menu items

MENU

1st item
2nd item
....

@allstarschh
Copy link
Author

http://pastebin.com/7KPefHbi

check line 3236

@frsela
Copy link
Owner

frsela commented Oct 2, 2012

Yes, this is a known bug. I'm working with @rafaelrebolleda on redefining the navigation on this app .

This is because the STK app is opened in a new dialog and when we receive stksessionend the main menu is reloaded but the stk app dialog is not closed.

As a workaround use the "Done" button to close the dialog and see the main menu again. (now we've two buttons, back and close (done) buttons)
I'll fix this asap.

@allstarschh
Copy link
Author

Should be fixed in your stkui_uxiimprovement branch

Thank you

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

2 participants