[Mono-docs-list] New ecma provider buglet.

Miguel de Icaza miguel@ximian.com
22 Jun 2003 18:56:31 -0400


Hello!

   The new ecma provider has a small regression.  While browsing the
classes and the methods, the following output is shown on the console:

[N:System] Matched node
[ecma:0#Activator/] No matching node
[ecma:0#Activator/*] No matching node
[ecma:0#Activator/M/12] No matching node


   This corresponds to clicking on the System namespace, opening it,
then clicking on the Activator class, opening it, clicking on the
members, and then clicking on a method.

   Matching the nodes is a mechanism by which given a URL, we return the
node set to the actual node in the tree that represents the url.  This
feature is used by the History process and also to implement the
"synchronize" tree feature.

   Notice that this only fails while using the "ecma:..." style urls,
and not the regular ones.

Miguel.