[Webkit-unassigned] [Bug 18737] __lookupSetter__ and __lookupGetter__ don't work for getting native setters and getters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 27 21:50:05 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=18737
------- Comment #5 from shadow2531 at gmail.com 2008-08-27 21:50 PDT -------
(In reply to comment #1)
> It doesn't work on instances either.
>
> javascript:alert(document.createAttribute("instance").__lookupGetter__("value"))
>
> That works in FF and Opera 9.5.
>
This works in Opera 9.5+, Firefox and IE8 beta 2.
javascript:alert(document.createTextNode("instance").__lookupGetter__("nodeValue"))
--
Configure bugmail: https://bugs.webkit.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