[TIMOB-25307] Windows: click event of Ti.UI.TextField does not work
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2017-09-18T01:34:35.000+0000 |
Affected Version/s | Release 6.2.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Neeraj Mishra |
Assignee | Kota Iguchi |
Created | 2017-09-16T21:21:28.000+0000 |
Updated | 2018-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
File | Date | Size |
index.js | 2017-09-16T21:21:13.000+0000 | 83 |
index.tss | 2017-09-16T21:21:19.000+0000 | 155 |
index.xml | 2017-09-16T21:21:25.000+0000 | 159 |
I would close this as "Not Our Bug", because I can see that the
Xaml.Controls.TextBox
whichT.UI.TextField
is using internally doesn't actually react the click event (XAMLTapped
event). So I would think we should follow this platform component behavior in this case.Closing as "not our bug". If you disagree, please reopen.