openGeeksLab / codenameone

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

Android skin in emulator: bottom bar is cut - animation problems? #194

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See screenshot - I created a Form with many text areas. When entering this 
form I see that the bottom bar with gradient is cut. When screen repaint, it is 
shown OK, see the second screen shot.
2. If I navigate between Text Areas, the bar is cut again (when focus comes to 
a TextArea under the bar)

It is in CN1 emulator. on HTC Wildfire I do not observe this problem - the bar 
seems to disappearing fast (probably it is by design). And Also I see that the 
vertical scrollbar (on right) disappears on HTC Wildfire, but it remains in 
emulator. From this I can guess that in emulator this animation (with 
disappearing these GUI elements) is broken.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
CN1 Eclipse plugin

Please provide any additional information below.

Original issue reported on code.google.com by gmi...@gmail.com on 23 May 2012 at 11:47

Attachments:

GoogleCodeExporter commented 9 years ago
Additional info: I noticed that the scroll bar animation (its disappearing) 
works OK when scrolling happens by touch press. If I use arrows (Android has 
special joystick for that) then scroll bar doesn't disappear.
In native UI app the scroll bar disappears in both cases.

Original comment by gmi...@gmail.com on 23 May 2012 at 1:53