Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24371] UniversalWindowsApp: Textfield's return event fires twice

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2017-02-17T23:09:48.000+0000
Affected Version/sRelease 6.0.0, Release 6.0.1
Fix Version/sRelease 6.1.0
ComponentsWindows, Windows phone
Labelsqe-investigate
ReporterNeeraj Mishra
AssigneeKota Iguchi
Created2017-02-03T18:47:54.000+0000
Updated2017-03-20T16:58:20.000+0000

Description

Problem Description:

Textfield's return event fires twice.

steps to reproduce:

Sample project: https://propelics.box.com/s/yn402w8nzteymhevzu1tv4amson8bonq 1.- Launch app 2.- Type anything in the textfield 3.- Hit return in keyboard 4.- Observe console will print "return event" twice.

Actual results:

In console log, we see two events being logged after we click on write text on textfield and click on return.

Expected Result:

Single click on return on keyboard should fire only one event.

Comments

  1. Kota Iguchi 2017-02-07

    https://github.com/appcelerator/titanium_mobile_windows/pull/945
  2. Samir Mohammed 2017-03-20

    Verified fix in 6.1.0.v20170317104120 test steps and information can be found at https://github.com/appcelerator/titanium_mobile_windows/pull/945

JSON Source