[TIMOB-9511] Android: Views>Events Propagation - Window label is not getting displayed on screen.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-06-16T00:57:22.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | api, qe-and060112, regression |
Reporter | Neha Chhabra |
Assignee | Josh Roesslein |
Created | 2012-06-13T03:13:59.000+0000 |
Updated | 2014-06-19T23:32:41.000+0000 |
Description
Window label is not getting displayed on screen while clicking anywhere outside the square.
This is regression. It works fine on 2.0.2.
Steps to Reproduce:
1. Run KS from master branch.
2. Click on Base UI >Views >Events Propogation
3. Tap on Events Propogation.
4. Click anywhere outside the squares
Expected Result:
After step 4: window: you clicked on window should be displayed
Actual Result:
Label "window: you clicked on window" is not being displayed
The events are firing correctly, but you can't see the label being updated due to it being covered up by the "tab change" label that keep appearing.
Once TIMOB-9487 is resolved this should go away.
Marking as invalid since this actually works correctly. The label is just getting covered by the tab change event window that keeps popping up.
closing as invalid.