DBDigital / nookdevs

Automatically exported from code.google.com/p/nookdevs Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

nookbrowser v.0.04 cannot access drop down menu items because control screen functions goes blank #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Go to a menu item or link that  produces a drop down selection of items
to choose from causing the nookbrowser control screen to go blank.
2. you cannot select or do anything now in the nookbrowser with out the
control functions screen there.
3.

What is the expected output? What do you see instead?
the control screen functions to move up down the list of items to be
able to select one.
A blank control screen below nookbrowser.

What version of the product are you using? On what operating system?
nookbrowser v 0.04 on the nook

Please provide any additional information below.

Original issue reported on code.google.com by jaybirds...@gmail.com on 25 Jan 2010 at 9:23

GoogleCodeExporter commented 8 years ago
I mean a drop down list of items like picking what state you live from a list 
of states
and the control screen for browser going blank not allowing do anything and you 
have
to turn the nook off to get nookbrowser to work again.

Original comment by jaybirds...@gmail.com on 26 Jan 2010 at 1:40

GoogleCodeExporter commented 8 years ago
good catch. This problem is in the nook framework class where they have 
modified 
Alert dialogs to display buttons in the touchcreen. This works if the dialog 
has any 
ok/cancel buttons. In this case, there are no buttons and it blocks the whole 
screen. 

Right now, the only way to use the dropdown is to select the keyboard and press 
the 
first letter of the option you want to pick. ( So, you have to know the options 
before looking at it :)).

I'll try to figure out a workaround. In the worstcase, I think we can add logic 
to 
close this window by pressing pageup/pagedown key when it's launched 
accidentally. 

So, in effect, you can click on the list, see the values, close it  & then use 
the 
keyboard to select it. 

If someone has a better suggestion/fix, please let me know.

Original comment by hari.swa...@gmail.com on 26 Jan 2010 at 2:04

GoogleCodeExporter commented 8 years ago

Original comment by hari.swa...@gmail.com on 26 Jan 2010 at 2:06

GoogleCodeExporter commented 8 years ago
Since this is a javascript window displayed by the webview, I don't have 
control 
over it and don't have a handle to close it. I have added a message on top of 
it 
with a Ok button to let the user close the app instead. This will help prevent 
having to restart the device. 

This issue is due to nook custom framework behavior - can't fix without 
changing the 
framework classes

Original comment by hari.swa...@gmail.com on 28 Jan 2010 at 12:43

GoogleCodeExporter commented 8 years ago
btw, the message box change is available in trunk code now. 

Original comment by hari.swa...@gmail.com on 28 Jan 2010 at 12:45