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
This is not a bug, bubbleParent is not implemented for Windows TIMOB-24856
Changing to a feature request.
Duplicate of TIMOB-24856