[TIMOB-13863] iOS: KitchenSink -TableViews- If show/hide buttons are clicked quickly few times, search box comes in intermediate position where it's neither hidden nor shown.
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-09-03T18:18:04.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 18, 2013 Sprint 18 API |
Components | iOS |
Labels | qe-3.1.1 |
Reporter | Anshu Mittal |
Assignee | Sabil Rahim |
Created | 2013-05-15T10:24:27.000+0000 |
Updated | 2017-03-23T22:41:17.000+0000 |
Description
If show/hide buttons are clicked quickly few times, search box comes in intermediate position where it's neither hidden nor shown.
This is not regression since the issue occurs in 3.1.0 GA as well.
Steps to reproduce:
1. Go to Kitchensink>Base UI> Views> Tableviews>Table Search
2. Click on hide and show button few times quickly.
Actual:
search box comes in intermediate position where it's neither hidden nor shown. Now, at this state, if hide is clicked, the search box gets hidden and if show is clicked, box is fully shown. Please find the screenshot attached.
Expected:
The search box should attain one position (hide/ show) completely.
Attachments
This is a test case issue, this is because of a timing issue where multiple shows and hide happen and it gets into a inconsistent state. Will set up KS PR to address the issue.
The is edge case and not likely to happen in actual app.
Closing ticket as Won't Fix with reference to the above comments.