freezzer / wiiflow

Automatically exported from code.google.com/p/wiiflow
0 stars 0 forks source link

Exiting from categories doesn't return to coverflow_screen #235

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. From coverflow_screen press 'B' on favorites button to goto 
categories_screen.
2. Point @ any button (including "back" & press 'A'.
3.

What is the expected output? What do you see instead?
Should return from categories_screen back to coverflow_screen. Instead you goto 
game-launch_screen.

What version of the product are you using? On what operating system?
r99/r100

Please provide any additional information below.

GENERAL PROBLEM: Exiting from categories_screen by clicking on any button does 
not return to coverflow_screen but goes instead to game-launch_screen. (Exiting 
from categories_screen by pressing Home/B returns to flow-screen correctly.)

CODING PROBLEM: Since you pressed 'A' to choose a button the 'A' hangs around a 
bit as 'btnsPressed' on return where it then causes the game-launch_screen to 
appear just like you pressed 'A' from coverflow_screen.

CODING SOLUTION: Change the 2 code sections following catagories_screen from 
conditional "if" to "else if" so they won't be  sequentially processed...

DIFF file attached...

Original issue reported on code.google.com by SamSp...@usa.com on 16 Jul 2010 at 10:38

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch, but this was an already known bug.  For future reference, 
if it says "THIS IS NOT A RELEASE" in the commit log, its because I know of 
some bugs I didnt fix yet or the coding is incomplete.  If it says that, dont 
make a tracker issue if you can help it, thx.

Original comment by Miigotu on 17 Jul 2010 at 10:56