[TIMOB-26150] Windows: Scale Transform Events( source.id) is still `overlay`
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2018-07-16T00:09:14.000+0000 |
| Affected Version/s | Release 7.3.0 |
| Fix Version/s | Release 7.3.0 |
| Components | Windows |
| Labels | n/a |
| Reporter | Aminul Islam |
| Assignee | Kota Iguchi |
| Created | 2018-06-22T16:03:34.000+0000 |
| Updated | 2018-07-23T23:11:58.000+0000 |
Description
Attachments
| File | Date | Size |
|---|---|---|
| BlankAppMCV_v2.zip | 2018-06-22T16:03:22.000+0000 | 799108 |
I found that
ScrollViewdoesn't return itssource.idwhen there's no view content added underneath. Started working on it (TIMOB-26152). I was able to find a potential workaround forBlankAppMCV_v2by filling scroll view with child view byTi.UI.FILL(for instancetrimProfilesContainer) like below.'#trimProfilesContainer': { width: Ti.UI.FILL, height: Ti.UI.FILL, backgroundColor: 'gray' },This should be fixed in nightly build
7.3.0.v20180627164434. Would you try this?I assume this ticket can be closed because fix is available on 7.3.0 already. Feel free to reopen if that's not the case.
Created TIMOB-26234 to track "wrong source id" issue on Buttons.