jsjoy / awesomeuploader

Automatically exported from code.google.com/p/awesomeuploader
Other
2 stars 1 forks source link

Failure With ExtJS 3.3.3 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ext 3.3.3
IE9
Win 7

We recently started migrating from Ext 3.2.1 to Ext 3.3.3 in efforts to correct 
Ext rendering problems with IE9.

The awesomeuploader starts throwing errors when you mouseover/out 

or try to remove the element from a container.

It looks to be something with tooltips / qtips.

Our code calls Ext.QuickTips.init() early on.

Error:
SCRIPT5007: Object expected 
ext-all-debug.js, line 2923 character 29

Call Stack:
Anonymous Function
getTipCfg
onTargetOver

Line Occurance:
  value = el.getAttribute(ns + ':' + name);

el is a HTMLObjectElement, which would appear to not have a getAttribute 
function...

Original issue reported on code.google.com by e3satter...@gmail.com on 9 May 2011 at 2:55

GoogleCodeExporter commented 9 years ago
I have a similar issue, see 
http://www.sencha.com/forum/showthread.php?143080-Object-expected-error-in-ext-d
ebug.js.

Original comment by johnmusb...@gmail.com on 8 Aug 2011 at 6:05