[Mono-bugs] [Bug 468694] [Regression] Can't see anything in the right pane of monodoc

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 28 13:57:28 EST 2009


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

User jpryor at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=468694#c7





--- Comment #7 from Jonathan Pryor <jpryor at novell.com>  2009-01-28 11:57:28 MST ---
The only way I can fix the right pane is to change
mono-tools/docbrowser/browser.cs, making GtkHtml the preferred HTML rendering
engine.  I'm loathe to do this, as the GtkHtml output isn't as nice (no CSS, no
JavaScript, etc.).

Furthermore, I'm now able to run monodoc just fine when building against WebKit
-- I just had to ensure that webkit-sharp was installed and rerun configure so
that it would find the webkit-sharp-1.0.pc file.  When running against WebKit
it Just Works for me.

Do we have webkit-sharp installed on the build machine before building
mono-tools?  It needs to be installed before configure is run in order for
WebKit support to be built.  Furthermore, since WebKit is the first HTML
renderer searched for, if it's installed it will be used before MonoWebBrowser,
which is the problematic renderer.

-- 
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