[Mono-bugs] [Bug 456352] New: Problems with InnerHtml property in WebBrowser

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 4 03:51:17 EST 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: andrej at osterman.si
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list