[TIMOB-17796] iOS8: KitchenSink control Tabbed Bar 'Set Tab 0 Active' button failing to set null index for one of the Tabbed bar.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:44:04.000+0000 |
Affected Version/s | Release 3.4.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.4.0 |
Reporter | Khushbu Agrawal |
Assignee | Eric Merriman |
Created | 2014-09-29T04:43:55.000+0000 |
Updated | 2017-05-02T20:44:04.000+0000 |
Description
Description:
Clicking on 'Set Tab 0 Active' button does not set all tabbed bars index to 0.
There seems a problem in the tabbedbar.js code. Title control and custom tabbed bar are having same name. So the index is getting set for the custom tabbed bar only.
STEPS TO REPRODUCE:-
1. Install the KitchenSink on iPhone 6/6+ simulator.
2. Navigate to: Controls => Tabbed Bar
3. Press each button.
4. Press "Set Tab 0 Active"
EXPECTED RESULT:
3. All indexes should be nulled
ACTUAL RESULT:
3. All tabbed bar except Title control tabbed bar index not setting to null.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.