Reputation: 667
I create simple application with window and 3 field: Fiddle Link (Use Chrome)
When I enter a value in the field, it looks fine.
But when I change the focus,text in field moves down.
All fields work similarly.
After click on trigger (if field has it) text looks fine.
This bug only in Chrome. IE, Opera, Firefox and Vivaldi work right. How can I fix that?
Upvotes: 4
Views: 1696
Reputation: 484
Css fix:
.x-form-text { display: inline; }
Demo here: http://ext4all.com/post/extjs-5-textfield-chrome-bug-fix.html
Upvotes: 1