Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18077] iOS:Double tap on the textfield to show an alert message does not work when the keyboard is displayed

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.5.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-3.5.0, reprod
ReporterVisalakshi Chidambaram
AssigneeUnknown
Created2014-11-24T10:15:07.000+0000
Updated2018-02-28T19:54:57.000+0000

Description

When double tap event is used for eventListener, the alert message doesn't show up once the keyboard appears. When the event is changed to other events like swipe the alert message appears even when the keyboard is visible. This is not a regression as it also reproducible with Titanium SDK 3.4.1 Steps to reproduce: 1. Run the attached app.js 2. double tap on the textfield 3. single tap on the textfield 4. double tap on the textfield Actual Results: 2. The alert message showing "textfield value:" should appear 3. The keyboard appears 4. Sometimes the alert message appears but repeating steps 3 and 4 several times results in the alert message not appearing after that. Expected Results: 4. The alert message should appear and it should not be intermittent.

Attachments

FileDateSize
app.js2014-11-24T10:15:07.000+0000760

Comments

  1. Lee Morris 2017-06-19

    I am able to reproduce this issue with the following environment; iPhone 7 (10.2) Studio 4.9.0.201705302345 Ti SDK 6.1.1.v20170609091155 Appc NPM 4.2.9 Appc CLI 6.2.1 Ti CLI 5.0.13 Alloy 1.9.11 Arrow 2.0.0 Xcode 8.2 (8C38) Node v4.8.2 Java 1.8.0_131

JSON Source