In our embedding application, we use a non-standard scheme in some of
our HTML content to control the applications behavior. We have been
detecting user clicks of these control links by installing an
nsIURIContentListener and watching the URI load attempts in
OnStartURIOpen. This is very handy for us as we can evaluate and handle
the command and return an abort value in _retval.

In Mozilla versions 0.9.8 or earlier this method worked fine. I just
updated our project to work with 1.0.0rc1 and discovered that though
OnStartURIOpen is still called for this non-standard scheme when an
href is clicked, it is no longer being called for forms using
METHOD="GET".

Is there something I need to do differently now with 1.0, or is this a
bug?

-=- John

Reply via email to