[Mono-bugs] [Bug 444009] New: html created by mdoc-export-html outputs symbols unreadable by internet explorer 7

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 11 20:33:13 EST 2008


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


           Summary: html created by mdoc-export-html outputs symbols
                    unreadable by internet explorer 7
           Product: Mono: Doctools
           Version: 2.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Console
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: scott.ellington at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=251464)
 --> (https://bugzilla.novell.com/attachment.cgi?id=251464)
screenshot

The html created provided show/hide functionality:

      function toggle_display (block) {
        var w = document.getElementById (block);
        var t = document.getElementById (block + ":toggle");
        if (w.style.display == "none") {
          w.style.display = "block";
          t.innerHTML = "⊟";
        } else {
          w.style.display = "none";
          t.innerHTML = "⊞";
        }
      }

However, the characters used in t.innerHtml above do not display correctly in
IE7.


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