Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25464] Windows: bubbleParent=false not working as expected

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2017-11-02T03:11:26.000+0000
Affected Version/sRelease 6.2.2
Fix Version/sn/a
ComponentsWindows, Windows Hybrid, Windows phone
Labelsn/a
Reporter Ricardo Ramirez
AssigneeKota Iguchi
Created2017-10-31T19:32:23.000+0000
Updated2017-11-02T03:11:26.000+0000

Description

Issue Description

Adding bubbleParent: false (either in the tss or controller file) to a UI element does not remove the bubbling.

STEPS TO REPRODUCE:

1.- Open and run the sample project (https://drive.google.com/open?id=0BwTWo-c2a0b9VGQ2V3kxR2Uxd1U) 2.- A blue view (outerWrapper) with a red view in within (innerWrapper1) will be displayed. 3.- Go to index.tss and observe how innerWrapper1 has its bubbleParent property set to false. 4.- Go back to the app and click in the red view (innerWrapper1). 5.- Observe how in the console logs two logging lines are printed, when it should be only one. NOTE: Exact same thing happens if the bubbleParent property is set in the controller (index.js) Is this a platform bug? Console log:
10/26/2017, 2:18:36 AM

Operating System
  Name                        = Microsoft Windows 8.1 Pro
  Version                     = 6.3.9600
  Architecture                = 32bit
  # CPUs                      = 4
  Memory                      = 6323945472

Node.js
  Node.js Version             = 4.6.0
  npm Version                 = 2.15.9

Titanium CLI
  CLI Version                 = 5.0.14

Titanium SDK
  SDK Version                 = 6.2.2.GA
  SDK Path                    = C:\ProgramData\Titanium\mobilesdk\win32\6.2.2.GA

  Target Platform             = windows

[INFO]  Installing the application...
[INFO]  Connected to app
-- Start application log -----------------------------------------------------
[INFO]  Finished installing the application
[INFO]  Waiting for app to connect to log relay
[INFO]  Finished launching the application
[INFO]  log from innerWrapper
[INFO]  log from outerWrapper
[INFO]  log from innerWrapper
[INFO]  log from outerWrapper
[INFO]  log from innerWrapper
[INFO]  log from outerWrapper

Comments

  1. Ewan Harris 2017-10-31

    This is not a bug, bubbleParent is not implemented for Windows TIMOB-24856
  2. Eric Merriman 2017-11-01

    Changing to a feature request.
  3. Kota Iguchi 2017-11-02

    Duplicate of TIMOB-24856

JSON Source