-
12 Sep 2012 2:59 PM #1
Hovering over disabled fields causes js error in IE 8
Hovering over disabled fields causes js error in IE 8
REQUIRED INFORMATION
Ext version tested:- Ext 4.1
- IE8
- Chrome 21
Hovering over disabled fields in a window will produce the following js error in IE8. I think it only happens when you hover off and on the text inside the component. Seems easiest to recreate with a combobox. Works fine in chrome.
I'm able to create it regularly on different machines so hopefully you can too.Code:'Ext.fly(...)' is null or not an object ext-all.js, line 21 character 103901
Steps to reproduce the problem:- go to any page that has extjs enabled, for ex http://dev.sencha.com/deploy/ext-4.1...ow/layout.html
- Paste this is IE's debug tools script tab
Code:Ext.create('widget.window',{items: [{xtype: 'combo', value: 'someText', disabled: true}], autoShow: true}) - Now hover your mouse over and off of "someText" in the disabled field. Within a few seconds you should get the error.
- no errors
- Ext.fly error
- Windows 7 64 bit
- Server 2003
-
12 Sep 2012 5:18 PM #2
Thanks for the report, this is a dupe of EXTJSIV-5176.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
This issue duplicates another issue.


Reply With Quote