[Webkit-unassigned] [Bug 78548] New: textContent of a textarea doesn't get updated when value changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 16:19:21 PST 2012


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

           Summary: textContent of a textarea doesn't get updated when
                    value changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ericu at chromium.org


Load any web page with a textarea.  Using the web inspector:
* print out textarea.textContent
* set textarea.value to something different; note that the displayed textarea changes
* print out textarea.textContent; note that it still has the original value

Reproduced in Chrome 18 on Linux and Safari 5.1.1 on OSX 10.6.8.
This is trivial to repro using the web inspector, but it's not inspector-related; I originally ran into it using a chrome extension to set value, then using JS in the page to read textContent.

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