Titanium JIRA Archive
Alloy (ALOY)

[ALOY-773] Tizen does not support Android constants for softKeyboardOnFocus property

GitHub Issuen/a
TypeBug
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2013-08-02T22:11:07.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.2.0, 2013 Sprint 16
ComponentsRuntime, Titanium SDK
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2013-08-02T21:17:57.000+0000
Updated2018-03-07T22:26:05.000+0000

Description

problem

Despite what is shown in the [documentation for softKeyboardOnFocus](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.View-property-softKeyboardOnFocus), Tizen does not seem to support the Ti.UI.Android constant values associated with it. There is no apparent way to set this property on Tizen. The alloy.js runtime lib attempts to set this to the default value on load, which is causing the error in TIMOB-14738.

expected

Tizen should either assign softKeyboardOnFocus in a safe platform-specific manner, or the property should not be manipulated by Alloy at all.

Comments

  1. Tony Lukasavage 2013-08-02

    PR: https://github.com/appcelerator/alloy/pull/210 Functional test with 1.2.0-alpha5

    Create a default alloy app

    Run it for tizen

    Make sure it runs successfully and does not encounter the runtime error mentioned TIMOB-14738

JSON Source