[TIMOB-10205] Android: Window Properties - Click on toggle height width button gives flickering effect.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-09-13T10:36:02.000+0000 |
Affected Version/s | Release 2.1.1 |
Fix Version/s | n/a |
Components | Android |
Labels | core, layout, qe-and070112, qe-newKS |
Reporter | Anshu Mittal |
Assignee | Allen Yeung |
Created | 2012-07-27T00:01:45.000+0000 |
Updated | 2017-03-09T23:38:59.000+0000 |
Description
Window Properties - Click on toggle height width button gives flickering effect.
This is not regression. It occurs on 2.0.1GA as well.
Steps to Reproduce:
1. Go to Kitchensink> BaseUI> WindowProperties.
2. Click on Toggle Height/Width. The window changes its height width to become smaller.
3. Click again on toggle height width.
Actual:
The window flickers at top left corner of the screen before getting to the original size.
Expected:
Resizing of window should be smooth without any flicker.
Looks like a platform bug. Changing component to Android.
Putting back in the bucket
This is a layout issue with heavy weight windows. The behavior is worst when we're not opening a heavy weight window via tab.open(). Here's a good test case:
Marking this as invalid. There isn't really a flicker, there is a subtle part of the rendering that doesn't look great, but this seems to be the native rendering behavior. I'm not sure there is anything we can do on the platform end to fix this.
Closing ticket as invalid.