Firefox 3b1 queryCommandEnabled( "formatblock") throws NS_ERROR_NOT_IMPLEMENTED... works in Firefox 2

[email protected]
Newsgroups gmane.comp.mozilla.devel.editor
Organization http://groups.google.com
Message-ID <[email protected]>
Running the following example in Firefox 3b1 throws a
NS_ERROR_NOT_IMPLEMENTED exception.
The same code returns "true" in Firefox 2.

<script>
	var error;
	document.designMode='on';
	try {
		alert(	document.queryCommandEnabled( "formatblock" ) );
	}
	catch( error ) {
		alert( error );
	}
</script>


Does anyone have any insight into what might have changed in this
regard?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.