[Webkit-unassigned] [Bug 32962] HTML tags are wrongfully parsed when setting innerHTML of a SCRIPT element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 27 18:03:37 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32962


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|HTML tags in strings used   |HTML tags are wrongfully
                   |in innerHTML of             |parsed when setting
                   |created/appended script     |innerHTML of a SCRIPT
                   |elements                    |element
            Version|525.x (Safari 3.2)          |528+ (Nightly build)
           Platform|PC                          |All
         OS/Version|Windows XP                  |All
             Status|UNCONFIRMED                 |NEW
           Severity|Normal                      |Major
          Component|JavaScriptCore              |HTML DOM
                 CC|                            |ap at webkit.org
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2009-12-27 18:03:37 PST ---
An obvious workaround is to use textContent instead of innerHTML (innerText
also works, but it's not supported by Firefox).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list