openGeeksLab / codenameone

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

Dialog remains imprinted on form when using fade-out transition #1403

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. laf.setDefaultDialogTransitionOut(CommonTransitions.createFade(400));
2. Show dialog over form
3. Call dispose method on dialog

What is the expected output? What do you see instead?
I expect the dialog to disappear when calling it's dispose() method. The dialog 
appears to fade away, but right after the fade-out transition ends, it 
reappears and remains imprinted on the screen.  Note, removing the fade-out 
transition resolves the problem.

What version of the product are you using? On what operating system?
I am using the latest version, on a Nexus 4 running Android 5.0.1

Please provide any additional information below.
This issue only appears when running my application on an Android device.  It 
does not show up in the simulator.  In addition, it does not happen on every 
form.

Original issue reported on code.google.com by tuga...@gmail.com on 18 Mar 2015 at 4:17