Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25307] Windows: click event of Ti.UI.TextField does not work

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionNot Our Bug
Resolution Date2017-09-18T01:34:35.000+0000
Affected Version/sRelease 6.2.0
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterNeeraj Mishra
AssigneeKota Iguchi
Created2017-09-16T21:21:28.000+0000
Updated2018-08-06T17:52:06.000+0000

Description

Problem Description:

click event of Ti.UI.TextField is not working. When user clicks on TextField, click event added to that TextField is not fired.

Steps to Reproduce:

1. Run the attached Alloy project (attached) 2. TextField in index.xml has onClick event added to it - onTextFieldClick 3. When user clicks on TextField, onTextFieldClick is not called.

Expected Result:

Click event should be fired when clicking on TextField.

Attachments

FileDateSize
index.js2017-09-16T21:21:13.000+000083
index.tss2017-09-16T21:21:19.000+0000155
index.xml2017-09-16T21:21:25.000+0000159

Comments

  1. Kota Iguchi 2017-09-18

    I would close this as "Not Our Bug", because I can see that the Xaml.Controls.TextBox which T.UI.TextField is using internally doesn't actually react the click event (XAML Tapped event). So I would think we should follow this platform component behavior in this case.
  2. Eric Merriman 2018-08-06

    Closing as "not our bug". If you disagree, please reopen.

JSON Source