Other projects
#16 nokia display problem after text input |
2009-01-27 20:59 | | | Minor |
| Submit by pandora808 | |||
| State: | Opened |
|---|---|
| Priority: | Minor |
| Type: | Bug |
| Milestone: | - |
| Release: | Kuix 1.0.1 |
| Body: | |
on a fullscreen canvas on nokia (n95, n82, e90 and other nokias), using a screen with textfields. after the user inputs their data in the LCDUI form, and the Kuix screen returns, the bottombar and softkeys are drawn in duplicate(stacked) until the user hits some key to repaint the screen. looks like it might have something to do with the delay of the fullscreen canvas reporting the proper height when returning to the canvas. like it reports the non-fullscreen height at first, and then by the time a user repaints the screen, the true canvas height is being properly reported by nokia. |
|
Comments
| Tofu 2009-01-27 20:59 | Yes, after investigation ti seems that the size is NOT correctly reported to the Canvas.sizeChanged(int w, int h). Then I don't know exactly what could be the best workaround !? |
|---|
| Wiszcz 2009-01-27 20:59 | Try using setFullScreen at each paint - like in my previous bugreport. Maybe that will help. |
|---|


Just want to say that I'm experiencing this problem too (and also suspect it's a problem with canvas not initially reporting the width/height correctly).