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


           Summary: Problems with InnerHtml property in WebBrowser
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=257952)
 --> (https://bugzilla.novell.com/attachment.cgi?id=257952)
Sources and binaries with the problem made in Microsoft Visual Studio 2008

The problem is we cannot use InnerHtml property in WebBrowser control in real
time after document has already been completed. If we use pSomeObj.InnerHtml =
"test"; in some cases it just ignores this line and leave object's InnerHtml
the same as it was before. Below i added attachment with example sources with
this problem. If we build them with it Microsoft Visual Studio 2008, InnerHtml
will give us expected results. If we run them with mono, we will find this
problem.


-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to