[Webkit-unassigned] [Bug 7789] New: Using innerHTML returns tags in ALL CAPS

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 15 15:00:44 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7789

           Summary: Using innerHTML returns tags in ALL CAPS
           Product: WebKit
           Version: 417.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: danny at unitytheory.com


When document.getElementById("id").innerHTML, tags are returned in ALL CAPS.

For example:
<div id="test">
     <strong>hi</strong>there!<a href="#">link</a>
</div>

document.getElementByID("id").innerHTML = "<STRONG>hi</STRONG>there!<A
href="#">link</A>

This is a problem because I am attempting to use innerHTML to slurp xml content
off a page and into a Flash plugin embedded on that page.  This is useful,
because I can store my Flash content in a Google accessible location.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list