[ http://issues.apache.org/jira/browse/BEEHIVE-475?page=history ] Daryl Olander resolved BEEHIVE-475: -----------------------------------
Assign To: Krista Baker (was: Daryl Olander) Resolution: Fixed So the problem is that in IE calling getAttribute(name) with a name space qualified name "ns:name" results in an exception being thrown if the DOM element is a table. It seems pretty much a bug in IE because you can call getAttribute() on all of the table structure elements (TD, TR, etc.) and others (DIV, etc.) The fix I put into place was to put a try catch around the calls to getAttribute() which eats the exception if it's thrown. This is basically harmless because we will not set a idScope value on a table attribute. BVT: coreweb/bugs/j475 > lookupIdByTagId fails in IE6 inside of a table > ---------------------------------------------- > > Key: BEEHIVE-475 > URL: http://issues.apache.org/jira/browse/BEEHIVE-475 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1 > Environment: IE6 (Works in Firefox) > Reporter: Daryl Olander > Assignee: Krista Baker > Fix For: V1 > > When walking the hierarchy, the call to getAttribute throws an exception when > a namespace is used on a <table> element in IE6. The id scope is defined > with an attribute "netui:idScope". This means calls to lookupIdScope() fails > with an exception. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira