INeedADip
6 May 2009, 2:59 PM
In a panel I'm trying to add the following item:
xtype: 'displayfield',
fieldLabel: 'Account Name',
style: 'font-weight: bold;'
And I get an error in IE8 that says:
Message: Could not get the fontWeight property. Invalid argument.
Line: 3632
Char: 17
Code: 0
URI: path/ext-all-debug.js
If I take out the "style: 'font-weight: bold;'" I don't get the error and everything works. This does work in FireFox, just not in IE8.
Has anyone else gotten this error?
xtype: 'displayfield',
fieldLabel: 'Account Name',
style: 'font-weight: bold;'
And I get an error in IE8 that says:
Message: Could not get the fontWeight property. Invalid argument.
Line: 3632
Char: 17
Code: 0
URI: path/ext-all-debug.js
If I take out the "style: 'font-weight: bold;'" I don't get the error and everything works. This does work in FireFox, just not in IE8.
Has anyone else gotten this error?