[TIMOB-11759] iOS: Table Search - Redraw of a search bar during device rotation from portrait to landscape.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-12-04T22:51:37.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | kicthensink, qe-ios214 |
Reporter | Olga Romero |
Assignee | Ingo Muschenetz |
Created | 2012-11-14T00:46:06.000+0000 |
Updated | 2014-06-19T12:44:11.000+0000 |
Description
Description:
While testing Table Search, I discovered that rotation causes redraw of the search bar. It happens momentarily and only during rotation from portrait to landscape. *not a regression, occurs on 2.1.4 and 2.1.3*
Test steps:
1. Launch KS > Base UI > Views > Table Views > Table Search in a portrait mode
2. Rotate device to landscape
3. Watch the search bar being redrawn momentarily.
Actual Result:
See screenshots.
Expected Result:
Should not have redraw issue
Attachments
File | Date | Size |
---|---|---|
portrait_Tsearch.png | 2012-11-14T00:46:06.000+0000 | 46876 |
rotation_to_landscape_1.png | 2012-11-14T00:46:06.000+0000 | 89812 |
rotation_to_landscape_2.png | 2012-11-14T00:46:06.000+0000 | 97043 |
rotation_to_landscape_3.png | 2012-11-14T00:46:06.000+0000 | 95246 |
rotation_to_landscape_4.png | 2012-11-14T00:46:06.000+0000 | 101757 |
rotation_to_landscape_5.png | 2012-11-14T00:46:06.000+0000 | 82083 |
Occurs because we start a layout while the rotation is in progress. Can not be fixed until we delay the layout pass till after the rotation has completed which is a major change in UI behavior from expected norm.
close as won't fix per [~vduggal]