jep
22 Mar 2012, 8:24 PM
Sencha Touch version tested:
1.1.1
only default sencha-touch.css
Platform tested against:
Chrome 17.0.963.83 m on XP
iOS 5.1
Safari 5.0.3 on XP
Description:
When you use the supplied test case, there is weird scrolling behavior in Chrome before you first type anything. This does not seem to happen on iOS or in Safari. I've only seen it happen in Chrome on the desktop.
Test Case:
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<link rel="stylesheet" href="../sencha-touch-1.1.1/resources/css/sencha-touch.css" type="text/css">
<script type="text/javascript" src="../sencha-touch-1.1.1/sencha-touch-debug-w-comments.js"></script>
<script type="text/javascript" src="test.js"></script>
</head>
<body>
</body>
</html>
new Ext.Application({
name:'app',
launch:function () {
this.viewport = new Ext.Panel({
layout:'fit',
fullscreen: true,
items:
{
xtype:'fieldset',
items:[
{
xtype:'textfield',
label:'First name:',
placeHolder:'Enter first name'
}
]
}
});
}
});
Steps to reproduce the problem:
In desktop Chrome, click in the text box
Drag your mouse to the right
The result that was expected:
Text box should stay in place
The result that occurs instead:
Whole Text element slides left
Screenshot or Video:
33044
1.1.1
only default sencha-touch.css
Platform tested against:
Chrome 17.0.963.83 m on XP
iOS 5.1
Safari 5.0.3 on XP
Description:
When you use the supplied test case, there is weird scrolling behavior in Chrome before you first type anything. This does not seem to happen on iOS or in Safari. I've only seen it happen in Chrome on the desktop.
Test Case:
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<link rel="stylesheet" href="../sencha-touch-1.1.1/resources/css/sencha-touch.css" type="text/css">
<script type="text/javascript" src="../sencha-touch-1.1.1/sencha-touch-debug-w-comments.js"></script>
<script type="text/javascript" src="test.js"></script>
</head>
<body>
</body>
</html>
new Ext.Application({
name:'app',
launch:function () {
this.viewport = new Ext.Panel({
layout:'fit',
fullscreen: true,
items:
{
xtype:'fieldset',
items:[
{
xtype:'textfield',
label:'First name:',
placeHolder:'Enter first name'
}
]
}
});
}
});
Steps to reproduce the problem:
In desktop Chrome, click in the text box
Drag your mouse to the right
The result that was expected:
Text box should stay in place
The result that occurs instead:
Whole Text element slides left
Screenshot or Video:
33044