Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11759] iOS: Table Search - Redraw of a search bar during device rotation from portrait to landscape.

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2012-12-04T22:51:37.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelskicthensink, qe-ios214
ReporterOlga Romero
AssigneeIngo Muschenetz
Created2012-11-14T00:46:06.000+0000
Updated2014-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

FileDateSize
portrait_Tsearch.png2012-11-14T00:46:06.000+000046876
rotation_to_landscape_1.png2012-11-14T00:46:06.000+000089812
rotation_to_landscape_2.png2012-11-14T00:46:06.000+000097043
rotation_to_landscape_3.png2012-11-14T00:46:06.000+000095246
rotation_to_landscape_4.png2012-11-14T00:46:06.000+0000101757
rotation_to_landscape_5.png2012-11-14T00:46:06.000+000082083

Comments

  1. Vishal Duggal 2012-12-04

    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.
  2. Olga Romero 2014-06-17

    close as won't fix per [~vduggal]

JSON Source