[TIMOB-14289] iOS7: Labels are not shown on the screen
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-23T17:57:06.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 15 API, 2013 Sprint 15, Release 3.1.2, Release 3.2.0 |
Components | iOS |
Labels | ios7, qe-3.1.1, qe-closed-3.1.3, qe-closed-3.2.0, qe-ks, qe-testadded, regression |
Reporter | Olga Romero |
Assignee | Ingo Muschenetz |
Created | 2013-06-19T17:30:27.000+0000 |
Updated | 2015-02-02T20:46:49.000+0000 |
Description
It is a *regression*, does not occur in iOS6
Test steps:
1. Install and run KitchenSink>Base UI>Views>Events Propagation
2. Click anywhere outside the squares
3. Click inside the square (not on the letters)
4. Click on the letter inside the Square
Actual result:
Lables are not displayed.
Events are fired in the console.
Expected:
2. window: you clicked on window should be displayed
3. window: you clicked on View
view:you clicked on View should be shown
4. window: you clicked on label
The label is not shown as well in: KS>Base UI>Views>Image Views>Animated KS>BAse UI>Views>Image Views>Remote Image KS>BAse UI>Views>Image Views>Image View Positioning KS>BAse UI>Views>Scroll Views>Scrolling Zoom+Pinch
Fixed by https://github.com/appcelerator/titanium_mobile/pull/4461
Tested with: Appcelerator Studio, build: 3.1.1.201306131423 Titanium SDK, build: 3.2.0.v20130724101649 Closing as fixed, labels are shown on the screen.