Hybrid View
-
17 Feb 2011 2:09 PM #1
[CLOSED]Selection misbehave in forms using Chrome
[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.
-
17 Feb 2011 8:40 PM #2
Can you give any more info?
On Chrome 10.0.648.82 on Mac I do not see this.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
17 Feb 2011 9:26 PM #3
Can confirm on Windows Chrome 9. I'll check it out.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
17 Feb 2011 9:39 PM #4
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>Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
17 Feb 2011 10:23 PM #5
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED] Chrome 10.0.612.1 dev beaks EXT JS?
By bobmanc in forum Ext 3.x: BugsReplies: 2Last Post: 20 Dec 2010, 1:59 PM -
Aggregation Row Grid misbehave on resizing column width
By anapinkg in forum Ext GWT: DiscussionReplies: 2Last Post: 22 Nov 2010, 5:55 AM -
[CLOSED] nested forms don't render in FF and IE, but the do in Chrome
By santo in forum Ext 3.x: BugsReplies: 5Last Post: 30 Jun 2010, 11:53 PM -
[CLOSED][3.1.1.] ComboBox in Chrome
By defcon1 in forum Ext 3.x: BugsReplies: 2Last Post: 15 Mar 2010, 11:06 PM -
FF text selection weirdness (inside forms?)
By neongrau in forum Ext 1.x: BugsReplies: 2Last Post: 12 May 2007, 4:42 AM


Reply With Quote