Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26150] Windows: Scale Transform Events( source.id) is still `overlay`

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2018-07-16T00:09:14.000+0000
Affected Version/sRelease 7.3.0
Fix Version/sRelease 7.3.0
ComponentsWindows
Labelsn/a
ReporterAminul Islam
AssigneeKota Iguchi
Created2018-06-22T16:03:34.000+0000
Updated2018-07-23T23:11:58.000+0000

Description

Attachments

FileDateSize
BlankAppMCV_v2.zip2018-06-22T16:03:22.000+0000799108

Comments

  1. Kota Iguchi 2018-06-25

    I found that ScrollView doesn't return its source.id when there's no view content added underneath. Started working on it (TIMOB-26152). I was able to find a potential workaround for BlankAppMCV_v2 by filling scroll view with child view by Ti.UI.FILL (for instance trimProfilesContainer) like below.
       '#trimProfilesContainer': {
       	width: Ti.UI.FILL,
       	height: Ti.UI.FILL,
       	backgroundColor: 'gray'
       },
       
  2. Kota Iguchi 2018-06-28

    This should be fixed in nightly build 7.3.0.v20180627164434. Would you try this?
       appc ti sdk install --branch 7_3_X 7.3.0.v20180627164434
       
  3. Kota Iguchi 2018-07-16

    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.
  4. Samir Mohammed 2018-07-16

  5. Kota Iguchi 2018-07-23

    Created TIMOB-26234 to track "wrong source id" issue on Buttons.

JSON Source