-
13 Jan 2013 4:43 PM #1
[4.1.3] emptyText doesn't show properly in Firefox and IE
[4.1.3] emptyText doesn't show properly in Firefox and IE
Ext version tested:
- Ext 4.1.3
Browser versions tested against:- IE 8
- FF 18.0
- Chrome 24
- When the text field get focused and the value is empty, emptyText doesn't show properly in Firefox and IE.
- IE doesn't show emptyText at all.
- Firefox show emptyText but the text is not grayed out.
- emptyText.png
Test code:
PHP Code:Ext.create('Ext.form.Panel', {
title: 'Contact Info',
width: 300,
bodyPadding: 10,
renderTo: Ext.getBody(),
items: [{
emptyText: 'input your name',
xtype: 'textfield',
name: 'name',
fieldLabel: 'Name'
}]
});
-
13 Jan 2013 7:05 PM #2
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
This issue duplicates another issue.


Reply With Quote