Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
[CLOSED]Selection misbehave in forms using Chrome
In the forms samples:
http://dev.sencha.com/deploy/ext-4.0...m/dynamic.html
Running Chrome 9.0.597.98, you can't select inputed text by dragging the mouse cursor in any field.
It works double-clicking it only.
The cursor moves to the left most position always.
-
Can you give any more info?
On Chrome 10.0.648.82 on Mac I do not see this.
-
Can confirm on Windows Chrome 9. I'll check it out.
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
-
Seems like the issue is somehow caused by css:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Ext.ColorPicker Example</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
</head>
<body>
<input type="text">
</body>
</html>
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
-
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.