[Webkit-unassigned] [Bug 28123] File input value is not cloned by importNode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 14:55:57 PST 2010


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


Patrick Strateman <patrick.strateman at sbcglobal.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patrick.strateman at sbcglobal
                   |                            |.net




--- Comment #5 from Patrick Strateman <patrick.strateman at sbcglobal.net>  2010-01-21 14:55:56 PST ---
This bug is actually fairly straight forward. The importNode code uses the
standard functions for changing the value of an element, it's almost identical
to if you tried to change it using javascript, except you're not allowed to
change it from javascript to anything but an empty string.

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