[Webkit-unassigned] [Bug 50125] can't define value getter on input element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 28 03:30:48 PST 2010


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





--- Comment #2 from Andreas Madsen <amwebdk at gmail.com>  2010-11-28 03:30:48 PST ---
(In reply to comment #1)
> This is probably a known issue, but I'm not sure what to dupe to. See also: bug 26760.

I don't think is the same issue, the reason why it don't work is because input.value is a native value (if you understand what i mean).

If the testcase was for input.id or input.style i still won't work. But if I try input.test there is no problem because it not defined in the browser by default. As i know  Function.prototype.displayName is not a default property/value.

But it is possible that the source problem is the same in the two bugs (50125, 26760).

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