[Mono-bugs] [Bug 694673] New: WebBrowser.Navigate raises a COMException when given an empty string

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 18 15:11:33 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=694673

https://bugzilla.novell.com/show_bug.cgi?id=694673#c0


           Summary: WebBrowser.Navigate raises a COMException when given
                    an empty string
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.10.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: madewokherd at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=430262)
 --> (http://bugzilla.novell.com/attachment.cgi?id=430262)
test case (C# source)

User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17)
Gecko/20110422 Ubuntu/10.10 (maverick) Firefox/3.6.17

I have a test case that works on .NET, fails on Mono 2.10, and works on Mono
2.8.

It seems a call to WebBrowser:Navigate("") results in a call to
Mono.Mozilla.nsIWebNavigation:loadURI that returns an error. This call returned
an error in Mono 2.8 as well, but it appears the error return was silently
ignored instead of translated to an exception.

Reproducible: Always

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list