[TIMOB-9210] Android: OptionDialog - The last option from the dialog box is selected, and the label displays an unexpected value when radio button is not checked.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T21:54:45.000+0000 |
Affected Version/s | Release 2.0.2, Release 3.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | api, qe-and051412 |
Reporter | Olga Romero |
Assignee | Eric Merriman |
Created | 2012-05-23T13:17:42.000+0000 |
Updated | 2017-05-02T21:54:45.000+0000 |
Description
Description:
While testing Options Dialog I noticed that a label "You selected 2 option" appears after I tapped "Show Dialog1" button and then pressed Return button on the device (non of the radio buttons were checked).
Tap "Show Dialog1" again displays a Dialog box (I am a title) with a checked radio button for Option 3, which is the last item on the list. Return displays the same label "You selected 2 option"
Not a regression, the behavior exists on 2.0.1 as well
Steps to reproduce:
1. Run KitchenSink
2. Go to Base UI - Views - Options Dialog
3. Press "Show Dialog1" button
4. Press Return Button on device
Expected Result:
Should see label "No selection"
Actual Result:
"You selected 2 option" label is displayed
issue reproduces with sdk 3.0.2 and sdk 3.1.0 .
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.