[Mono-bugs] [Bug 382392] Disposing a control is disposing the whole application
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 11 14:03:56 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=382392
User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=382392#c4
Gert Driesen <gert.driesen at pandora.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gert.driesen at pandora.be
--- Comment #4 from Gert Driesen <gert.driesen at pandora.be> 2008-06-11 12:03:56 MDT ---
Simplified repro:
using System.Windows.Forms;
class Program
{
static void Main ()
{
WebBrowser wb = new WebBrowser ();
wb.Navigate ("http://www.mono-project.com");
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list