[TIMOB-13798] MobileWeb: TextFields require clicking twice to get cursor on it
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-29T18:42:37.000+0000 |
Affected Version/s | Release 2.1.4, Release 3.0.2, Release 3.1.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | ios, mobileweb |
Reporter | Meenakshi Pathak |
Assignee | Chris Barber |
Created | 2013-05-09T10:17:20.000+0000 |
Updated | 2018-04-04T23:20:40.000+0000 |
Description
Assume that two text fields are on Scroll view and two textfields have some value. When user wants to modify the second textfield value, it require clicking twice to get cursor on it.
In Android browser it is working perfect, But on iOS, this issue can be found.
Test case:
index.xml
<Alloy>
<Window class="container">
<ScrollView layout="vertical">
<TextField class="textfield" hintText="User Name" top="50dp"></TextField>
<TextField class="textfield" hintText="Password" top="10dp"></TextField>
</ScrollView>
</Window>
</Alloy>
index.tss
".container": {
backgroundColor: "white"
}
".textfield": {
height: "40dp",
width: "90%",
left: "5%",
backgroundColor: "#01467a",
color: "#b3cee2",
paddingLeft: "5dp",
font: {
fontFamily: "Helvetica Neue",
fontSize: '16sp'
}
}
index.js
$.index.open();
The description says it CANNOT BE REPRODUCED on Android. Only on iOS. Removing fix version of 3.2.0
Resolving ticket as "Won't fix" as MobileWeb has been deprecated.
Closing as will not fix.