From: SourceForge.net <no...@so...> - 2004-01-26 22:28:31
|
Bugs item #880523, was opened at 2004-01-20 13:08 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=880523&group_id=13153 Category: DOM Support Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Andrew R. Thornton (zeripath) >Assigned to: fabrizio giustina (fgiust) Summary: DOM2 methods should throw DOMException if unsupported Initial Comment: Currently there are stubs for DOM2 extensions to the DOMImpl classes. These however return null instead of throwing a DOMException NotSupportedErr. This is incorrect behaviour, these methods must throw an exception or return a valid object. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-01-26 23:28 Message: Logged In: YES user_id=798060 fixed in cvs, now unimplemented DOM methods properly throws DOMException.NOT_SUPPORTED_ERR ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=880523&group_id=13153 |